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

Search results

  1. Progenosis

    Solved Kill monster and be able to do quest.

    Now it shows this error: This is the script: function onUse(cid, item, fromPosition, itemEx, toPosition) local storage = 2625 --Storage value of the quest done local object = 2626 --Itemid of the object local uni = 1999 --uniqueId of the object local temple = {x=1000, y=1000...
  2. Progenosis

    Solved Kill monster and be able to do quest.

    I corrected the value on the storage to "1" and added the line to login.lua After that, the rock seems to work fine but it sends this error to the console: What could it be? How could I solve it? This is the link of the image so you can see it bigger...
  3. Progenosis

    Solved Kill monster and be able to do quest.

    I've some days trying to make work this system, the idea is to kill a monster(in my case, kill a Grand Ferumbras) and after killing it click on a rock and have a chance to receive an item (in my case, a ferumbras' staff). I've inserted some scripts but somehow after killing Grand Ferumbras the...
  4. Progenosis

    Deeplings and stampor cave!

    Broken links!
  5. Progenosis

    Solved Working MR for second promotion players?

    Thanks guys, it worked using Limos' method. Greetings!
  6. Progenosis

    Solved Working MR for second promotion players?

    I have an script for a Mana Rune that works fine for: Druid, Sorcer, Paladin, Knight, Elder Druid, Master Sorcerer, Elite Knight and Royal Paladin. But when a player gets second promotion the rune doesn't work on them :/ How can I make it work properly for all players? This is the script...
  7. Progenosis

    [8.60] A Island I want to share with you

    What's the tool used on remeres to auto border mountains?
  8. Progenosis

    Request maps you need here!

    I would like an arena pvp map with audicene zone in a upper level :) Please!
  9. Progenosis

    Rock with ferumbras' staff

    I took a sprite from a ferumbras' staff and managed to make it seem like its into a rock, I didn't liked the result, what do you think?
  10. Progenosis

    [Lua] Understanding Storages

    Thanks, I'll try and then comment here how it worked
  11. Progenosis

    [Lua] Understanding Storages

    Something like this? The creaturescript to create the teleport is this one: local tpId = 12509 local tps = { ["Grand Ferumbras"] = {pos = {x=870, y=1389, z=12}, toPos = {x=898, y=1366, z=12}, time = 20}, } function removeTp(tp) local t = getTileItemById(tp.pos, tpId)...
  12. Progenosis

    [Lua] Understanding Storages

    I´ve read the article but what I'm asking now... how can make that when a player gets into a teleport, it gets a storage value? I've tried just adding the line to a function o a teleport that appears when a determinated monster is killed but the player doesn't receive the storage value :/
  13. Progenosis

    Give a torage value?

    Can someone explain to me how is it possible to give to a player a storage value? I need this for a quest since in a script I find this line: local storage = xxxx --Storage value of the quest done Please help!
  14. Progenosis

    Solved Chance to receive an item by clicking and then teleport?

    Raiden, its seems like there'sa sintaxis error at the end of the script but I don't know where exactly, could you or someone please help me? Here's the script I'm using function onUse(cid, item, fromPosition, itemEx, toPosition) local storage = 2625 --Storage value of the quest done...
  15. Progenosis

    Windows Non moveable item?

    I've sprited a rock, but, its movable ingame, what I want is that this rock becomes non-movable, how can I do it? Please help! - - - Updated - - - I've solved it with help from this post: http://otland.net/f16/making-item-non-movable-rep-89527/
  16. Progenosis

    Solved Player rates change?

    Thanks Limos!
  17. Progenosis

    Solved Chance to receive an item by clicking and then teleport?

    Thank's Raiden! Exactly what I wanted :)
  18. Progenosis

    creating a client own

    Ethrex, culd you please make a folder with a custom client tibia 9.6 for me? Please? I've tried but I can't my server's ip is: dragonette.sytes.net
  19. Progenosis

    Solved Player rates change?

    I've seen this line in one script: DoPlayerSetExperienceRate(cid, 2.25) The question is, is it possible to change the type of rate? For example: DoPlayerSetDefenseRate(cid, 2.25) DoPlayerSetAttackRate(cid, 2.25) DoPlayerSetLootRate(cid, 2.25) ??????????? Is it valid to use this...
  20. Progenosis

    Solved Chance to receive an item by clicking and then teleport?

    What I want is to put at the end of a quest a fountine (or any other non moveable item) and if you give click to it there's a chance to receive one item or not, wheter you get it or the player teleports to temple after doing click on it. How can I make this? Anyone could help me?
Back
Top