EQ2EMu/EQ2/source
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
..
common Merge branch 'master' of http://cutpon.com:3000/devn00b/EQ2EMu 2020-09-19 20:54:44 -04:00
depends navpaths Starcrest Commune, Nettleville, Castleview Hamlet and willow wood 2020-06-10 22:41:41 -04:00
LoginServer Merge branch 'master' of http://cutpon.com:3000/devn00b/EQ2EMu 2020-09-19 20:54:44 -04:00
LUA Update git to allow dll and lib 2020-02-28 10:31:46 -05:00
WorldServer SetSpellDataIndex and GetSpellDataIndex added to work with custom spell functionality 2020-09-22 23:02:48 -04:00