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

    Lua Monster exeta res

    Hello everyone, is there any way to make sure that the exeta res does nothing to a monster? I want this monster not to work exeta res i used otbr tfs 1.3 local mType = Game.createMonsterType("Soul Sphere") local monster = {} monster.description = "a soul sphere" monster.experience = 0...
  2. A

    Lua Add storage to use

    Perfect, thank you all, the only thing missing is the comma in the itemid itemId = 38911
  3. A

    Lua Add storage to use

    Thanks for the help but none have worked for me, I think I did not explain well .. These items should be used only if you have storage 69812, this storage gives it to you when killing the boss, because if the script does not ask for storage, any player level 8 can obtain this outfit simply by...
  4. A

    Lua Add storage to use

    Hello, can someone help me with this script that I was doing but I want you to only be able to use these items if you have this storage Storage: 69812 i used otbr tfs 1.3 local addcustom1 = Action() function addcustom1.onUse(player, item, fromPosition, target, toPosition, isHotkey) if...
  5. A

    Lua Boss Transform

    i don't have xml, it's revscript
  6. A

    Lua Boss Transform

    Up
  7. A

    Lua Boss Transform

    In login_events.lua yes (line 102) local loginEvents = CreatureEvent("LoginEvents") function loginEvents.onLogin(player) local events = { --Monster "LowerRoshamuul", --Others "AdvanceSave", "BestiaryOnKill", "BossParticipation"...
  8. A

    Lua Boss Transform

    everyone, I have a problem with this scripts, I am using it on a creature and it works 100% and I made another one only that with another creature and it does not work i used otbr tfs 1.3 This is working local bossForms = { ['snake god essence'] = { text = 'IT\'S NOT THAT EASY...
  9. A

    Lua Reward Level For Vocation

    Hi, someone will have a vocation reward scripts, for example i used otbr tfs 1.3 (revscript) Knight Lvl 20 = Sword Druid Lvl 20 = Rod Sorcerer Lvl 20 = Wand Paladin Level 20 = Crossbow
  10. A

    Lua Revscript command !frags

    no work bro
  11. A

    Lua Revscript command !frags

    Hi, someone will have the !frags command for tfs 1.3 otbr That it is working, pass one to revscriptsys but it does not count the frags it always says You do not have any unjustified kill. This is the one I have and it doesn't work for me local frags = TalkAction("!frags") function...
  12. A

    C++ Client 10 Debug and client 12 connection failed

    Hello, does anyone know the cause of this debug? i used tfs 1.3 otbr That debug occurs when trying to enter with client 10 And when trying to enter with client 12 it only says this and my ot console no have error
  13. A

    Lua OTBR TFS 1.3 Error Compile

    bump
  14. A

    The Real History about @ezzz Being a Thief

    Hey bro, can you drop your discord? I need to talk to you
  15. A

    Lua OTBR TFS 1.3 Error Compile

    Does anyone know why I have this error when finishing compiling? i used otbr tfs 1.3 -- Build files have been written to: /home/forgottenserver/build root@vmi531551:/home/forgottenserver/build# make -j`nproc` Scanning dependencies of target check_git Scanning dependencies of target otbr_lib [...
  16. A

    Lua Ferumbras Lever

    UP
  17. A

    Lua Time Storage Lever

    If it worked, thanks
  18. A

    Lua Time Storage Lever

    Hello, someone help me with these scripts please, give only the time Storage to the person who clicks the lever, the others do not give time storage and they can do it as many times as they want local config = { requiredLevel = 250, daily = true, storage =...
  19. A

    Lua Transform scripts to revscriptsys

    Hi someone help me to transform this script to revscriptsys, I tried but it gives me these errors in my console, this is the original script function onSay(cid, words, param) local playerGuild = getPlayerGuildId(cid) if playerGuild > 0 then local playerGuildLevel =...
Back
Top