EQ2EMu/EQ2
image c9b3d3aa1d SetSpellDataIndex and GetSpellDataIndex added to work with custom spell functionality
eg. modify painbringer spell in an item to do more damage than default 3,5 for indexes 2,3
90044 |    1 |           2 | INT        | 3     | 0      | 0
90044 |    1 |           3 | INT        | 5     | 0      | 0

Spell = GetSpell(90044, 1)

SetSpellDataIndex(Spell, 2, 45)
SetSpellDataIndex(Spell, 3, 50)
CastCustomSpell(Spell, Player, Player)
2020-09-22 23:02:48 -04:00
..
devtools Exe/Binary update for model viewer 2020-08-22 23:08:24 -04:00
docs Base 2020-02-28 09:17:24 -05:00
source SetSpellDataIndex and GetSpellDataIndex added to work with custom spell functionality 2020-09-22 23:02:48 -04:00
utils Update git to allow dll and lib 2020-02-28 10:31:46 -05:00
win Tutorial instructions for the Far Journey zone 2020-09-19 20:38:00 -04:00