• 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

    [United States] Raptor Custom Client 8.60

    Todays event, a welcome for new players!
  2. T

    [United States] Raptor Custom Client 8.60

    Guild war for King of the hill (capture the throne) (I'm ghosted so I wont be in the way.)
  3. T

    [United States] Raptor Custom Client 8.60

    Few snaps!
  4. T

    [United States] Raptor Custom Client 8.60

    Raptor Servers
  5. T

    [United States] Raptor Custom Client 8.60

    ~*Ip*~: raptorserver.ddns.net ~*Port*~: 7171 ~*Client*~: Tibia 8.60/own client ~*Uptime*~: 24/7 ~*Hosted in*~: United States, on a dedicated server with 100 mbits Internet connection. ~*Website*~: Raptor Server Server Information Release Date: 18 February 2016 IP: 158.69.194.40 Website: Raptor...
  6. T

    Lua !broadcast.

    Yeah thanks, i just closed it and restarted it. Works Perfect! Hey how can i make it so it doesn't appear default channel where everyone can see it just on pop up bc
  7. T

    Lua !broadcast.

    yeah, i did gives me the error
  8. T

    Lua !broadcast.

    10/02/2017 05:35:14] [Error - TalkAction Interface] [10/02/2017 05:35:14] data/talkactions/scripts/broadcast22.lua:onSay [10/02/2017 05:35:14] Description: [10/02/2017 05:35:14] data/talkactions/scripts/broadcast22.lua:24: attempt to call global 'isExhausted' (a nil value) [10/02/2017...
  9. T

    TalkAction Bank System via TalkActions

    bugged when you have an amount of value lets say more than 10,000,000,000, can you add a cap max to it?
  10. T

    cap max

    Anyone knows a method to add max cap in your bank account system? Just need a limit for players to give in there accounts. Bank system is by command !balance, !withdraw, !deposit etc testing tf 03.6
  11. T

    Fish Bowl

    Hey anyone have a fish bowl system, so a bowl use with catch monster that where fished out of the water, then you can use the bowl and release the monster. 0.3.6 TF. 8
  12. T

    door problem

    Worked! thanks mate
  13. T

    door problem

    im using this script door.lua : [code=lua] local level = 100 -- This or higher to pass function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLevel(cid) => level then doTeleportThing(cid, toPosition, true) doTransformItem(item.uid, item.itemid+1) end return true end...
  14. T

    Monster problem

    yeah I deleted it, it worked! genius, thanks
  15. T

    Monster problem

    Its ok, I just recreated a different monster apparently its just bugged XD
  16. T

    Monster problem

    I need help, apparently I modified the monsters attack, experience and health. But when the monster is spawned all the hits that it receives takes no damage at all so yea its bugged. Any thoughts? <?xml version="1.0" encoding="UTF-8"?> <monster name="Pirate Skeleton" nameDescription="a...
  17. T

    Action Health/Mana Charges

    [02/11/2016 15:00:02] [Error - TalkAction Interface] [02/11/2016 15:00:02] data/talkactions/scripts/charges.lua:onSay [02/11/2016 15:00:02] Description: [02/11/2016 15:00:02] data/talkactions/scripts/charges.lua:4: attempt to compare number with string [02/11/2016 15:00:02] stack traceback...
  18. T

    Door.lua

    this is for a lock door script, when using a key it should open, the door action id number is the same as key but gives me an error and door wont open. Any thoughts or another way to do it? 0.3.6 [code=lua]local config = { positions = { from = {x = 1218, y = 1719, z = 7}, to = {x =...
  19. T

    Help with script

    local t = { percent = 40, monsters = { ['Triton'] = 100, ['sea serpent'] = 75, ['quara constrictor'] = 70, ['quara hydromancer'] = 60, ['quara mantassin'] = 40, ['quara pincher'] = 40, ['quara predator'] = 20, ['massive...
  20. T

    Help with script

    Im using this script, its fine but when trying to use it to catch a monster it doesnt work, im guessing it suppose to have the option "use with" but only says "use" local t = { percent = 40, monsters = { ['Triton'] = 100, ['sea serpent'] = 75, ['quara...
Back
Top