Spell ID of a given spell?

PappaSmurf

Active Member
Hello,

I am trying to tweak/fix a few of my class files and wanted to add in a few spells and/or abilities that are not currently in the spell list file or the class file. How do I go about getting the actual Id value that is used in the Spell List or class file for any given spell, combat art, ability?

Thanks
-- PappaSmurf
 

steeveebr

Active Member
Pappa

Yes,

There are a couple ways to do this. You can get the Main Icon ID, or the spell ID.

I believe the syntax for this will be something in the order of:

echo ${Me.Ability[Ability Name].ID}

or

echo ${Me.Ability[Ability Name].MainIconID}

Not sure exactly what you are trying to do, but this help you.

Steevee
 

Greythorn

Well-Known Member
the 3 digit number in the spell list xml is from the master list in the same directory most of the lists go by these numbers .. if there is not a listing for the spell you are adding you can make up a number (if under 400) for your own use
 
Top Bottom