• 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 for query: reward chest

  1. K

    Many Rewards in Chest.

    ...corpse etc.). Now I can make only reward by typing item ID into UniqueID :( I'm creating own map and gonna be really usefull to test my reward chest's. I'm using this script, which is posted in most other threads with problems like mine (probably its standard script placed in tfs folders)...
  2. M

    reward quest chest

    this script work ok but don't add all reward, receives only the first item tfs 1.2 local rewards = { [19001] = { storage = 55555, items = { {itemId = 18415, count = 1}, {itemId = 18423, count = 1000} }, }, [19002] = {...
  3. zakatriasz

    TFS 1.X+ OTX 3.8 Reward Chest dont work ? Tibia 8.6

    Hi guys ! I download otx 3.8 and it has included reward chest, but i dont have any idea why he don't work. I create chest on map, go to party, spawn a boss and he still loot same think, i even try new source data. Maybe its because old .exe ? but how i dont have any response from console. Any...
  4. perwal

    Solved Problems with chest.

    Hiho, I have problems. I create chest, that if i have 50 level i can get reward for chest 10cc. Ok i have 50 lvl and can reward my crystal coin, and if i click on chest after i see good write "you have already 10cc.". But if i dont have 50 level and i click on the chest, my chest open and i...
  5. X

    Lua reward chest, error with elseif

    Hello, I need help with elseif in a rewardchest that opens every 10 minutes. It works 100% with 3 if(), but when I add elseif it gets error. Here's code: function round(num, idp) local mult = 10^(idp or 0) return math.floor(num * mult + 0.5) / mult end function onUse(cid, item...
  6. monkeyy

    Compiling Reward system (Dp option + error)

    ...to have. Problem= Normally a player can loot a boss or he/she can choose to not loot it from the corpse and retrieve the loot from the reward chest. When I tried this and walked to the reward chest, It was empty and when I clicked on the empty squarehttps://snag.gy/eBq4Qg.jpg, my tibia...
  7. perwal

    Solved Chest LEVEL

    Hiho, Im looking for script on chest level. If i have 50 level i can go to the chest and reward around 100k. What it is script? I have TFS 0.3.6, client version 8.54/8.60
  8. luhfe

    TFS 1.X+ Reward Chest + Daily reward error.

    Every time use the Chest return that error in server console : The script has work at all but i want remove that, every time a player without reward to take use that return this error... function onUse(player, item) if RewardChest() < 1 then player:updateRewardChest() else end...
  9. Elwyn

    Reward Chest

    Hello, OTLanders I'm one step away from pushing the Reward Chest to Chaotic Server (link) and would like to ask for suggestions about the algorithm to split the loot. As of now, the algorithm consist of: Giving points to players who heal, receive damage and deal damage to certain monsters. Loot...
  10. Joriku

    Multi-Chest script, same chest diff location

    [Tested with 13.21 Canary, running 13.22] Hi, wrote a basic multi-chest script which allows you to use the same chest in two different areas. Yes, this is a basic script.. So how it works: You can now use the same chest, checking the same storage value as the other. So you can find the chest in...
  11. mengueh

    Lua Countmax TFS 1.2 w/ Reward chest

    Hello. I'm using reward chest into Zamulosh boss. When I kill him, the SILVER TOKEN drop 2x but I set for just one drop. <item id="25172" chance="100000" countmax="1" /> <!-- silver token --> But if I dont put Zamulosh into Reward list, they drop just only one! Someone can help...
  12. Ryan095

    REWARD BOSS

    I used https://otland.net/threads/reward-chest-boss-reward-tfs-1-2.238554/ reward boss chest set up and i keep getting this error in my console Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/rewardloot.lua:eek:nKill data/creaturescripts/scripts/rewardloot.lua:119...
  13. xexam

    Reward chest - dropping item under character (no space in bp)

    Hello! I have a problem which i dont know how to solve I have this quest system http://otland.net/f81/chest-system-110178/ and when a player want to take reward from the chest and he doesnt have free slot in backpack or equipment it drops reward under him... And i want to make it say like "You...
  14. K

    Solved TFS 1.3 Chests give you chests

    Hello I have a problem when I open a chest instead of giving you the reward it should it gives you another chest... it also happens with boxes, etc. I have no idea what it could be, would appreciate any help.
  15. Niloahs

    Lua Random Reward Chest

    Hello Guys, i hope someone can help me with this script, basicaly what i need is the first equipment the player get in the chest is random, and when he do the quest again, he will get different equipment until completing the set, so the loop start again. Example: player got helmet, second run...
  16. LuckyM

    Chest scripts.

    Hey! I'm searching for an script, When player advance level 100 he can open the chest & get the reward. Money + mouts. I'm also searching for another script. A chest can be open every 24h with items / money! @Limos Thanks in advance
  17. ShadowProwl

    TFS 1.X+ Remove boss reward chest limits

    I added boss reward chest to TFS 1.5 following https://github.com/otland/forgottenserver/pull/1641/files When reward bags inside the reward chest are more than 99 and the player logout, reward bags get inside each other and can't be opened. How to allow 100+ reward bags without the 99 max limit...
  18. Lordfire

    How does reward chests work?

    Hello fellow Tibians. I'm interested in knowing deeper how the reward chests introduced in v10.2 works properly. I have a few doubts: - Who gets the reward? Besides who participated directly against the boss (the blocker and the shooters), who more gets the loot? Healers of the blocker? If...
  19. God Mythera

    [Request] Make chest give item

    Hello and im here to request a script for a chest to give a reward of the same item but 1 time in each chest, does anyone have a script for it?
  20. mbruzaca

    Chest problem.

    Hello guys, I just created a new quest in my server and I'm having a little problem, the chest gives me the item, but its also openning it! take a look! actions.xml <action actionid="55663" event="script" value="quests/dsl_chest.lua" /> dsl_chest.lua function onUse(cid, item...
Back
Top