You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Spell data"
| Line 8: | Line 8: | ||
2. '''tier:''' | 2. '''tier:''' | ||
| − | 3. '''index_field:''' | + | 3. '''index_field:''' index_field is the order of the parameters for the given tier of thespell. inside the LUA, the function has 5 params... 0 - 4. that's the order to pass them to LUA. |
4. '''value_type:''' | 4. '''value_type:''' | ||
| − | 5. '''value:''' | + | 5. '''value:''' value is the value of the parameter. like if index_field 0 was"healAmt" in LUA, the value 5 would be the amount to heal inside the script. |
6. '''value2:''' Unused at this time | 6. '''value2:''' Unused at this time | ||
7. '''Parse Data:''' | 7. '''Parse Data:''' | ||
| + | |||
| + | |||
| + | Added Notes | ||
| + | also, there should only be 1 index_field 0 per tier. | ||
Latest revision as of 17:17, 7 December 2011
1: spell_id:
2. tier:
3. index_field: index_field is the order of the parameters for the given tier of thespell. inside the LUA, the function has 5 params... 0 - 4. that's the order to pass them to LUA.
4. value_type:
5. value: value is the value of the parameter. like if index_field 0 was"healAmt" in LUA, the value 5 would be the amount to heal inside the script.
6. value2: Unused at this time
7. Parse Data:
Added Notes
also, there should only be 1 index_field 0 per tier.