Vanguard 3.2.0
Big features:
Enhanced debugging - It is now much easier for me to collect important information when a error occurs.
Enhanced speed - The speed atwhich the tree is run is much faster now even on older machines.
Changes:
Reworked avenging wrath code to work better with sanctified wrath as this now the prefered raiding talent.
Reworked smart pve cooldown mode to work with sanctified wrath.
Raid Assist:
Add setting to allow auto knockback of dinos on heroic horridon
Add setting to keep shield up on heroic tortos
Hey in settings under pve, what is the difference between none and smart ?
Got 4 set bonus and useing "pre made setup....as it is" for the cc. Can or should i change some settings to get more dps out of it?
So I see the toggle macro for on/off, but how about for on/off AOE Mode?
so mastah, just curious; this script has gone public now and all updates can be downloaded here, and will not be received through e-mail anymore?
so mastah, just curious; this script has gone public now and all updates can be downloaded here, and will not be received through e-mail anymore?
The version supplied here is does not have all the features available in the elite version.
can we change this part "Rotation: \124c98FB6767 AoE Mode"? because when that prints in /i i get some odd commentsfrom mastahg.com | Professional CustomClasses for Professional Players.
Submitted by mastahg on Tue, 03/27/2012 - 01:09
One of my customers was kind enough to make some nice colored macros for displaying the status mode of your toggles.
Both will display info to the main chat window concerning the status of whichever you are toggling.
/script Toggle = not Toggle;
/run if not Toggle then print("Rotation: \124cFF15E61C Enabled") return else print("Rotation: \124cFFE61515 Disabled") end
/script AOE = not AOE;
/run if AOE then print("Rotation: \124c98FB6767 AoE Mode") return else print("Rotation: \124c9867FB80 Single Target Mode") end
G