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

A question about action

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
What does this means?
Code:
<action itemid="1638" event="function" value="increaseItemId"/>

event="function"

value="increaseItemId"

Where can i check this? Because my house table is not working anymore.
 
What does this means?
Code:
<action itemid="1638" event="function" value="increaseItemId"/>

event="function"

value="increaseItemId"

Where can i check this? Because my house table is not working anymore.

Event=function, so this line works like a function, not using a script.
value="increaseItemId" it changes the item id so your table(id 1638) turns into open table (id 1639) on use without needing a script for it.
 
Back
Top