• 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

    Check A Tile For Item id

    how do i check to see if there is a item on the tile and if the item is the right item
  2. Angel Of Death

    So i am working on a casino script and i need some help with the dice and npc

    Alright so i need an npc that when you say hi he says would you like to roll the dice for 500 gp so you say yes he removes the gp and he says pick a number so you do so say 5 the npc then rolls the dice thats sitting on the table if the dice lands on the 5 you get 1000gp simple enough
  3. Angel Of Death

    I need alittle help with setPlayerStorageValue(cid, 60010, 1)

    thank you very much very helpful
  4. Angel Of Death

    I need alittle help with setPlayerStorageValue(cid, 60010, 1)

    elseif msgcontains(msg, "skill") then if doPlayerRemoveMoney(cid, 5000) == true then setPlayerStorageValue(cid, 60010, 1) npcHandler:say("This {Skill} is a very high quality item. Use it wisely.", cid, 1000) else npcHandler:say("You don't have enught money to buy this {skill}...
  5. Angel Of Death

    [Canada] RiseOfTibia 8.54

    it has been removed due to being over powerd
  6. Angel Of Death

    I need some help with an action

    awsome Thanks you da man
  7. Angel Of Death

    I need some help with an action

    so how do i do that with this script local cfg = { level = 0, soul = 0, Mon = "Rat", Lx = "You do not meet the level required to plow the land.", Sx = "You do not have enough soul to plow the land.", soil = {4533, 4526, 4536}, grass = 103 } function onUse(cid, item, fromposition, item2...
  8. Angel Of Death

    I need some help with an action

    when i use the rake on the grass witch is the 3 ids 3 diffrent grass types its turns them to dirt so i can plant sh*t - - - Updated - - - but it only works then there is one grass id there - - - Updated - - - local cfg = { level = 0, soul = 0, Mon = "Rat", Lx = "You do not meet the...
  9. Angel Of Death

    I need some help with an action

    no that didnt work eather
  10. Angel Of Death

    I need some help with an action

    no that didnt work
  11. Angel Of Death

    I need some help with an action

    this works with one item on soil local cfg = { level = 0, soul = 0, Mon = "Rat", Lx = "You do not meet the level required to plow the land.", Sx = "You do not have enough soul to plow the land.", soil = 4526, grass = 103 } this doesnt work with more than one...
  12. Angel Of Death

    Npc Add Storage Line Problem

    thanks it works
  13. Angel Of Death

    Npc Add Storage Line Problem

    elseif msgcontains(msg, "learn skill") then if(doPlayerRemoveMoney(cid, 5000) == true) then if getPlayerStorageValue(cid,storage) < 0 then doPlayersetPlayerStorageValue(cid, 60010, 1) how do i do this properly
  14. Angel Of Death

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

    bump - - - Updated - - - can some please help me with this
  15. Angel Of Death

    i need a talkaction

    doesnt seem to work maby im doing it wrong - - - Updated - - - function onSay(cid, words, param, channel) if(words == "RiseOfTibia") then doTeleportThing(cid,{x=1398, y=1525, z=12}) doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE,"Test Hall.")...
  16. Angel Of Death

    i need a talkaction

    i need a talkaction that requests the right password before continuing with the script
  17. Angel Of Death

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

    i need the rake make the grass transform to dirt or create dirt where the grass is - - - Updated - - - there ever you what ever grass you click with the rake turns to dirt
  18. Angel Of Death

    [Canada] RiseOfTibia 8.54

    bump
Back
Top