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

    Solved Events problem

    Hello guys I'm trying to make one item desappears if moved, but with some conditions... When the player talks to the npc, he gets the item. This item can not be moved, or otherwise it will be removed. But if the player places this item in the right tiles, it won't desappear. How can I do...
  2. lucastiond

    Boat npc gets money from bank with storage

    Hello guys As the title explain, I really don't know how to make the boat npc travels the player when he has a certain storage and gets the money from his bank account, as the usual "travelKeyword" works. Thanks!
  3. lucastiond

    Map Tracker

    I really need a map tracker that is functional in the real tibia newest version or new versions of otservers. As I can't get my hands in tibia real map, I am willing to try track the few parts I can't put my hands on. If anyone know how to get this tool please contact me. I'm willing to pay.
  4. lucastiond

    onUse item in a place setStorage and recheck all storages

    Hello guys I have a really big problem in my hands here. I was trying to do the Cartography 101 quest. You need to use the map to mark the questlog in 18 different locations. So far so good. The problem is that when you use the map, like after 10 random locations, it will say all the places...
  5. lucastiond

    Solved If npc is near then give storage onUse

    My tfs version is 1.2 I am trying to give a storageValue when I use one item, but only if the npc is near. And if the npc is away then it sends a message. Someone knows how to do it?
  6. lucastiond

    Versperoth Script

    Hi guys! "To spawn him you must step on his dirt mount. When Versperoth spawns you have 20 seconds to deal as much damage as possible. After 20 seconds, Versperoth will disappear and spawn 10+ minions of Versperoth in the room and reappear 10 seconds later. This repeats until either your team...
  7. lucastiond

    Creature that disappears and reappears.

    Hello guys! I really want some help with the script of Versperoth. This boss disappears from time to time and creates like, 3-4 minions at once, and then reappears. The problem is that I have no idea how to make it disappear and then reappear with the same amount of hp. I thought in maybe...
  8. lucastiond

    Solved Paragraph in quest log

    Hello otland I just want to know how can I make paragraphs inside one quest log. Because if I only put a lot of space, the message just gets eaten. Thank you.
  9. lucastiond

    Solved SetstorageValue with addEvent

    Hello guys. I really want to know how can I set a storageValue with addEvent after x time. Thank you very much!
  10. lucastiond

    How to check Storage in movevent event="AddItem"

    Hello guys. I would like to know how can I check if a player have one storage value in an onAddItem function. I'm using tfs 1.2 My script is like this: local trees = {Position(33205, 32537, 6)} function onAddItem(moveitem, tileitem, position) if moveitem.itemid ~= 2419 then...
  11. lucastiond

    Solved Npc remove bucket of milk

    Hello guys. My problem is actually (i think) pretty fast to solve. I need the npc make the function: if player:removeItem(x, 1) then but with a bucket of milk. The problem is that the id of a bucket of milk it's 2005,6 and the id of a bucket it's 2005. So how am i going to make the npc ask...
  12. lucastiond

    Solved Function OnKill PROBLEM TFS 1.2

    I'm trying to make the creature Renegade Orc give me a StorageValue when I kill him, but to do that, i need to have a StorageValue. But when i kill it, nothing happens. Not even an error on console. This is the script in creaturescripts function onKill(creature, target) local targetMonster...
Back
Top