• 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

    TFS 1.X+ [TALKACTION][HELP] !time to show boss left time

    I need a script that when speaking! team shows a table of bosses you made and how much time is left before you can do it again. PLEASE HEEEEELP ME :(
  2. Hyagosrs

    [BOSSES] Lever script

    OMG, you're my hero.. <3
  3. Hyagosrs

    [BOSSES] Lever script

    now i'm tryin' this one local config = { cooldown = 30, -- in seconds - (Make it 'seconds * minutes * hours' - its will be '60 * 60 * 20' for 20 hours) (player cooldown) cooldown_storage = 808855, duration = 1, -- time till reset, in minutes (lever cooldown) level_req = 8, --...
  4. Hyagosrs

    Lua How do i add exausted to a boss lever?

    all the time, it says: The quest is currently in use. Cooldown is 10 minutes. 1597183246 now it works, but the problem is when I leave the room, the boss doesn't disappear. so the next one to enter, stay with 2 boss
  5. Hyagosrs

    [BOSSES] Lever script

    TFS 1.3 - 12.x
  6. Hyagosrs

    [BOSSES] Lever script

    I tested all two, and to no avail. I'm desperate for one that works
  7. Hyagosrs

    Lua bug boss lever

    it didn't work for me, the boss is born, but I am not teleported and it seems that the cooldown does not work.
  8. Hyagosrs

    Lua How do i add exausted to a boss lever?

    13:18 Lever is broke, try tomorrow 1597162737 13:18 Lever is broke, try tomorrow 13:18 Lever is broke, try tomorrow
  9. Hyagosrs

    ROTS - Return of the saiyans fanmade gameplay trailer

    i created an account :3 his name: Hyago
  10. Hyagosrs

    [BOSSES] Lever script

    i really need an easy script to configure. A lever script to every 2 hours i can enter again to kill the boss. and 1 or 5 players can kill
  11. Hyagosrs

    [GESIOR] Image does not appear

    where it was to show written things, it shows me this error box image. anyone can help me? when i click to see where is this error image is from: /headline.php?text=News%20Ticker this is my headline.php: <?php require_once "../custom_scripts/gd-text/Box.php"; require_once...
  12. Hyagosrs

    [PHPMYADMIN] Table 'otserv.prey_slots' doesn't exist

    When i'm trying to log in my server, its says in bios: Message: Table 'otserv.player_autoloot' doesn't exist 2020-08-09 19:37:00 - [Error - mysql_store_result] Query: SELECT `autoloot_list` FROM `player_autoloot` WHERE `player_id` = 6 Message: Table 'otserv.prey_slots' doesn't exist...
  13. Hyagosrs

    [HELP] Wear a new weapon

    i fixed it, the problem was a little sign in items.xml i changed this <item id="25918" article="a" name="Tales Rod"/> to this <item id="25918" article="a" name="Tales Rod"> and now it works, but thanks for helping!!
  14. Hyagosrs

    [HELP] Action and Movements for Boss Room. TFS 1.X +

    how about movement script?
  15. Hyagosrs

    [HELP] Wear a new weapon

    yes but i put onDeEquipItem right now, and didn't work.
  16. Hyagosrs

    [HELP] Wear a new weapon

    yes but it doens't work.
  17. Hyagosrs

    [HELP] Action and Movements for Boss Room. TFS 1.X +

    i need a script that i can enter 1 or even 5 players to kill the boss, and that has time to be able to do it again. and that when he leaves the room, the boss disappears. after that, a movement script to check the time left to make the boss and not let him step on the sqm that is on the lever...
  18. Hyagosrs

    [HELP] Some initial quest for new players!

    Oh thanks very much <3
  19. Hyagosrs

    [HELP] Some initial quest for new players!

    hm, i only have this quests for new players, but i need more, does anyone have this? this is the quests i have: if player:getLevel() >= 1 and (player:getStorageValue(3993738) ~= 1) then --In Service of Yalahar player:setStorageValue(Storage.InServiceofYalahar.Questline, 5) --> START...
  20. Hyagosrs

    TFS 1.X+ [LOGIN.LUA] Access to quests

    Thanks, this work!!
Back
Top