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

TFS 1.X+ Cant load loot <Item name> does not work

trustjah

Newbie
Joined
Jan 22, 2009
Messages
124
Solutions
6
Reaction score
14
Location
Belgium
Anyone know what commit i have to pick for item name to work? at the moment only item id is being recognized.
I've been using some kind of version of TFS 1.2

falcon1.png
Error2Otland.png

Thanks in advance.
 
Last edited:
you are not using the item name, but item id, write the item name instead, for example:

<item name="magma coat" chance="900" />
 
Hey @Evil Puncker, sorry for the confusion i was manually adjusting that file so that screenshot is incorrect. here is whats actually happening.

falcon1.png

falcon2.png

I've been searching for some commits but cannot seem to find anything related to this or don't know what to search for in the first place.
I found that around 2014 we only seemed to use "item id" and later they implemented "item name" but cannot find the related commit.
 
Last edited:
Back
Top