• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. T

    OnUse error

    copy the script again, i just edited xd
  2. T

    OnUse error

    Else, here you are :) function onUse(cid, item, fromPosition, itemEx, toPosition) local storage = 1000 -- empty storage local monsterPos = { {x=1002, y=1006, z=7}, {x=1002, y=1007, z=7}, {x=1002, y=1005, z=7} } local itemsInChest = { -- [#] = {itemid, count}, [1] = {2160, 1}, [2] =...
  3. T

    OnUse error

    Nope, you can't. Else you can just script a chest that is giving the player the choosen items and then activating the dragon-lords spawns Tell me witch items it gives you in the chest, I'll parse it in into a script so you can just use on the chest and the both activates.
  4. T

    Mappers, Help me please

    Here is a map that could help you if you just move around the borders :d http://otland.net/f50/swamp-depot-wott-8-6-a-152483/ I got the download link if you want it: Depot (WotT).rar - Speedy Share - upload your files here
  5. T

    OnUse error

    Does it say "Sorry, not possible." or does it say nothing? Else use this: <action actionid="8450" event="script" value="dls.lua"/> (without uniqueid) Edit: It worked for me with this script: function onUse(cid, item, fromPosition, itemEx, toPosition) local function f(monster) local...
  6. T

    OnUse error

    No error, or something? - Post your current script here
  7. T

    OnUse error

    change: 30 * 60000 To: 1000
  8. T

    OnUse error

    It's 60000 * 30 mili-seconds delay
  9. T

    OnUse error

    You've used the addEvent wrong. You have linked it to a "local variable". But It should look like this, and I hope this works: function onUse(cid, item, fromPosition, itemEx, toPosition) local function f(monster) local monsterPos = { {x=1761, y=1883, z=10}, {x=1762, y=1883, z=10}...
  10. T

    Windows Npc Problem :S

    post the npc and the error?
Back
Top