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

    monster spwan

    Just copy and paste the hunter.xml, change only the name of file (dont change the name inside of file) ex. hunter2.xml. In file hunter2.xml set the damage as u want and add this skull="3" after "experience". Remember to update yours monsters.xml. Btw. Im not sure if skull = 3 is red or otherone...
  2. GarQet

    Advanced Anti Bot System

    If you're in PZ zone it wont check. Outside always.
  3. GarQet

    teleport player

    Try use this -- Function by Colandus function isInArray(t, v, c) v = (c ~= nil and string.lower(v)) or v if type(t) == "table" and v ~= nil then for key, value in pairs(t) do value = (c ~= nil and string.lower(value)) or value if v == value then...
  4. GarQet

    teleport player

    Try to remove this function from 050 functions. Lets see what happen.
  5. GarQet

    Linux Moving from 8.6 (tfs 0.4) to 10.98 (tfs 1.2)

    Hey bro, in 10.98 is completly other script system, you need to convert every single script.
  6. GarQet

    teleport player

    Check it now
  7. GarQet

    Teleport Player Spell

    Your welcome :)
  8. GarQet

    Teleport Player Spell

    Nope bro, in spells.xml you will set total exhaust on all spells. Did u use last version?
  9. GarQet

    Teleport Player Spell

    Check it now
  10. GarQet

    Teleport Player Spell

    Any error?
  11. GarQet

    Teleport Player Spell

    Small mistake in code, now should work.
  12. GarQet

    Teleport Player Spell

    Ok, edited, check it now.
  13. GarQet

    Teleport Player Spell

    Im not sure if this one will work, idk how to code spells. spells.xml <instant name="TPenemy" words="blablabklablaa" lvl="160" mana="20" prem="0" range="5" casterTargetOrDirection="1" blockwalls="0" exhaustion="2000" needlearn="0" event="script" value="tpEnemy.lua"> <vocation...
  14. GarQet

    teleport player

    Im not sure if this one will work, you need to check. (globalevent) <globalevent name="Checking" interval="1000" script="check_room.lua"/> check_room.lua : function onThink(interval, lastExecution, thinkInterval) local config = { storage = 11111, room_from = {x = 45421, y =...
  15. GarQet

    AutoLevel Script - Help

    So set the max level in C++
  16. GarQet

    AutoLevel Script - Help

    Why are you not going to use this function?
  17. GarQet

    Help on time lua

    Show the script
  18. GarQet

    How to detect if addEvent has ended?

    Post updated.
  19. GarQet

    How to detect if addEvent has ended?

    Check this one. function onKill(cid, target) local pos = {x = 1050, y = 1050, z = 7} local time_ = 3000 local item_uid = 1036 local value = 1 local monster = 'Cave Rat' if getCreatureName(target) == monster then if(getThingFromPos({x = pos.x, y = pos.y, z =...
  20. GarQet

    New Project - Custom Stories - Custom Features - Your Idea's Coming Alive

    The idea of project is awesome. I hope so that at least this project will be finished and the server will be online soon :P. Good luck mate!
Back
Top