• 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 Red Skull Dead Error

    thanks fix
  2. A

    Lua Red Skull Dead Error

    When any redskull player dies I get this error on the console, has someone fixed it? Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/creaturescripts/others/droploot.lua:callback data/modules/scripts/blessings/blessings.lua:284: attempt to call method 'destro...
  3. A

    Lua Error scripts

    I put it like this, but it doesn't work, should I change something else? local config = { centerPos = {Position({x = 33806, y = 31505, z = 14}), Position({x = 33806, y = 31505, z = 15})}, rangeX = 12, rangeY = 12, exitPos = Position({x = 33572, y = 31452, z = 10}), newPos =...
  4. A

    Lua Error scripts

    I can't change this condition to another in the scripts? CONDITION_HEX
  5. A

    Lua Error scripts

    would I have to add it like this? enum ConditionType_t { CONDITION_NONE, CONDITION_POISON = 1 << 0, CONDITION_FIRE = 1 << 1, CONDITION_ENERGY = 1 << 2, CONDITION_BLEEDING = 1 << 3, CONDITION_HASTE = 1 << 4, CONDITION_PARALYZE = 1 << 5, CONDITION_OUTFIT = 1 << 6...
  6. A

    Lua Error scripts

    help me with these scripts, I do not know why it gives error: S Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/quests/feaster_of_souls/the_pale_worm/boss_lever.lua ...pts/quests/feaster_of_souls/the_pale_worm/boss_lever.lua:42: attempt to index local 'condition' (a...
  7. A

    Lua Error Console

    Why is my console giving me these errors? Failure: [Event::loadCallback] scriptInterface == nullptr. scriptid = 1777 Failure: [Event::loadCallback] scriptInterface == nullptr. scriptid = 1836
  8. A

    Lua Monster Error Loot

    Hello help me clean these errors from the console? >> Loading lua monsters [Warning - Loot:setId] Unknown loot item loot, int value expected. [Warning - Loot:setId] Unknown loot item loot, int value expected. [Warning - Loot:setId] Unknown loot item loot, int value expected. [Warning -...
  9. A

    Lua Creaturescripts transform revscriptsys

    the same thing happens the same
  10. A

    Lua Creaturescripts transform revscriptsys

    When I changed it, the whole service was flushed
  11. A

    Lua Bless

    Someone knows how to place so that when you have the 5 Bless you will see the squares in the slots as in the image
  12. A

    Lua Creaturescripts transform revscriptsys

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/creaturescripts/topfrags.lua:callback ...orgottenserver/data/scripts/creaturescripts/topfrags.lua:3: attempt to call field 'executeQuery' (a nil value) stack traceback: [C]: in function 'executeQuery'...
  13. A

    Lua Creaturescripts transform revscriptsys

    Can someone do me a favor to transform it to revscriptsys? <event type="kill" name="TopFrags" event="script" value="topfrags.lua" /> <event type="login" name="RTopFrags" event="script" value="topfrags.lua" /> local skulls = {SKULL_WHITE, SKULL_YELLOW, SKULL_RED, SKULL_BLACK} function...
  14. A

    Lua SD bug

    when hitting a character the effect of the SD when hitting him is not like that, but when hitting a monster it appears fine 1618219374 I realized that it was this scripts, it comes by default in ot, what's wrong? I had changed fire for death local theDukeHealFireDamage =...
  15. A

    Lua SD bug

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) function onGetFormulaValues(player, level, maglevel) local min = (level / 5)...
  16. A

    Lua SD bug

    Does anyone know why the SD looks like this? I have not done anything wrong Use OTbr tfs 1.3 In the monster it looks good but the players are hit like this
  17. A

    C++ Pvp Box

    I understand, thanks for the information bro
  18. A

    C++ Pvp Box

    is it possible to add this to ot? or is it a system that already comes in otbr? How active? using otbr pvp box
  19. A

    RevScripts [OTBR 1.x] SSA exhaust please

    no work :s
Back
Top