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

    Lua Item which gives higher exp rate and some damage reduction.

    Hello community, I am trying to create an item which gives higher exp rate and gives some protection , but only from monsters (this is why I can not use this " <attribute key="absorbPercentAll" value="5" />" to get some damage reduction. I have two scripts. It is working one for the rising an...
  2. A

    Lua Armor

    Hi, Recently I noticed that an armor at Tibia 8.6 based on the engine "The Forgotten Server 0.3.6 (Crying Damson) V8" works very bad. I mean that I almost see no diffrence when a cyclop hits my 600 lvl knight with or without the Magic Plate Armor (arm:17). Being honest the only diffrence is that...
  3. A

    Solved Lava Wall

    Problem solved for my own.I just used lava wall with another id. Looks the same but it is impossible to get through :D
  4. A

    Solved Lava Wall

    @up
  5. A

    Solved Lava Wall

    I know it would work but there is a thing that I want to make that wall to disapear when anyone will switch a switch. Here is a script: Everything works just great but my problem is that that wall is posiible to get through so there is no sense to remove it from your way. When I put item 1548...
  6. A

    Solved Lava Wall

    Lava wall is a kind of wall through which a player can go on the other of its side. Is it possible to use a file item.xml and make that wall impossible to get through? If yes, then how? If no , is it another way to make that wall impossible to get through? Thanks for help :)
  7. A

    Solved Switch and thrones scripts problem.

    The problems are solved. for my own. :) In the first script I changed the line "getPlayerStorageValue(cid,10005)"' for "getPlayerStorageValue(cid,5005)" and so on. At the second script I had simply wrong position.
  8. A

    Solved Switch and thrones scripts problem.

    I have a problem with my two scripts. The first one is a classic Pits of Inferno script which should allow a player to get pass a door when he stands at all of the six thrones. where 10281 -----> my door uniqueid 10001-10007 (witout 10006) ----> my thrones uniqueid I stand at least 3 times...
  9. A

    Advanced Amulet of Experience

    You are a genius! I can not belive how simple the solution was. Thanks man :)
  10. A

    Advanced Amulet of Experience

    Hello, I have very saphisticated problem with my amulet of experience's script. Presently it changes its apperance from item id x to y as i wanted ,doubles gaining exp when it is set up and it makes experience back to normal when it is removed. The problem is that it is infinite. I would like...
  11. A

    Not working Script.

    Thank you very much!
  12. A

    Not working Script.

    O have another problem: I have two scripts for Mana rune: and There is a problem: Script One is almost perfect because every vocations have own formula for a power of magic rune but the value of the mana which is gained is const. (for example 2300,2300,2300 itd.) From turn Script Two gets...
  13. A

    Not working Script.

    Thank you very much both of you ! Especially you heba ----> It is working :D
  14. A

    Not working Script.

    Hello, I have a problem with my manarune script . Specifically with this part: function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 2283 then doSendMagicEffect(getPlayerPosition(cid),12) doSendAnimatedText(getPlayerPosition(cid), "+++Mana Power+++" ...
Back
Top