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

Search results

  1. T

    Lua addEvent + creture:say problem

    Hi there. I want to make my function run in addEvent but i get problems. I have added a global function in global.lua that i want to use for other things function monsterSayPos(creature,text,position) creature:say(text,TALKTYPE_ORANGE_1,false,nil,position) end and when people enter a certain SQM...
  2. T

    Lua TFS 1.2 Container:getItem(index) help.

    Hi there i' ve got a container with 1 item in it. Is this function supposed to give my character this item? Or just send item's values so i can do something like: function onUse(player, item, fromPosition, target, toPosition, isHotkey) local reward = item:getItem(0) player:addItem(reward,1)...
  3. T

    Lua Unmoveable object with action ID.

    Hey i wan't to make a lot of items unmoveable in certain areas, but i want them moveable otherwise. So i don't want to use Unique ID but a single action ID that makes item unmoveable and send player message you cannot move that. Just like if i was moving a wall. I know i can use onRemove, but...
Back
Top