• 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
407
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
 
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:
View attachment 85723
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
I don't want to do that, because if I don't have to use a custom client, I want to use the native 8.6 client

Thank you for your commitment!
 
I don't want to do that, because if I don't have to use a custom client, I want to use the native 8.6 client

Thank you for your commitment!
IMO It's pointless to use native 8.6.
All people connecting to ur server will be using otclient anyway so that they can bot and you're making ur life harder & limiting yourself.
I was thinking the same - oh i will use the native client! Naah, people are using otc anyway.
Or you could add download to classic 8.6 client with just edited .dat on ur website for people
 
I don't want to do that, because if I don't have to use a custom client, I want to use the native 8.6 client

Thank you for your commitment!

People not using cip client at all anymore
You can edit the layout of OTC so it looks like cip client
Mehah's OTC is pretty good in that case
 
Back
Top