• 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

    [Canada] RiseOfTibia 8.54

    bump
  2. Angel Of Death

    [Canada] RiseOfTibia 8.54

    bump
  3. Angel Of Death

    on death the backpackofholding does not drop

    no that should be good thank for your help
  4. Angel Of Death

    Onuse Im Haveing problems with elseif

    thats my im putting the sorage values in there im trying to make it allow you to spawn the one rat on your first click but if you deicde oh i wanna sit here and keep spawning rats buy clicking the door it will check the storage value and only remove the wall every click after the first one - -...
  5. Angel Of Death

    Onuse Im Haveing problems with elseif

    there nothing wrong with postions i am trying to make it so if you used it once it will not spawn a rat but will still remove the walll
  6. Angel Of Death

    Onuse Im Haveing problems with elseif

    function onUse(cid, item, frompos, item2, topos) local id = 3490 local time = 20 local pos1 = {x = 1568, y = 1550, z = 10} local pos2 = {x = 1568, y = 1550, z = 10} if item.itemid == 8551 then doCleanTile(pos1,false) doPlayerSendTextMessage(cid,22,"The Rat Just Broke Through The...
  7. Angel Of Death

    Onuse Im Haveing problems with elseif

    function onUse(cid, item, frompos, item2, topos) local id = 3490 local time = 20 local pos1 = {x = 1568, y = 1550, z = 10} local pos2 = {x = 1568, y = 1550, z = 10} if item.itemid == 8551 then if getPlayerStorageValue(cid, 11200)==0 then doCleanTile(pos1,false)...
  8. Angel Of Death

    (usa) rise of tibia rpg-adventure server 8.54

    you are able to craft your weapons and it costs less
  9. Angel Of Death

    [Canada] RiseOfTibia 8.54

    Bump
  10. Angel Of Death

    on death the backpackofholding does not drop

    so i need the packback of holding to not drop when a player dies is it possible<_<
  11. Angel Of Death

    depositing money to another player

    is it possible to deposit money to another player and withdraw from another player
  12. Angel Of Death

    Remove item from container uid and add it to a player script

    so is it even possible to Remove item from container uid and add it to a player useing script - - - Updated - - - if value - 5791 == getPlayerStorageValue(cid, 60055)then doRemovecontaineritem(9996, 2152, 10) --I need Somthing like this as far as i know this removecontaineritem doesnt exist...
  13. Angel Of Death

    i need help with storage values

    local value = math.random(5792, 5797) it rolls the dice and gets a 1/6 so say the person pick the number 3 it sets there storage to 3 and if the value lands on 3 the player gets money if not nothing happens - - - Updated - - - i fixed it is it possible to remove an item from a container and...
  14. Angel Of Death

    i need help with storage values

    if value == getPlayerStorageValue(cid, 60055) then doCreatureSay(cid, getCreatureName(cid).. ' rolled a ' .. storage .. '.', TALKTYPE_ORANGE_1) -- this line is just to see if its working it will add money when it works else npcHandler:say("Please Try Again", cid, 1000) end i...
Back
Top