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

DEBUG when use item ID: 13800 , 13799

Diemorko

New Member
Joined
Jan 31, 2011
Messages
64
Reaction score
0
20:13 You see an item of type 13800 (Vol:8).
ItemID: [13800].
Position: [X: 32115] [Y: 32119] [Z: 8].
20:13 You see an item of type 13799 (Vol:8).
ItemID: [13799].
Position: [X: 32113] [Y: 32121] [Z: 8].

When I USE it I get debug :-/

I was try to add it to items.xml when i did that there is problem in console with items.xml but everythink was good :-/ Any idea?
 
Tibia client debugs when opening containers without any name. Adding it to items.xml should solve your problem.
 
I have never worked in TFS 1.0 ,items.xml may be diffrent there,but if it is the same as 0.3.6 use this in a line
If you have it sideways,Use copy it , insert in post reply and copy it from there,
Code:
    <item id="13800" article="a" name="BP name">
        <attribute key="weight" value="800"/>
        <attribute key="containerSize" value="8"/>
        <attribute key="slotType" value="backpack"/>
    </item>
In Your items.xml
 
Back
Top