• 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 [Talkaction] You Need Script Remove STORAGE

    [SQLite] -=[TFS]=- 0.4 8.60 [Talkaction] I Need Script Remove STORAGE
  2. samuel157

    Lua [TFS] 0.4 8.60 HOW DO I GET THIS HEAL HP E MANA FOOD DON'T MESS WITH THE VOCATION FOOD INFINITE

    local FOODS, MAX_FOOD = { [11130] = {18, "~|Delicia|~"} }, 1200 function onUse(cid, item, fromPosition, itemEx, toPosition) if(item.itemid == 6280) then if(fromPosition.x == CONTAINER_POSITION) then fromPosition = getThingPosition(cid) end...
  3. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Need script Talkaction show premium time of player

    [SQLite] -=[TFS]=- 0.4 8.60 Need script Talkaction show premium time of player example /pa player
  4. samuel157

    [SQLite] -=[TFS]=- 0.4 8.60 [Creaturescripts] endvip.lua

    When I buy the VIP it says I'm done with the VIP function onLogin(cid) local vipStorage = getPlayerStorageValue(cid, 13545) if vipStorage > 0 then if vipStorage - os.time() <= 0 then setPlayerStorageValue(cid, 13545, -1) doPlayerPopupFYI(cid, "You VIP...
  5. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Systemvip Problem on /checkvip of player

    elseif(words == "/checkvip") then if getPlayerAccess(cid) == 5 then if not param then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.") end local player = getPlayerByName(param) if not isPlayer(player) then doPlayerSendTextMessage(cid...
  6. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Even with 0 days of VIP status, he continues to access the VIP area. storage: 13545

    [SQLite] -=[TFS]=- 0.4 8.60 Even with 0 days of VIP status, he continues to access the VIP area. storage: 13545 Script: buy vip 31 days and show you vip account end function onLogin(cid) local vipStorage = getPlayerStorageValue(cid, 13545) if vipStorage > 0 then if...
  7. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Perfect System VIP 2.0 - Doesn't work as it should

    When I buy vip a debug error appears and when an old char vip days 0 appears it does not remove the storage and does not remove the nickname [VIP] from the name Talkaction Systemvip.lua -- Script SYtem vip 2.0 -- function onSay(cid, words, param) if(words == "!buyvip") then local price = 2000...
  8. samuel157

    TFS 0.X [SQLite] -=[TFS]=- 0.4 8.60 How do I remove [VIP] from characters in the player name

    [SQLite] -=[TFS]=- 0.4 8.60 How do I remove [VIP] from characters in the player name
  9. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Stamina Refil

    To charge my stamina you have to leave of game logout, how can I do this and it increases in the game without having to logou of game? function onUse(cid, item, fromPosition, itemEx, toPosition) local cfg = {} cfg.refuel = 42 * 60 * 1000 if getPlayerStamina(cid) == 2346 then...
  10. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 [TALKACTION] HOW TO ADD COMMAND /ADDSTORAGE

    [SQLite] -=[TFS]=- 0.4 8.60 [TALKACTION] HOW TO ADD COMMAND /ADDSTORAGE SAME PLAYER STANDING OFFLINE AND ONLINE COMMAND EXAMPLE: /addstorage test, key -> 14789 -> value /addstorage test, 14789, 0 or -1 or 1
  11. samuel157

    TFS 0.X [SQLite] -=[TFS]=- 0.4 8.60 HOW TO CREATE TABLE

    [SQLite] -=[TFS]=- 0.4 8.60 HOW TO CREATE TABLE ALTER TABLE `` ADD `` and CREATE TABLE send command query HERE
  12. samuel157

    TFS 0.X [SQLite] -=[TFS]=- 0.4 8.60 Stamina does not drop

    rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true
  13. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 ERROR FIRSTITEMS CONSOLE SHOW ERRO

    [12/09/2023 21:52:19] [Error - CreatureScript Interface] [12/09/2023 21:52:19] data/creaturescripts/scripts/firstitems.lua:onLogin [12/09/2023 21:52:19] Description: [12/09/2023 21:52:20] data/creaturescripts/scripts/firstitems.lua:55: bad argument #1 to 'maxn' (table expected, got nil)...
  14. samuel157

    TFS 0.X [SQLite] -=[TFS]=- 0.4 8.60 [MOD] Cast Ssystem no Function

    Cast and Guild Caast no function TFS 0.4 8.60
  15. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 HOW TO ADD OF ELEMENTS

    setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE) setCombatParam(combat, COMBAT_PARAM_TYPE...
  16. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 CRITICAL ON CONSOLE RED ON DEFAULT

    Creates a critical script that applies to the default console in red Every time I critical a monster or player this message appears in the default
  17. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Stamina no Down even with rateStaminaLoss = 1

    rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 41 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true
  18. samuel157

    C++ Anti-Nuker Portsafe 3.0

    HOW TO ADD 2 PORT ON ANTI NUKER PORTSAFE 3.0 DEFINITION I'VE TRIED EVERYTHING AND I CAN' T
  19. samuel157

    C++ [Anti-Nuker] Lucky Guard

    does anyone have this antu nuker to pass me
  20. samuel157

    -=[TFS]=- 0.4 8.60 Problem mysql

    Check server configuration File config.lua loaded from C:/Users/Samuel/Desktop/DexSoft/config.lua and looks like fine server config file. Now you can check database(mysql) connection: STEP 2 - check database connection
Back
Top