• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Tfs 0.2 Spells.xml

WiLDTuRTLE

Member
Joined
Feb 26, 2011
Messages
478
Reaction score
5
is it important or something? SpellId=119

I seriously dont understand lol o_o
 
Last edited:
Yes I don't understand either, I thought maybe it was for icons, but I can't get the icons to work... Or maybe so every spell has a different id, for what, idk...
 
Yes I don't understand either, I thought maybe it was for icons, but I can't get the icons to work... Or maybe so every spell has a different id, for what, idk...

yeap SpellID = xxx // means icon
from spells.cpp
Code:
    if(readXMLInteger(p, "spellid", intValue) || readXMLInteger(p, "icon", intValue))
        spellId = intValue;
 
Back
Top