User Interface
Vanilla Plus Github Addon Discussion: https://github.com/KrekoG/vanillaplus#addons-maintained-by-the-community
General Addons:
- AtlasLoot (V+ Updated Dungeon/Raid/Profession Tables)
- BetterCharacterStats (w/ V+ stat values/conversions) (See: Mechanical Changes)
- Lazypig V+
- MonkeySpeed Displays your current movespeed as xxx%
- Useful for testing and confirming movespeed effects and how they stack/coincide
- Pallypower V+
- pfQuest with V+ fixes
- [pfQuest is recommended over Questie, many Questie features will break on this server]
- pfUI with V+ fixes
- Special Talent UI Revamp
- Allows previewing builds and can save presets for role swaps (Can function as ingame talent calculator)
Vanilla+ Class/Role Specific Tools:
- Druid Starfall Stun CD Timer (See: Druid Class Changes): https://github.com/hawaiisa/StarfallStunTimer
- Shaman Bloodlust Buff Tracking UI (See: Shaman Class Changes): https://github.com/KrekoG/BloodlustHelper
Macros:
- Mob Attack Damage/Speed
- /script ld, hd, old, ohd, pb, nb, pm = UnitDamage("target"); SendChatMessage(UnitName("target").."'s main hand attacks hit for "..ld.." to "..hd.. " and their offhand attacks hit for "..old.." to "..ohd);
- Mob Armor & Resist
- /script u=UnitResistance y="target" a=u(y ,0) h=u(y ,1) f=u(y ,2) n=u(y ,3) fr=u(y ,4) s=u(y ,5) z=u(y ,6) SendChatMessage(UnitName(y).." has "..a.." Armor, "..h.." HR, "..f.." FR, "..n.." NR, "..fr.." FrR, "..s.." SR and "..z.." AR.", SAY)
- Instance Reset
- /script ResetInstances();
- Autoattack
- /script if not IsCurrentAction(12) then UseAction(12) end;
- Raid Target Icons
- Skull /script SetRaidTarget("target", 8)