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

Anyway to edit Item Attributes? in TFS 0.2.15

8674011

New Member
Joined
Jun 21, 2010
Messages
160
Reaction score
3
Location
The House
I'm going to be making a custom item creating system, and i want to be able to give a certain weapon more attack then its counterparts, so is there anyway to do that?
 
Last edited:
I assume you mean with a function in a Lua script?
You can use:
Code:
doSetItemSpecialDescription(uid, desc)
doSetItemText(uid, text)
doSetItemActionId(uid, actionid)
Others are 0.3.
 
You can use either setItemAttack or doItemSetAttribute

EDIT: Never mind, didn't realize you listed this was for 0.2....
 
Back
Top