• 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 [SQLite] -=[TFS]=- 0.4 8.60 Is not working command !desbug and buy item free condition VIP LVL 717217 and Premium

    My character level 717217 premium 11 days vip acc You do not meet the requirements to purchase the item
  2. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Is not working command !desbug and buy item free condition VIP LVL 717217 and Premium

    @Paulix [20/08/2023 17:15:14] [Error - LuaScriptInterface::loadFile] data/talkactions/scripts/desbug.lua:14: 'end' expected (to close 'if' at line 4) near '<eof>' [20/08/2023 17:15:14] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/desbug.lua) [20/08/2023 17:15:14]...
  3. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Is not working command !desbug and buy item free condition VIP LVL 717217 and Premium

    function onSay(cid, words, param) if getPlayerLevel(cid) == 717217 and getPlayerStorageValue(cid, 13545) == 1 and isPremium(cid) then if doPlayerRemoveMoney(cid, 0) == TRUE then local bp = doPlayerAddItem(cid, 5805, 1) doCreatureSay(cid, "Você comprou um...
  4. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 How can I fix this script with problem in storage vip

    local days = getPlayerStorageValue(cid, 13545) \n[VIP] Days: ".. days .." 1692553264 @lursky can you fix the script? Solved.
  5. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 How can I fix this script with problem in storage vip

    (getPlayerStorageValue(cid, 13545) function onSay(cid, words, param) local level = getPlayerLevel(cid) local vocation = getPlayerVocationName(cid) local health, maxhealth = getCreatureHealth(cid), getCreatureMaxHealth(cid) local mana, maxmana = getCreatureMana(cid), getCreatureMaxMana(cid)...
  6. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 if you know put this script to use only level 717217 and with vip storage 13545 and only if you have premium

    function onSay(cid, words, param) local playerLevel = getPlayerLevel(cid) local playerStorageVip = getCreatureStorage(cid, 13545) local playerPremium = isPremium(cid) if playerLevel == 717217 and playerStorageVip == 1 and playerPremium then if...
  7. samuel157

    Lua -=[TFS]=- 0.4 8.60 how can i fix this script

    function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerFreeCap(cid) > 7245000 then doPlayerSetMaxCapacity(cid, 90000) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_GREEN) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Sua capacidade...
  8. samuel157

    Lua -=[TFS]=- 0.4 8.60 how can i fix this script

    [19/08/2023 19:13:07] [Error - TalkAction Interface] [19/08/2023 19:13:08] data/talkactions/scripts/desbug.lua:onSay [19/08/2023 19:13:08] Description: [19/08/2023 19:13:08] data/talkactions/scripts/desbug.lua:8: attempt to call global 'doPlayerSetCapacity' (a nil value) [19/08/2023 19:13:08]...
  9. samuel157

    Lua -=[TFS]=- 0.4 8.60 how can i fix this script

    @Evil Puncker thanks @lursky i need one script talkaction send !desbug when you arrive from 72442500 to 9000000
  10. samuel157

    Lua -=[TFS]=- 0.4 8.60 how can i fix this script

    function onSay(cid, words, param) if words == "!desbug" then local cap = getPlayerCap(cid) -- Supondo que essa função obtenha o valor atual da cap do jogador if cap == 72442500 then -- Defina o valor da cap diretamente para 9000000 setPlayerCap(cid...
  11. samuel157

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

    bug cap i just need back the cap for 9000000 i just need cap script prap can buy npc
  12. samuel157

    -=[TFS]=- 0.4 8.60 CAP 72442500 no buy npc with this cap 72442500 need script !desbug return CAP 9000000 My server have command reset limit 100

    -=[TFS]=- 0.4 8.60 CAP 72442500 no buy npc with this cap 72442500 need script !desbug return CAP 9000000 My server have command reset limit 100 if you have to change something in the lib let me know
  13. samuel157

    Lua -=[TFS]=- 0.4 8.60 teleports the player only in the protect zone to the temple

    function onSay(cid, words, param) local pos = {x=154, y=51, z=7} if getCreatureCondition(cid, CONDITION_INFIGHT) then doPlayerSendCancel(cid, "Voce nao pode fazer isso em luta") else doSendMagicEffect(getPlayerPosition(cid),53) doPlayerSendCancel(cid,"Parabens Voce...
  14. samuel157

    Lua -=[TFS]=- 0.4 8.60 [TALKACTION] Reset system with problem

    ERROR ON CONSOLE GUI: [15/08/2023 07:32:49] [Error - TalkAction Interface] [15/08/2023 07:32:49] In a timer event called from: [15/08/2023 07:32:49] data/talkactions/scripts/reset.lua:onSay [15/08/2023 07:32:49] Description: [15/08/2023 07:32:49] (luaGetCreatureStorage) Creature not found...
  15. samuel157

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

    tempo = 0 [13/08/2023 23:44:40] [Error - TalkAction Interface] [13/08/2023 23:44:40] In a timer event called from: [13/08/2023 23:44:40] data/talkactions/scripts/reset.lua:onSay [13/08/2023 23:44:40] Description: [13/08/2023 23:44:40] data/talkactions/scripts/reset.lua:117: attempt to compare...
  16. samuel157

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

    @Paulix [13/08/2023 22:52:59] [VIP] Samuel Dois has logged out. [13/08/2023 22:52:59] [Error - TalkAction Interface] [13/08/2023 22:52:59] In a timer event called from: [13/08/2023 22:52:59] data/talkactions/scripts/reset.lua:onSay [13/08/2023 22:52:59] Description: [13/08/2023 22:52:59]...
Back
Top