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

Recent content by Hyagosrs

  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

    [8.6] [TFS1.3] Alkurius Global & Coustom

    how to compile it for ubuntu 20.04?
  4. Hyagosrs

    How can I make use of the tournament coins?

    i need same thing :(
  5. Hyagosrs

    NPC [TFS 1.X] NPC Addons (Modal Window)

    I have same issue. :(
  6. Hyagosrs

    RevScripts NPC Addoner Request

    Does anyone have a NPC Addoner to help me?
  7. 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
  8. Hyagosrs

    RevScripts /mute command talkaction

    Does anyone know a /mute talkaction in revscriptsys? to mute in world chat or help chat!!!
  9. 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...
  10. Hyagosrs

    RevScripts Where to change time to remove reward from reward chest

    OTServBR: GitHub - opentibiabr/otservbr-global: OTServBR-Global 12.x for OpenTibia community. https://forums.otserv.com.br (https://github.com/opentibiabr/otservbr-global) i dont know which script, maybe: data/lib/others/reward_boss_lib.lua if not globalBosses then globalBosses = {} end...
  11. 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?
  12. Hyagosrs

    Feature Antirollback

    getting this error while trying to compile!! /ot/build# sudo cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo .. -- Disabled: ccache -- Enabled: ipo -- Enabled: openmp -- Disabled: DEBUG LOG CMake Error at src/CMakeLists.txt:88 (find_package): Could not find a package configuration file provided by...
  13. Hyagosrs

    AAC MYAAC images/store problem

    It didn't work for me :(
  14. 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
  15. Hyagosrs

    RevScripts how to show modal window in this !commands

    SOLVED: local commands = TalkAction("!commands") function commands.onSay(player, words, param) return player:showInfoModal("commands","here is the information") end commands:register()
Back
Top