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

    Lua How do i add exausted to a boss lever?

    it didn't work:(
  2. M

    Lua How do i add exausted to a boss lever?

    I want only the player who pulls it to have to wait 20 hours to try again, if I change the time to 1200, everyone should wait that time to use it u.u I already tried many things and I still can't add a cooldown of 20h for those who already pulled the lever
  3. M

    Lua How do i add exausted to a boss lever?

    It is the time for it to be done again, if I put 1200 minutes, no one could do it in that period of time :(
  4. M

    Lua How do i add exausted to a boss lever?

    I want the player to only be able to pull the lever every 20h, can anyone teach me? local config = { duration = 10, -- time till reset, in minutes level_req = 150, -- minimum level to do quest min_players = 1, -- minimum players to join quest lever_id = 9825, -- id of lever...
  5. M

    [Znote AAC] Underworld Layout

    Esta genial bro!
  6. M

    how open ports in gcloud?

    hello, i have a problem in gcloud i can't open ports 7171 and 7172 i already tried in many ways but the ports remain unopened
  7. M

    Spell [TFS 1.3] Knight Spells - Elemental Weapon Bug Fixx

    it works perfectly only that my players say that the critic does not work with the knight D:
  8. M

    Spell [TFS 1.3] Knight Spells - Elemental Weapon Bug Fixx

    it works perfectly but now the problem is utito tempo
  9. M

    Help with Object Builder.

    have a solution? I have the same error
  10. M

    AAC Znote Acc - Problem with Donation Points

    It is true! thanks Znote!
  11. M

    AAC Znote Acc - Problem with Donation Points

    In the database the account has points but the page does not detect the points
  12. M

    Lua attack and gain exp

    I want to attack and gain experience each 2 minutes I'm basing myself on the stamina code events/creatures.lua can you help me? local staminaBonus = { target = 'Training Monk', period = 120000, -- time on miliseconds bonus = 1, -- gain stamina events = {} } local function...
  13. M

    Znote ACC - choose pvp

    the table in database is ALTER TABLE `players` ADD `pvp_mode` INT(11) NOT NULL DEFAULT '0'; the system is LUA / C++ works perfectly but I do not know how to do so that when creating character they can choose the mode
  14. M

    Znote ACC - choose pvp

    you can help me?
  15. M

    Znote ACC - choose pvp

    Anyone know how to make this work? I want to be able to choose PVP Disabled config.php // (PVP MODE). $config['pvp_mode'] = array( 0 => 'Enabled', 1 => 'Disabled', );
  16. M

    Compiling Prey System? tfs 1.2

    I sell it :p
  17. M

    [houses] aleta sio - aleta som

    Aleta sio Lua Script Error: [Spell Interface] data/spells/scripts/house/edit_guest_list.lua:onCastSpell data/spells/scripts/house/edit_guest_list.lua:7: attempt to call method 'canEditAccessList' (a nil value) stack traceback: [C]: in function 'canEditAccessList'...
  18. M

    AAC Znote Acc SQL error player_storage in characterprofile

    lol! thanks! you are great!
Back
Top