• 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!

Add more attributes in doItemSetAttribute

katumblo

Member
Joined
Oct 20, 2010
Messages
60
Reaction score
7
*I'm using tfs 0.X (0.4 or 0.6)
*Client 8.60


I would like to know how I can add more attributes to doItemSetAttribute, for example:



doItemSetAttribute(item, "maxhealth", 300)

doItemSetAttribute(item, "maxmana", 700)

doItemSetAttribute(item, "speed", 300)

doItemSetAttribute(item, "magic_level", 10)

doItemSetAttribute(item, "sword_level", 7)

doItemSetAttribute(item, "level_distance", 5)

doItemSetAttribute(item, "exp_gain", 2)



I think is this a change at the source, but where should I change and how can I do it?
 
Solution
 
Solution
Nice! Thank u very much bro
 
Back
Top