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

    Lua onMoveItem request

    I'm wondering if exists a function that when I move an item "X" from the backpack (example: change from one container to another or change the item position in the backpack), it automatically removes it from backpack. Is it possible? Should be a moveevent?
  2. D

    Lua Advanced script help

    Hello, I'm trying to make a script that changes the borders and ground from an area, the idea is to check the border id, and change for the border I want. It should check in an area (fromPos - toPos) For example: Borders to check 6695 -> transform to -> xxx 6696 -> transform to -> yyy 6697 ->...
  3. D

    Solved Globalevent help

    Hello, I'm trying to make a globalevent to check if there is a monster in X area. But i'm having problem with it. It seems that the script can't find the variable named "thing". It always return as "ERROR" it can't even check if "thing" is a monster. Here is the script local config = {...
  4. D

    Lua GlobalStorageValue error

    Hello, When I trie to use this on the script: local config = { [1092] = Storage.Grimvale.lever1, [1093] = Storage.Grimvale.lever2, [1094] = Storage.Grimvale.lever3, [1095] = Storage.Grimvale.lever4, [1096] = Storage.Grimvale.lever5 } , the console gives the error...
  5. D

    Solved Npc with global storage value

    Hello, I'm having problem on checking a global storage value on NPC. It gives this error: Lua Script Error: [Npc interface] data/npc/scripts/Orockle.lua:eek:nCreatureSay data/npc/scripts/Orockle.lua:21: attempt to compare nil with number stack traceback: [C]: in function '__le'...
  6. D

    [brasil] rewera server - 8.6 -

    WEBSITE:REWERA.NET IP/SITE: sv2.rewera.net 8.6, custom client. Every tibia quest. EVERY! - The team: Rewera is a server developed based on the original developer of Tibia CipSoft. With more than 200 kinds of quests, modified if necessary to improve the gameplay, RPG server is considered a...
  7. D

    Max Frigo double damage

    Hello people, In my Ot, when I attack using max frigo, or max vis or wathever , thoose 8.7 spells, it hits 2 time the monster! Example: 1 max frigo, 2 hits on the same monster 20:23 You deal 6 damage to a training monk. 20:23 You deal 6 damage to a training monk. It should be 6 the hit...
  8. D

    [BRASIL] Rewera Server!

    WEBSITE:REWERA.NET IP: rewera.net 8.71, custom client. Every tibia quest. EVERY! All tibian mounts! - The team: Rewera is a server developed based on the original developer of Tibia CipSoft. With more than 200 kinds of quests, modified if necessary to improve the gameplay, RPG server is...
  9. D

    Buying The Explorer Society Quest

    As the tittle says it all, I'm buying this quest.. If someone is interested PM me, also I trade for other RL quest (just say what quests you want to trade for) :D
  10. D

    onPrepareDeath ?

    Hello, I was trying to make a creaturescript that looks like this: When you are killed by X monster, * this monster is removed * stopEvent(xxx) * setGlobalStorageValue(3275,0) but I isnt working :X Anyone have an idea?? function onPrepareDeath(cid, lastHitKiller...
  11. D

    Constructive opinions for a "new transport type"

    I was thinking, everyone who has VIP account, only have some minors advantages, like new places, etc... and also the premium accounts get unpowered because VIP always has more... My idea was to change the boats of tibia into rails. Why? Premium account players would travel in those rails...
  12. D

    TFS kicking everyone

    Hello people, my TFS is kicking everyone on the server , every 20 seconds,, everyone gets kicked! SHIT ;x What the hell is going on? ;o its TFS 0.4 and my computer is good... Maybe some script is doing this?
  13. D

    Outlaw Camp

    Hello ppl! I was wondering if someone here has the revamped Outlaw Camp map? ( the real one) I cant find in nowhere, If someone have it and would like to share with me I would be very gratefull. Also, if you want to trade this piece of map for quests (rl ones) I accept too!
  14. D

    onSendMail

    Hello people, have you ever used this function? I was trying to make a script like this, if you send x item on the parcel, this item will be removed from it... Anyone? Ty
  15. D

    item.otb bug

    Is there any way to solve the vial problem for the items.otb on 871? I cannot use vials and blue bottles in water, blood.. etc... I think its because CID is wrong, am i right?? But I cant find any editor for the 8.71 .otb ... What can i do? :O
  16. D

    Quest.xml range

    Is it supposed to work? Ssetting a storageid range in quests.xml? Because i was testing it, and it isnt working ;o Using tfs 0.4 <missionstate id="1-4000" description="You already hunted |STATE|/4000 necromancers and priestesses."/>
  17. D

    Items.otb

    Is it possible to convert map with remeres to different items.otb? I have a Zao map, that needs a special item.otb... but when I use it the rest of the map get buggy but zao stays correct... and when i uses the 8.7 items.otb zao getts buggy :X is there any way to correct the items ids on Zao??
  18. D

    onAddItem, cid problem

    hi! im having problem with cid on this function =/ function onAddItem(moveItem, tileItem, position, cid) local newpos = {x=32791, y=32332, z=10} if moveItem.itemid == 2016 then doSendMagicEffect(position,0) doTeleportThing(cid, newpos) doCreatureSay(cid...
  19. D

    TFS on Debian

    Hello people, I compiled my TFS under mysql, sqlite remote control, etc When I execute the otserver, no error appears on the screen, and it comes online. OK, my putty window is freezed. "The forgotten server is online." The problem is that noone can login, it keeps saying - connection refused -...
  20. D

    I think its a hard request ;S

    Well, I was trying to make some items not sendable by parcels, like on What a foolish quest, you cant send the cakes by parcel, how could I make a script to check the items inside the parcel? Is it possible without source edit?
Back
Top