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

Is there one updated ..

Sigoles

Discord: @sigoles
Joined
Nov 20, 2015
Messages
1,209
Solutions
2
Reaction score
154
Is there one updated item.xml and item.otbm on github ? I dont find this there, how I can update bymyself ?
 
Is there one updated item.xml and item.otbm on github ? I dont find this there, how I can update bymyself ?

If you want to update it yourself, just open the items.xml file with your favorite text editor and script up. Add new items (IDs) and define their attributes. If you need help doing this, you can look at how some other item (similar to the one you want to define) was defined in the file, and then just copy over that part and edit the parameters. For more help and info on which attributes you can use, you can refer to the Documentation provided with TFS or eventually the source files.

To update items.otb, you will need a program called OTItemEditor, which you can get here. However, you won't need to update items.otb UNLESS you are adding new sprites and completely new IDs (things that didn't exist previously at all, not even as an undefined object).

Good luck.
 
Back
Top