• 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. Angel Of Death

    How am I failing with this script i want the rake to transform grass to dirt

    oh i see - - - Updated - - - function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid== 106 then doCreateItem(103, 1, pos) end not really that sure what im doing
  2. Angel Of Death

    How am I failing with this script i want the rake to transform grass to dirt

    function onUse(cid, item, frompos, item2, topos) if item.itemid== 106 then doTransformItem(item.uid, 103) return end
  3. Angel Of Death

    item On use to have a constent Healing affect for period of time

    upsetting it didnt seem to work
  4. Angel Of Death

    /jail that check the cell for a player before sending player to the cell

    so yeah i am really noobish when it come to these really big complicated scripts but i need a script that will check an area set by x,y,z by x,y,z so corner to corner for a player and if there is no player in the area allow the command to send the player in to the cell and if there is a player...
  5. Angel Of Death

    help making the script work with a vocation

    function onUse(cid, item, fromPosition, itemEx, toPosition) local playerVoc = getPlayerVocation(cid) if playerVoc == 13 then <<<< i added this but not working doRemoveItem(item.uid, 1) doPlayerAddSoul(cid, 100 - getPlayerSoul(cid))...
  6. Angel Of Death

    Need move lever only when monster is dead

    where in the files do you put this
  7. Angel Of Death

    [Canada] RiseOfTibia 8.54

    We are Now online 24/7 come join us in our beta test our our vocation make suggestions have a say in the server you play
  8. Angel Of Death

    item On use to have a constent Healing affect for period of time

    Alright i have no clue how to do it but i need an item after use to heal for 10 - 20 mins and also make the player drunk for 10 - 20 mins aswell - - - Updated - - - can some one please help me
  9. Angel Of Death

    Action item On use to have a constent Healing affect for period of time

    Alright i have no clue how to do it but i need an item after use to heal for 10 - 20 mins and also make the player drunk for 10 - 20 mins aswell
  10. Angel Of Death

    [9.54] The Forgotten Server v0.2.13pl1 (Mystic Spirit), updated with Patch Level 1!

    is there a gesior acc system that works for this yet
  11. Angel Of Death

    [Canada] RiseOfTibia 8.54

    Rise Of Tibia Will Be Returning With The Original Oblivion Based Map By Creator "Link" And Link Will Be Continuing To Map The Extremely Large Custom Map If Any One Is Interested In Rejoining The Community Of Rise Of Tibia Is More Than welcome To. There Will Be Another Posting When Server Is Up...
  12. Angel Of Death

    Is It Possible To Make A Spell That Makes The PLayer Completely Invisable

    Is It Possible To Make A Spell That Makes The Player Completely Invisible Like A Game Master Command Would But I Wanna Make It So The Spell Wont Let The Player Go Invisible If The Battle Sign Is Visible :huh:
  13. Angel Of Death

    on step in script for access level people

    alright i need a script for different access levels so if a god steps on a certain tile with a unique id if the player is not a god it teleports the play back a tile and if the player is a god it will let the player walk on passed onstepin(what ever goes here) topos= x, y ,z...
  14. Angel Of Death

    Question About access level command

    thanks bro
  15. Angel Of Death

    Question About access level command

    it there a (GetAccessLevel,cid, id) or something like that....that will only allow that access level to use the script :blink:
  16. Angel Of Death

    Clearly Im Doing Somthing Wrong

    Thanks Mate That Works Like I Wanted It To Great Work You've Got My Reputation +1
Back
Top