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

    Log In On OTS

    post ur config.lua
  2. Shackal

    Solved Function onDeath add storagevalue

    SOLVED!! Thank so much you all !!
  3. Shackal

    Solved Function onDeath add storagevalue

    Tfs 0.4 bro.. im will try ur code
  4. Shackal

    Solved Function onDeath add storagevalue

    Nothing :(
  5. Shackal

    Solved Function onDeath add storagevalue

    function onKill(cid, target, lastHit) local c = { storage = 1889, storageValueToCheckFor = 19 } local monster = 'ungreez' if getCreatureName(target):lower() == monster:lower() then if getCreatureStorageValue(killer, c.storage) == c.storageValueToCheckFor then...
  6. Shackal

    Solved Function onDeath add storagevalue

    i try and:
  7. Shackal

    Solved Function onDeath add storagevalue

    friend, no error but does not work: Recalling that use the dev version 0.4 -- monster/ungreez.xml <script> <event name="ungreez"/> </script> -- login.lua registerCreatureEvent(cid, "ungreez") -- creaturescript.xml <event type="kill" name="ungreez" event="script"...
  8. Shackal

    Solved Function onDeath add storagevalue

    now returns this error: [Warning - Monster::Monster] Unknown event name - UngreezDead
  9. Shackal

    Solved Function onDeath add storagevalue

    Storage for your update, requires the player has the X Storage
  10. Shackal

    Solved Function onDeath add storagevalue

    The script is to run as follows: When a player kill Ungreez, your Storage goes from x to y
  11. Shackal

    Solved Function onDeath add storagevalue

    Hello guys, I'm using Dev 0.4 I wonder what's wrong in my script: local c = { storage = 1889, storageValueToCheckFor = 31 } function onDeath(cid, corpse, killer) if getPlayerStorageValue(killer, c.storage) == c.storageValueToCheckFor then setPlayerStorageValue(killer...
  12. Shackal

    Solved Vial of Holy water in the cauldron

    Thá Very much Jotran!!
  13. Shackal

    Solved Vial of Holy water in the cauldron

    Thank you very much!! Thank you very much!! I managed to solve my doubt using the following script: local c = { actionId = 18898, storage = 1889, item = {3695, 3696, 3694, 3693}, storageValueToCheckFor = 31 } function onUse(cid, item, fromPosition, itemEx, toPosition)...
  14. Shackal

    Solved Vial of Holy water in the cauldron

    Thank Jotran and whitevo I got with the following script: local c = { actionId = 18898, storage = 1889, storageValueToCheckFor = 19 } function onUse(cid, item, fromPosition, itemEx, toPosition) -- if item.actionid == c.actionId then if(isInArray(3695, itemEx.itemid)) then...
  15. Shackal

    Solved Vial of Holy water in the cauldron

    Also did not work !! I'm finding strange, the logic is correct Hello Whitevo !! I am temptation to make a part of the quest inquisition: • Use the vial of holy water that he gives you on the big cauldron (some kind of an explosion will appear on the cauldron) and open the chest to your...
  16. Shackal

    Solved Vial of Holy water in the cauldron

    position of the click, does not need it? I tried to put the code but still has something wrong .. Like this: function onUse(cid, item, fromPosition, itemEx, toPosition) if item.actionid == 18898 then if getPlayerStorageValue(cid, 1996) == 1 then...
  17. Shackal

    Solved Vial of Holy water in the cauldron

    Hello guys! I wonder what I am wrong in this script, TFS 0.4_3884 use. Thank you in advance !! function onUse(cid, item, fromPosition, itemEx, toPosition) if item.actionid == 18898 then if getPlayerStorageValue(cid, 1889) == 19 then if fromPosition.x ==...
  18. Shackal

    Which is the most complete RealMap 8.6?

    These servers posted here are too old and full of bugs: http://otland.net/threads/8-6-emporia-real-map.187382/ http://otland.net/threads/rl-server-map-8-6.127120/ http://otland.net/threads/8-6-real-server-map.96409/ Repppp ++ if u Help me ! :)
Back
Top