• 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!

Recent content by RaawrZ

  1. R

    Request : potion that adds magic / skill lvl, only useable 5 x !

    We can't see to figure out what we're doing wrong with your script :(
  2. R

    Request : potion that adds magic / skill lvl, only useable 5 x !

    function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid,6319) >= 5 then doCreatureSay(cid, "You can only drink this potion once!", TALKTYPE_ORANGE_1) elseif getPlayerLevel(cid) >= 250 then doCreatureSay(cid, "You have gained some...
  3. R

    Request : potion that adds magic / skill lvl, only useable 5 x !

    Soo, me and a friend have been sitting here trying to figure out how to make a potion give you 1 mag lvl / 1 skill on use ! But it can only be used a maximum of 5 times ! We can't seem to find Any script just laying around waiting for us to grab it. So i'd really much appreciate if someone was...
Back
Top