• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. L

    Lua Destroy item out of the bag 'n' onmove

    How to fix this script? To destroy item out of the bag For exemple, i click and it on ground, and delete, no only in BP And delete item on move? It's possible? I use 0.4 <action itemid="2596" event="script" value="deleteparcelonopenrook.lua"/> function onUse(cid, item, frompos, item2...
  2. L

    Solved Problem quests.lua

    Ty!!!!
  3. L

    Solved Problem quests.lua

    I use 0.4 I need put uniqueid to they can't walk on chest? I will do it to test... 01:19 You see a chest (Vol:15). It weighs 120.00 oz. ItemID: [1740], ActionID: [8067]. Position: [X: 1106] [Y: 935] [Z: 9]. And whats i need fix to they cant throw trash on quest? Idk, i only do my server, i...
  4. L

    Solved Problem quests.lua

    I have a problem on my quests.lua Problem: Players can stay ON chest, they can throw itens and walk on chest Any know how to fix it? local quests = { [8000] = 2384, -- rapier [8001] = 2485, -- doublet [8002] = 2526, -- studded shield [8003] = 2530, -- copper shield [8004] =...
  5. L

    Lua Help BP give extra CAP

    ty
  6. L

    Lua Help BP give extra CAP

    I'm bad scripter and bad english, dont understand u :(
  7. L

    Lua Help BP give extra CAP

    I try use it in my script, but now i cant equip this backpack function getPlayerCap(cid) local query = db.getResult("SELECT `cap` FROM `players` WHERE `id` = " .. getPlayerGUID(cid)) if query:getID() ~= -1 then return tonumber(query:getDataString("cap")) end return 0 end local capacidade =...
  8. L

    Lua Help BP give extra CAP

    bump!
  9. L

    Lua Help BP give extra CAP

    no, gain 1000 cap, have something error
  10. L

    Lua Help BP give extra CAP

    Its dont work so fine... I have test: login: 4025 cap on put BP: 7025 cap on remove BP: 6025 cap
  11. L

    Lua Help BP give extra CAP

    Before I ask I did this code, dont work set cap to 0
  12. L

    Lua Help BP give extra CAP

    Description data/movements/scripts/magevipbag.lua:4: attempt to call global 'getPlayerCap' <a nil value> stack traceback: data/movements/scripts/magevipbag.lua:4 in function <data/movements/scripts/magevipbag.lua:3>
  13. L

    Lua Help BP give extra CAP

    I have a backpack vip, when u equip it, earns thousand 1000 cap to more But i have a problem, when u remove this backpack your cap go to 0 Script; <movevent type="Equip" itemid="10518" slot="backpack" event="script" value="magevipbag.lua"> <vocation id="1"/> <vocation id="5"...
Back
Top