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

    Lua -=[TFS]=- 0.4 8.60 [TALKACTION] ERROR ON SCRIPT VIP SYSTEM

    [13/08/2023 22:18:32] [Error - TalkAction Interface] [13/08/2023 22:18:32] In a timer event called from: [13/08/2023 22:18:32] data/talkactions/scripts/reset.lua:onSay [13/08/2023 22:18:32] Description: [13/08/2023 22:18:32] data/talkactions/scripts/reset.lua:89: attempt to call global...
  2. samuel157

    Lua -=[TFS]=- 0.4 8.60 [TALKACTION] ERROR ON SCRIPT VIP SYSTEM

    Say !reset and show error console
  3. samuel157

    Lua -=[TFS]=- 0.4 8.60 [TALKACTION] ERROR ON SCRIPT VIP SYSTEM

    [13/08/2023 21:41:36] [Error - TalkAction Interface] [13/08/2023 21:41:36] In a timer event called from: [13/08/2023 21:41:36] data/talkactions/scripts/reset.lua:onSay [13/08/2023 21:41:36] Description: [13/08/2023 21:41:36] (luaGetCreatureStorage) Creature not found [13/08/2023 21:41:36]...
  4. samuel157

    Lua -=[TFS]=- 0.4 8.60 [TALKACTION] ERROR ON SCRIPT VIP SYSTEM

    @Paulix [13/08/2023 21:24:06] [Error - TalkAction Interface] [13/08/2023 21:24:06] In a timer event called from: [13/08/2023 21:24:06] data/talkactions/scripts/reset.lua:onSay [13/08/2023 21:24:06] Description: [13/08/2023 21:24:06] (luaGetCreatureStorage) Creature not found [13/08/2023...
  5. samuel157

    Lua -=[TFS]=- 0.4 8.60 ERROR SCRIPT OR MOD CONSOLE GUI

    -=[TFS]=- 0.4 8.60 ERROR SCRIPT OR MOD CONSOLE GUI [13/08/2023 15:05:22] [Error - CreatureScript Interface] [13/08/2023 15:05:22] buffer:onStatsChange [13/08/2023 15:05:22] Description: [13/08/2023 15:05:23] (luaGetThingPosition) Thing not found [13/08/2023 15:05:23] [Error - CreatureScript...
  6. samuel157

    Lua -=[TFS]=- 0.4 8.60 [TALKACTION] ERROR ON SCRIPT VIP SYSTEM

    CONSOLE GUI: [13/08/2023 15:39:57] [Error - TalkAction Interface] [13/08/2023 15:39:57] In a timer event called from: [13/08/2023 15:39:57] data/talkactions/scripts/reset.lua:onSay [13/08/2023 15:39:57] Description: [13/08/2023 15:39:57] data/talkactions/scripts/reset.lua:117: attempt to...
  7. samuel157

    Lua -=[TFS]=- 0.4 8.60 Ends popup message and creates orange console message when reset

    @pelek2002 I don't want this message to appear doPlayerPopupFYI tempo = 0 I don't want when reset disconnects char
  8. samuel157

    Lua -=[TFS]=- 0.4 8.60 Ends popup message and creates orange console message when reset

    Show I don't want the client to leave the session, I want the console message in orange MESSAGE_STATUS_CONSOLE_ORANGE tempo = 0 and a pop-up screen appears NO LOGOUT local needLvl ="Você precisa de "..config.resetStatus.lvl-getPlayerLevel(cid).." level's para resetar." local msg ="~~[Reset...
  9. samuel157

    Lua -=[TFS]=- 0.4 8.60 Ends popup message and creates orange console message when reset

    function onSay(cid, words, param) --[Configurações de Condição]__ config = { --[[verdadeiro / Falso]] needPa = true, -- Precisa de Premium Account? [true / false] needPz = true, -- Precisa estar em Protection Zone? [true / false] battle = true, -- Precisa estar sem Batlle para Resetar...
  10. samuel157

    Lua -=[TFS]=- 0.4 8.60 How to add this script or mod

    -=[TFS]=- 0.4 8.60 How to add this script or mod
  11. samuel157

    Lua -=[TFS]=- 0.4 8.60 [TALKACTIONS] Can someone create a !debug script hp/mana/cap Reset System

    Event::loadScript] Event onSay not found (data/talkactions/scripts/desbug.lua)
  12. samuel157

    Lua -=[TFS]=- 0.4 8.60 [TALKACTIONS] Can someone create a !debug script hp/mana/cap Reset System

    -=[TFS]=- 0.4 8.60 Can someone create a !debug script hp/mana/cap use reset command that resets when you reach level 717217 and goes back to level 1 script function !desbug and restore hp/mana/cap to level 1 system reset talk function onSay(cid, words, param) --[Configurações de...
  13. samuel157

    Lua -=[TFS]=- 0.4 8.60 Error on Script endvip.ua

    Thanks Roberto Function.
  14. samuel157

    Lua -=[TFS]=- 0.4 8.60 Error on Script endvip.ua

    *Fixed bug [VIP]. Search bug this script: endvip.lua --[[ By Samuel [email protected] ]]-- function onLogin(cid) if getPlayerStorageValue(cid, 13545) - os.time() > 0 then setPlayerStorageValue(cid, 13545, 1) end local pos = {x = 154, y = 51, z = 7} -- posiçao do templo. function...
  15. samuel157

    Lua -=[TFS]=- 0.4 8.60 Effect Attack Weapon - how do i put these effects

    [ local min, max = 1000000000,1000000000 --Ataque mínino e ataque máximo local w = { [1] = {ef = 36, sh = 3, dmg = COMBAT_FIREDAMAGE}, [2] = {ef = 42, sh = 28, dmg = COMBAT_ICEDAMAGE}, [3] = {ef = 46, sh = 38, dmg = COMBAT_POISONDAMAGE}, [4] = {ef = 17, sh = 31, dmg =...
  16. samuel157

    Lua -=[TFS]=- 0.4 8.60 Cast System [MOD]

    ok thanks.
  17. samuel157

    Lua -=[TFS]=- 0.4 8.60 Cast System [MOD]

    Looking for a cast system [MOD] without needing to change the source without having to type 1/1 in the client to appear cast system only press enter without anything written in the account name: or password: click and the cast of the caller appears !cast on
Back
Top