• 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!

Search results

  1. Hyagosrs

    How to install an infinite license Crossover (Codeweavers) to run some Tibia Client on macOS

    I know that some people depend on this program to run the game itself, but unfortunately because it is paid, sometimes this can make it difficult, so I put together this easy tutorial for you to have the crossover for free and forever. Step 1 Download the free trial version of Crossover on...
  2. Hyagosrs

    How to download old clients for MacOS?

    How can I download old versions for Mac OS, i need client 13.05 exactly. Please.
  3. Hyagosrs

    RevScripts NPC Addoner Request

    Does anyone have a NPC Addoner to help me?
  4. Hyagosrs

    AAC MYAAC error while creating Guild

    i get this error when i try to create a new guild. Does anyone know how to solve it? y
  5. Hyagosrs

    RevScripts /mute command talkaction

    Does anyone know a /mute talkaction in revscriptsys? to mute in world chat or help chat!!!
  6. Hyagosrs

    RevScripts How to add Exhaustion to this talkaction?

    How to add exshaut to this talkaction !online? revscriptsys local maxPlayersPerMessage = 10 local playersOnline = TalkAction("!online") function playersOnline.onSay(player, words, param) local hasAccess = player:getGroup():getAccess() local players = Game.getPlayers() local...
  7. Hyagosrs

    RevScripts Where to change time to remove reward from reward chest

    Does anyone know how to change time to remove reward from reward chest? or to increase the containers?
  8. Hyagosrs

    AAC MYAAC images/store problem

    I've tried several ways, but I can't find the solution. See what I've tried: -chmod 660 images/store -chmod 775 images/store -chmod 777 images/store -chmod -R "all the numbers" images/store my config.lua: coinImagesURL = "http://127.0.0.1/images/store/" ANY IDEAD? <3
  9. Hyagosrs

    RevScripts how to show modal window in this !commands

    this is my code, but how should it possible to show a modal windows instead of MESSAGE_EVENT_ADVANCE ?? local commands = TalkAction("!commands") function commands.onSay(player, words, param) return player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "here is the information") end...
  10. Hyagosrs

    AAC how to get stream button in MYAAC ?

    Does anyone know how to get this stream button in MYAAC? is there a plugin? thanks <3
  11. Hyagosrs

    GlobalEvent [REVSCRIPTSYS] Autobrodcast for your server

    This is the AutoBroadcast messages for your server data/scripts/globalevent/autobroadcast.lua local autoBroadcast = GlobalEvent("AutoBroadcast") function autoBroadcast.onThink(interval, lastExecution) local messages = { "[DONATES]: write your message here", "[COMMANDS]: write your...
  12. Hyagosrs

    RevScripts Kroazur bug: Someone is fighting against the boss!

    if I go into the teleport and leave, the kroazur is born and stays inside the boss's room, but the next time I try to enter, and he is inside, says this message: Someone is fighting against the boss! You need wait awhile. this is my script: local config = { [24900] = { timer =...
  13. Hyagosrs

    RevScripts how to increase the bestiary rate?

    how to increase the bestiary rate? hmm.. like 3x or more ? OTBR
  14. Hyagosrs

    TalkAction Command !softboots [REVSCRIPTSYS]

    this is a command to renew soft boots !softboots. add this script (soft_boots.lua) in /data/scripts/talkaction/players local aol = TalkAction("!softboots") function aol.onSay(player, words, param) if player:removeMoneyNpc(10000) and player:removeItem(10021, 1) then...
  15. Hyagosrs

    RevScripts [Revscriptsys] Talkaction !Commands with mode window

    does anyone have a talkaction script for !commands information, with mode window? please :)
  16. Hyagosrs

    RevScripts Monster script (BOSSES from Feaster Soul Quest)

    does anyone have monster script for The Dread Maiden, The Unwelcome and The Paleworm? please <3
  17. Hyagosrs

    Debian 10/Linux how to get out from this screen without shutting down server

    when i open my otserv with the commands, it get this screen: but i don't know how to get back to use all linux commands again without shutting down the server.
  18. Hyagosrs

    I can't find my actions.xml archive.

    i can't find actions.xml on server's data. any idea?
  19. Hyagosrs

    MyAAC doens't showing up images.

    all the images aren't showing up, and I've already checked the HTML folder and the images are there. Any idea?
  20. Hyagosrs

    How to login OTClient V8 with protocol 12.x

    i'm trying to login like a client 12.x but with OTClient V8, but it gives me an error like these pictures: the ip that i found on client12 is join.tibiahard.com/login.php
Back
Top