• 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. Samaster

    Spawning at random tiles in temple (strange error)

    have you checked your spawn position in the sql for account manager?
  2. Samaster

    Solved When Monster Dies, it will remove items???

    I made this script for the last part of my quest where when the monster dies, it will remove the items blocking the teleports to the reward room. However, i get an error on loadup and i dont know why? Script: function onKill(cid, target, damage, flags) if(isPlayer(target)) then return true...
  3. Samaster

    Solved Addon Lever Problem

    haha :P ty
  4. Samaster

    Solved Addon Lever Problem

    hey, i have this addon lever script problem.. When a character uses the lever, it says they already have the addons when they don't :/ I dont get an error message for this script, it just doesnt function properly ingame: function onUse(cid, item, fromPosition, itemEx, toPosition) local v =...
  5. Samaster

    Capture Fishing Monster Script Needed :)

    okay heres my fishing script: local config = { waterIds = {493, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625}, rateSkill = 0.5, allowFromPz = false, useWorms = false } local v = { [{300,100}] = {name = "Angry...
  6. Samaster

    Lua Fishing Scripter needed :P

    ?
  7. Samaster

    Lua Fishing Scripter needed :P

    bump?
  8. Samaster

    Lua Fishing Scripter needed :P

    I would like a script that when a player fishes a monster, it displays who caught that monster when someone looks at it. For example, 'You see a water elemental. It was caught by PLAYER NAME.' I have a script that works for monster fishing, i just dont know how to add this to my script: local...
  9. Samaster

    Solved NPC error

    Thank you :)
  10. Samaster

    Solved NPC error

    I am trying to sell an item at Soya and this error comes up on my server: [27/12/2013 16:53:21] [Error - Npc interface] [27/12/2013 16:53:22] (Unknown script file) [27/12/2013 16:53:22] Description: [27/12/2013 16:53:22] data/npc/lib/npcsystem/modules.lua:1229: bad argument #2 to 'error'...
  11. Samaster

    Lua Addon Lever

    I am trying to create a addon lever for the hunter addons.. My script doesnt have any errors when i load the server, but when i use the lever ingame it says i already have the addons when i dont?? This is my script: function onUse(cid, item, fromPosition, itemEx, toPosition) local v =...
  12. Samaster

    Windows My Server keeps closing?

    no error message came up it just closed while i wasnt on my pc.. but now ive changed it and its worked so far :) Ty bro
  13. Samaster

    Action .::1-Row Slot Machine::. TFS [0.3/0.4/1.0/1.2]

    I am getting this error, and also i always loose? :/ [24/12/2013 15:21:51] [Error - Action Interface] [24/12/2013 15:21:51] In a timer event called from: [24/12/2013 15:21:51] data/actions/scripts/other/slot.lua:onUse [24/12/2013 15:21:52] Description: [24/12/2013 15:21:52] (luaDoCreateItem)...
  14. Samaster

    Windows My Server keeps closing?

    i have serverSaveHour = 10 shutdownAtServerSave = "yes" however, it still closes :/ It may be CPU overload but when i check its only at 30-50%??
  15. Samaster

    Windows My Server keeps closing?

    I have a problem with my server.. after 12 hours or so, my server program on my computer closes itself and i don't know why.. I have disabled sleep mode and screen savers and it still does it.. I have hosted a server before, and that one never closed.. Can someone tell me whats wrong?
  16. Samaster

    Capture Fishing Monster Script Needed :)

    bump??
  17. Samaster

    Capture Fishing Monster Script Needed :)

    Hey, does anyone know how to show which person fished a monster up.. Example: "You see a Water Elemental. It was caught by PLAYER NAME" I need it :P
  18. Samaster

    Solved Znote AAC Website "Forbidden"

    ty dude ur pro x.x
  19. Samaster

    Solved Znote AAC Website "Forbidden"

    Bump?? Help please?
Back
Top