Page 1 of 1

skill database outdate

Posted: Sun Nov 18, 2012 6:54 am
by Utonto
hi all,
my first time here :mrgreen:

i'm looking for an update of skill database.

I can's see liv 60 (and liv 70) elite on file.

For example, LIGHTNING BURN WEAPON (liv 60 w/m elite)

<skill name="WARRIOR_LIGHTNING_BURN_WEAPON" id="???" mana="40" target="self" type="buff" buffname="???" nobuffname="???" nobufftarget="self"/>

i can see skill ID from item preview (499990, right?) but how i can find buffname and nobuffname value?

ty for help and tyvm if you can update "skills.xml" on next release

^^

Re: skill database outdate

Posted: Sun Nov 18, 2012 9:09 am
by rock5
You are right, 499990 is the id. It's just a buff right? then you only need

Code: Select all

<skill name="WARRIOR_LIGHTNING_BURN_WEAPON" id="499990" target="self" type="buff" buffname="???" />
In the next version there wont be a need to specify mana. The "nobuff" values are only if the skill requires that there not be a certain buff or debuff on the target.

Now, as to the buffname, seeing as you have IP you could hover the mouse over the buff, when you have it, and see what it's called then look it up in IP. There is also a macro, floating around the forum, that prints your buffs and their ids. You can search for it if you want that as well.