how can I get the specific spells a player can do in certain level with the functions:
ex. lvl 30-31
not the spells from lvl 1-31, just the ones the player "learns" in lvl 30/31
:ninja:
ex. lvl 30-31
not the spells from lvl 1-31, just the ones the player "learns" in lvl 30/31
LUA:
getPlayerLearnedInstantSpell(cid, name)
getPlayerInstantSpellCount(cid)
getPlayerInstantSpellInfo(cid, index)
getInstantSpellInfo(cid, name)
:ninja: