• 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!

Search results

  1. C

    Lua Help in function

    Good evening, could anyone tell me a command to check if the player has mana or not? Because my server is a Pokémon and the Pokémon are counted as Mana, there is a system that I want to do so that players with Pokémon do not go through the portal that give access to the event ... <?xml...
  2. C

    Lua Creature not found

    Are these errors happening in the distro, can they help? [23/02/2017 23:15:13] [Error - TalkAction Interface] [23/02/2017 23:15:13] data/talkactions/scripts/dittorevert.lua [23/02/2017 23:15:13] Description: [23/02/2017 23:15:13] (luaGetCreatureStorage) Creature not found [23/02/2017...
  3. C

    Lua [OTClient] Background on MOD

    I wanted to know how to leave a normal MOD with an image behind, like this: Mine is like this:
  4. C

    Lua attempt to index a boolean value

    Error while speaking commands [22/02/2017 12:39:21] [Error - TalkAction Interface] [22/02/2017 12:39:21] data/talkactions/scripts/dittomemory.lua:onSay [22/02/2017 12:39:21] Description: [22/02/2017 12:39:21] data/talkactions/scripts/dittomemory.lua:90: attempt to index a boolean value...
  5. C

    Lua [OTClient] MOD does not close

    This mod is not closing when the player exits the game
  6. C

    [OTC] Support heath bar

    Is in the skills, type the heath is configured just to show the points and not any progress bar, I was wanting to be put by progress bar more buga always :( This is it / I wanted it to be like this skills.lua skills.otui
  7. C

    [Error - CreatureScript Interface]

    [2:11:13.834] [Error - CreatureScript Interface] [2:11:13.834] data/creaturescripts/scripts/playerdeath.lua:onDeath [2:11:13.834] Description: [2:11:13.834] (luaGetCreatureName) Creature not found [2:11:13.834] [Error - CreatureScript Interface] [2:11:13.834]...
  8. C

    [Error - TalkAction Interface]

    [Error - TalkAction Interface] data/talkactions/scripts/withdraw.lua:onSay Description: data/talkactions/scripts/withdraw.lua:9: attempt to compare string with number stack traceback: data/talkactions/scripts/withdraw.lua:9: in function script.lua
  9. C

    Lua (luaGetThingFromPos) Tile not found

    dofile("./_woe.lua") local config = woe_config local reward = 200000 -- 200k local function EndWoe() Woe.getInfo() setGlobalStorageValue(stor.Started, 0) setGlobalStorageValue(stor.WoeTime, 0) Woe.expulsar(infoLua[2], Castle.salas.a.fromx, Castle.salas.a.tox...
Back
Top