Re: [Buffhead] Building a list
Posted: Wed Feb 15, 2017 11:46 pm
Have you tried disabling all other addons and only have Buffhead running? It might be a conflicting mod that's messing the settings up.
Warhammer Online
https://www.returnofreckoning.com/forum/
https://www.returnofreckoning.com/forum/viewtopic.php?t=17466
Ya we had him try that and no luckblaqwar wrote:Have you tried disabling all other addons and only have Buffhead running? It might be a conflicting mod that's messing the settings up.
You can also add the individual ability names and this will have the same effect, make sure you add the correct spelling and case sensitivity. Use the career builder linked on the website as a source of names.dzirtik wrote:Can someone, please, tell me what is the ID of this abilitys
1)IBs Oathstone
2)KOTBSs Shield of the sun and Perseverence
3)All order taunts
would be awesome
i tried it, but for me its only working with the abilitys ID, dunno why. Is there any way to fix it?Gerv wrote: You can also add the individual ability names and this will have the same effect, make sure you add the correct spelling and case sensitivity. Use the career builder linked on the website as a source of names.
For me its working with names and ids. Make sure you don't have any spelling errors. Maybe the buff has a slightly different name, than the ability - check that too.dzirtik wrote:i tried it, but for me its only working with the abilitys ID, dunno why. Is there any way to fix it?
Code: Select all
/script d(GetHotbarData(NUMBER)) -- between 1 and 1xx for the actionbar slot
returns:
1 -- ability type
1910 -- ability id
true -- enabled?
true -- target valid?
false -- blocked?
Code: Select all
/script DUMP_TABLE(GameData.Player.GetAdvanceData())