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

    A Chest that you can use once every 2 days

    Lol, why you post it again with a lower priority script?
  2. T

    A Chest that you can use once every 2 days

    Ah, I didn't read 2 days, I read it as 2 seconds. But that exhaustion is not spells it's just giving exhaust for that storage. So if you call that storage in other script, it's just that storage that has the exhaust. But the script is updated!
  3. T

    A Chest that you can use once every 2 days

    What? xd It's giving exhaust for 2 seconds... ;/
  4. T

    A Chest that you can use once every 2 days

    function onUse(cid, item, fromPosition, itemEx, toPosition) local z = { x = 100098, y = 2 * 60 * 60 * 24, items = { [1] = {2160, 3}, [2] = {2192, 1} } } if(exhaustion.check(cid, z.x) == false) then exhaustion.set(cid, z.x, z.y) for i = 1, #z.items do...
  5. T

    Lua setfrags error

    function setFrags(cid, amount) -- Ex. setFrags(cid, 5) if not isCreature(cid) then return LUA_ERROR end setPlayerStorageValue(cid, 824544, amount) return doPlayerSave(cid) end
  6. T

    Lua Potions Bug

    post your whole global.lua with tags...
  7. T

    Monster and broadcast

    Change return false to doCreatureChangeTarget(cid) Register it on the monster aswell.
  8. T

    Lua Potions Bug

    Lib/031-vocations.lua
  9. T

    Jungle Cave (9.60) by Neon

    Yeay, Neon is back! :D 'N I really like the map!
  10. T

    Problem when dead on aol

    You have created the aol with a GOD. The AOL's amount is 100 then... Make a script that gives the player 1 aol (doPlayerAddItem(cid, 2173, 1) and then try again :)
  11. T

    [LUA] function ExistItemByName(name) [9.6+]

    So this don't work with < 9.6?
  12. T

    [Gesior ACC] Buy / sell characters

    The system is cool, but how to set level requirement on this ? ;/
  13. T

    [Znote Acc] Template

    I really like how fast Znote AAC upgrades! :D
  14. T

    Lua firewalker boots wont transform

    local WORN_FIREWALKER_BOOTS = 9934 local FIREWALKER_BOOTS = 9933 local SMALL_RUBY = 2147 function onUse(cid, item, frompos, item2, topos) if(getPlayerItemCount(cid, SMALL_RUBY) >= 1) then if(getPlayerItemCount(cid, WORN_FIREWALKER_BOOTS[1]) >= 1) then doPlayerRemoveItem(cid...
  15. T

    one functions updates all storages

    UPDATE `player_storage` SET `value` = -1 WHERE `key` = 101;
  16. T

    [NPC] Mission with Monster Counter

    Lol you suck.
  17. T

    [NPC] Mission with Monster Counter

    Look, even that I've just registered, I am better scripter than you. Show me your works, please... (all your started threads are on the request board) I was about to script the script and publish it to you, but I saw your aggressiveness on your own thread, so I just put it away.
  18. T

    [NPC] Mission with Monster Counter

    Trying to change your name to something completely different just to hide yourself? Lolz, when did you ever start on the NPC? You don't even need help, you just want the NPC ... (Because you cannot script)
  19. T

    [NPC] Mission with Monster Counter

    Jayswag, learn to script yourself or leave the community. That's it.
Back
Top