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

Lua TFS 1.5 - Downgrade Nekiro 8.6 - Action item "tree" container

Forkz

Well-Known Member
Joined
Jun 29, 2020
Messages
406
Solutions
1
Reaction score
91
Hello otlanders,

I need to make a tree that after using it, it opens a container, like a backpack, is there this possibility even though the .dat is not a "container"?
 

simmilar topis: Solved - TFS [1.x] Is there a networkmessage byte code for opening container in game? (https://otland.net/threads/tfs-1-x-is-there-a-networkmessage-byte-code-for-opening-container-in-game.238447)
 
items.xml add

Lua:
        <attribute key="containerSize" value="24" />
I already have this key in items.xml
Post automatically merged:


simmilar topis: Solved - TFS [1.x] Is there a networkmessage byte code for opening container in game? (https://otland.net/threads/tfs-1-x-is-there-a-networkmessage-byte-code-for-opening-container-in-game.238447)
I found the function in the source "luaGameCreateContainer", I will test it and return the result
 
I couldn't do this, could someone experienced help me?
That's what I've done just now and it works:
-> Run object builder, open ur tibia.dat & tibia.spr, find ur tree, and enable:
1719572039167.png
Click save on the bottom in the middle section
Click save on the left top corner
-> run item editor, open ur server's items.otb
-> reload items, reload attributes
-> save
-> add container info to items.xml
-> done
 
Back
Top