• 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

    Solved Gesior Acc Latest! Lost Account Setup Gmail

    Hey bro can you help me in this? this is my configuration # Emails Config $config['site']['send_emails'] = true; $config['site']['mail_address'] = "[email protected]"; $config['site']['mail_senderName'] = "Zanera-Global"; $config['site']['smtp_enabled'] = true...
  2. A

    AAC Gesior Donation

    Hello, why when they try to buy through paypal and they cancel it, I get like this in that "confirm" state? Use gesior: In this photo there were some donations that were completed and others that were not, I was testing and at the time of removing the Paypal window, it gives that "confirm"...
  3. A

    Lua Action Use only once

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/actions/mount1.lua:callback /home/forgottenserver/data/scripts/actions/mount1.lua:5: attempt to index global 'player' (a nil value) stack traceback: [C]: in function '__index'...
  4. A

    Lua Action Use only once

    Hello, help me with this scripts so that it can only be used 1 time per player or per IP Me using: otbr tfs 1.3 local addcustom1 = Action() function addcustom1.onUse(cid, item, fromPosition, itemEx, toPosition) local mountid = math.random(1,32) -- you have to change 32 for your highest...
  5. A

    Lua Action no setStorage

    I was able to solve brother, apparently the value (22) that he asks you to have, does not exist or they do not give it to you and that is why I eliminated it, I do not think I have problems, you only enter that room by killing the hellgorak, that is, doing all inq
  6. A

    Lua Action no setStorage

    Hello, does anyone know why this script does not give the storages of lines 124,125 -- Shadow Nexus if isInArray({8753, 8755, 8757}, target.itemid) then if target.itemid == 8757 then Game.setStorageValue(GlobalStorage.Inquisition, math.random(4,5)) end...
  7. A

    Lua Special Flask

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/actions/special_flask.lua C++ exception > special_flask.lua [error] ^ try with another itemID and if everything is fine, apparently I have other scripts using the same itemID, and if I have it, I just don't know what it's...
  8. A

    Lua onStepIn to Onuse

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/actions/quests/soulwar/Hatred_tiempo.lua:callback ...er/data/scripts/actions/quests/soulwar/Hatred_tiempo.lua:13: attempt to index global 'creature' (a nil value) stack traceback: [C]: in function '__index'...
  9. A

    AAC Gesior Lost Account

    Hello, someone helps me how to configure the "Lost Account" in gesior acc me use gesior : Gesior my configuration is like this # Emails Config $config['site']['send_emails'] = true; $config['site']['mail_address'] = "[email protected]"; $config['site']['mail_senderName'] =...
  10. A

    Lua Special Flask

    Someone help me with a revscripts (action): That by using this item (A) "7494" in an item (B) "8753" it will transport you to this location (32369, 32241, 7) and give you this storage (51118). ItemID (A): 7494 ItemID (B): 8753 Pos: (32369, 32241, 7) Storage: (51118) I use otbr tfs 1.3 Note...
  11. A

    Lua Talkactions transform

    thanks bro
  12. A

    Lua Mount Ramdon

    otbr tfs 1.3
  13. A

    Lua Mount Ramdon

    Will someone have a revscriptsys of a statue that randomly mounts only 100 players and that is of different ip? In conclusion, I want to give the first 100 players who enter my server 1 mount at random Note:that only 1 players can use it per ip or simply 1 player 1 time me use: otbr tfs 1.3
  14. A

    Lua Error console

    Now it only tells me this when I enter, it no longer gives me an error in the console when it kicks me GS: table: 0x4456d340 FK: table: 0x41e36c30 AstralPowerCounter: 60095 AstralGlyph: 60096 put in functions.lua like this: function clearForgotten(fromPosition, toPosition, exitPosition...
  15. A

    Lua onStepIn to Onuse

    someone help me to pass this scripts to onUse? let it be by clicking please local config = { [10804] = {position = Position(33686, 31599, 14)} } local MaliceTimer = MoveEvent() function MaliceTimer.onStepIn(creature, item, position, fromPosition) local player = creature:getPlayer()...
  16. A

    Lua Error console

    function clearForgotten(fromPosition, toPosition, exitPosition, storage) for x = fromPosition.x, toPosition.x do for y = fromPosition.y, toPosition.y do for z = fromPosition.z, toPosition.z do if Tile(Position(x, y, z)) then local...
  17. A

    Lua Inq Scripts

    Hello, someone will have a script with these functions .. By using an "A" item on a "B" item, you create a teleport that lasts 1 minute, which gives you a storage and then returns everything to normal. ItemID A: 7494 ItemID B: 8753 Storage: 51118 Create Teleport Pos: 33115, 31702, 12 Teleport...
  18. A

    Lua Talkactions transform

    Another guild and still the same :(
  19. A

    Lua Error console

    when I use the lever it throws this at the console GS: table: 0x400c8688 FK: table: 0x400c9588 AstralPowerCounter: 60095 AstralGlyph: 60096 when kicking me out of the room it throws me this error on the console Lua Script Error: [Main Interface] in a timer event called from: (Unknown...
  20. A

    Lua Talkactions transform

    tells me I'm not a guild leader :(
Back
Top