shootermgavin wrote:can someone break this down for us laymans?
id love to be able to get this working
Sure, if you tell which addon you're using
Edit:
For Outfitter v1.4.1
Open Outfitter.lua in a text editor (a proper one, not windows notepad. notepad++ is a decent free one)
Goto line 598 or search for
- Code: Select all
Outfitter_RegisterEvent(this, "PLAYER_AURAS_CHANGED", Outfitter_UpdateAuraStates);
Directly below it paste this line
- Code: Select all
Outfitter_RegisterEvent(this,"UPDATE_BONUS_ACTIONBAR",Outfitter_UpdateShapeshiftState);
Save the file and /console reloadui or start the game.
For ItemRack_v1.976
No source edits are necessary, it has a built-in events editor.
- Right-click the minimap-icon to show the config window.
- Goto Events tab.
- Select the event you want to edit (eg. Battle, Berserker, Defensive)
- Press Edit.
- In the "Trigger" editbox replace whatever is there with UPDATE_BONUS_ACTIONBAR
- Press save
- Done.