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

    Dedicated server!

    It is in english o.O
  2. Ancores

    Dedicated server!

    Hetzner Online AG
  3. Ancores

    A script that spawns a Warlock and teleports you to it.

    Alright, just said it to make it clear that I just want to help :p And no, you don't have to check that.
  4. Ancores

    A script that spawns a Warlock and teleports you to it.

    I removed these lines: local tile = tiles[item.actionid] if tile then Because I'm not sure that it would work, I'm not here to steal reputation or anything if that's what you think. I'm here to help.
  5. Ancores

    A script that spawns a Warlock and teleports you to it.

    local tiles = { [10000] = {monster = "Warlock", monsterPos = { x = 123, y = 321, z = 7 }, playerPos = { x = 123, y = 321, z = 7 }}, [10001] = {monster = "Behemoth", monsterPos = { x = 123, y = 321, z = 7 }, playerPos = { x = 123, y = 321, z = 7 }}, [10002] = {monster = "Morgaroth"...
  6. Ancores

    Windows In rme mapeditor some bug or i do wrong?

    They must be for the same client version, so update one of them to the same as the other one in the mapeditor.
  7. Ancores

    Action Racing Quest

    The script I gave you is the one for the lever and everything else.
  8. Ancores

    Cant open

    The .sql files are in the folder schemas.
  9. Ancores

    Lua Magic wall PZ

    You need to change it in sources, you can add: if(itemId == ITEM_MAGICWALL || itemId == ITEM_MAGICWALL_SAFE) pzLock = false; if(itemId == ITEM_WILDGROWTH || itemId == ITEM_WILDGROWTH_SAFE) pzLock = false; in...
  10. Ancores

    OnComat

    function onCombat(cid, target) code return true end <event type="combat" name="name" event="script" value="name.lua"/> login.lua registerCreatureEvent(cid, "name") Yes, it works in 0.3.6
  11. Ancores

    Donation problem

    Yes, you can change it to 1 minute without any problems.
  12. Ancores

    Action Racing Quest

    Did you turn with ctrl+arrows? Have you set the wall ids in the array "failItems"?
  13. Ancores

    Action Racing Quest

    I remade the script to work with Bumper Cars, would be great if someone could try it and report bugs. I guess it's completely buggy since I really just made a fast change, but if you want it, help me try it :p EDIT: I'll try it myself later.
  14. Ancores

    Action Racing Quest

    It's tested on 0.4 and should work on 0.3. Protection zone/no pvp zone doesn't matter, what's needed is non logout zone to make players not able to relog when driving because that would make them able to walk around in there as usual.
  15. Ancores

    Action Racing Quest

    I'm not sure if ramps will work with this script, you could try it and if it doesn't work I'll make it work. Great idea with the bumper cars, I'll make one and release it later :)
  16. Ancores

    [Request] Action Casino

    Wops local pos = {x=111, y=111, z=7} function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, 1000000) then if math.random(1, 2) == 1 then doCreateItem(2160, 100, pos) return doCreateItem(2160, 100, pos) else return doPlayerSendTextMessage(cid, 28...
  17. Ancores

    [Request] Action Casino

    local pos = {x=111, y=111, z=7} function onUse(cid, item, fromPosition, itemEx, toPosition) if doPlayerRemoveMoney(cid, 1000000) then if math.random(1, 2) == 1 then doCreateItem(2160, 100, pos) doCreateItem(2160, 100, pos) return doPlayerAddMoney(cid, 2000000) else return...
  18. Ancores

    New Game,Rate the Username above you

    7/10
  19. Ancores

    The NexOT Project

    Looks really good! Good luck with the project!
Back
Top