• 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 Use 'x' item the gain outfit newtype 253 It is 255

    no function 2 [VIP] addom obly 1 VIP
  2. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Use 'x' item the gain outfit newtype 253 It is 255

    no functon I use this when I put 2 vip debug addon I have this one when I use 2 debug plugins when I use all plugins released function onUse(cid, item, fromPosition, itemEx, toPosition) local sto = 19537 --- <<< NUMERO DA STORAGE QUE VC COLOCOU NO OUTFITS.XML local outname = "[VIP]" ---...
  3. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Use 'x' item the gain outfit newtype 253 It is 255

    @Mateus Robeerto no show looktype 253
  4. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Use 'x' item the gain outfit newtype 253 It is 255

    ACTION.LUA: function onUse(cid, item, fromPosition, itemEx, toPosition) local sto = 19537 --- <<< NUMERO DA STORAGE QUE VC COLOCOU NO OUTFITS.XML local outname = "VIP" --- <<< COLOQUE O NOME DA OUTFIT ALI if getPlayerStorageValue(cid, sto) >= 1 then doPlayerSendCancel(cid, "Voce ja...
  5. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Use 'x' item the gain outfit newtype 253 It is 255

    </outfit> <outfit id="25" quest="19537"> <list gender="0" lookType="253" name="VIP"/> </outfit> </outfits>
  6. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 [ACTION] HOW TO ADD TWO STORAGE

    no function local storageA = 13741 -- one storage local storageB = 18956 -- second storage function onUse(cid, item, fromPosition, itemEx, toPosition) local storageToUse if getPlayerStorageValue(cid, storageA) == -1 then storageToUse = storageA elseif...
  7. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 [ACTION] HOW TO ADD TWO STORAGE

    add one storage in this script function onUse(cid, item, fromPosition, itemEx, toPosition) local config={ removeOnUse = "yes" -- remove when use ("yes" or "no") } local days = 3 -- put how many days the player will have access to this area local daysvalue = days * 24 * 60 * 60 local...
  8. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 [ACTION] HOW TO ADD TWO STORAGE

    ACTION: 13741 UNIQUE: 18956 local storage = 13741 function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, storage) == -1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Voce Ganhou Donate Acesso Infinito.")...
  9. samuel157

    Lua [SQLite] -=[TFS]=- [ACTION] 0.4 8.60 I bet 2k VIP coins and I don't win the 12 items

    @lursky @Levi999x SOLVE MY PROBLEM SO FAST.
  10. samuel157

    Lua [SQLite] -=[TFS]=- [ACTION] 0.4 8.60 I bet 2k VIP coins and I don't win the 12 items

    -- Cassino System by LucasHere function onUse(cid, item, frompos, item2, topos) pos1 = {x=256, y=344, z=7, stackpos=1} --posição que vai cria os items pos2 = {x=257, y=344, z=7, stackpos=1} pos3 = {x=258, y=344, z=7, stackpos=1} local config = { moneyneed = 100 * 20, -- money needed...
  11. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 [ACTION] 0.4 8.60 Casino Error

    [23/08/2023 22:41:05] [Error - Action Interface] [23/08/2023 22:41:05] In a timer event called from: [23/08/2023 22:41:05] data/actions/scripts/casssino.lua:onUse [23/08/2023 22:41:05] Description: [23/08/2023 22:41:05] (luaDoCreateItem) Item not found -- Cassino System by LucasHere function...
  12. samuel157

    Lua [SQLite] [ACTION] -=[TFS]=- 0.4 8.60 Casino Script

    Thanks Paulix and Mateus Robeerto SOLVED.
  13. samuel157

    Lua [SQLite] [ACTION] -=[TFS]=- 0.4 8.60 Casino Script

    Instead of winning these 12 items, the casino item appears at bp 6556 nothing to do with the set of items I was going to win -- Cassino System by LucasHere function onUse(cid, item, frompos, item2, topos) pos1 = {x=264, y=344, z=7, stackpos=1} --posição que vai cria os items pos2 = {x=265...
  14. samuel157

    Lua [SQLite] -=[TFS]=- [ACTION] 0.4 8.60 I need vip currency 11192 100 amount to place a bet in the casino 777

    I need a new coin 11192 quantity 100 to play in the casino, this script works only that when betting 100 vip coins 11192 it becomes. -- Cassino System by LucasHere function onUse(cid, item, frompos, item2, topos) local pos1 = {x = 264, y = 344, z = 7, stackpos = 1} -- posição que vai criar...
  15. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 [ACTION] I need vip currency 11192 100 amount to place a bet in the casino

    local itemID = 11192 -- id do anel local quantRemove = 100 -- quantidade do item acima que sera removido -- Cassino System by LucasHere function onUse(cid, item, frompos, item2, topos) pos1 = {x=264, y=344, z=7, stackpos=1} --posição que vai cria os items pos2 = {x=265, y=344, z=7...
  16. samuel157

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Use only reset 100 storage = 54676

    storage = 54676 local gold_cost = 0 function onSay(cid, words, param) if getPlayerLevel(cid) >= 717217 and (getPlayerStorageValue(cid, 13545) > 0) and isPremium(cid) then if doPlayerRemoveMoney(cid, gold_cost) then doPlayerAddItem(cid, 5805, 1) doPlayerSendTextMessage(cid...
Back
Top