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

stackpos

  1. Allynn

    TFS 1.X+ Use iron hammer on 2 item on different stackpos

    Hey, long time spend on this.. Is possible to make this working ? Too newbie, to read source code. Crafting system, put one item on anvil, put next item on anvil, and hit them with the hammer, to connect them. Two different id. Thanks for reading. function onUse(player, item, fromPosition...
  2. Paulix

    Remove all items from a pos

    I have the following script, that blocks a certain area once a player goes in function onStepIn(cid, item, pos) pos1 = {x=1119, y=874, z=8, stackpos=1} pos2 = {x=1122, y=873, z=8, stackpos=1} pos3= {x=1124, y=875, z=8, stackpos=1} rock1 = getThingfromPos(pos1) rock2 =...
Back
Top