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

    RevScripts Kroazur bug: Someone is fighting against the boss!

    i believe this is a system function
  2. 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 =...
  3. Hyagosrs

    RevScripts how to increase the bestiary rate?

    This is my script, but i don't think i could change for double or 3x.. local bestiaryOnKill = CreatureEvent("BestiaryOnKill") function bestiaryOnKill.onKill(player, creature, lastHit) if not player:isPlayer() or not creature:isMonster() or creature:hasBeenSummoned() or creature:isPlayer()...
  4. Hyagosrs

    RevScripts how to increase the bestiary rate?

    how to increase the bestiary rate? hmm.. like 3x or more ? OTBR
  5. 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...
  6. Hyagosrs

    Simple Auto Loot System [TFS 1.3]

    i'm trying to find too :(
  7. Hyagosrs

    [12.40+] New Lion Sanctum [Werelions+Werelioness] (with spawn)

    do you have the bosses script? Yirkas Blue Scale Utua Stone Sting Katex Blood Tongue Srezz Yellow Eyes
  8. Hyagosrs

    Monster monsters feaster of souls

    Could you share The Pale Worm, The Dread Maiden and The unwelcome, please?
  9. Hyagosrs

    RevScripts [Revscriptsys] Talkaction !Commands with mode window

    It didn't work, because this is not Revscriptsys :/
  10. Hyagosrs

    RevScripts [Revscriptsys] Talkaction !Commands with mode window

    does anyone have a talkaction script for !commands information, with mode window? please :)
  11. 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
  12. Hyagosrs

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

    it doens't work in Debian 10 :(
  13. 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.
  14. Hyagosrs

    I can't find my actions.xml archive.

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

    Gesior OTBR Bot Detected

    same problem, did you fix it?
  16. 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?
  17. 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
  18. Hyagosrs

    [GESIOR] Image does not appear

    Oops 404! That page can’t be found and i dont have an error.log :( 1597347267 a year ago I used this site, on a server, and it worked perfectly. now you have this problem. but I tested another gesior and this one has the same problem.
Back
Top