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

    C++ reward chest tfs 1.4.1

    i try to add this reward chest to tfs 1.4.1 https://github.com/otland/forgottenserver/pull/1641/files# but i cant locate this lines where is it in tfs 1.4.1 monsters.cpp void MonsterType::createLoot(Container* corpse) { if (g_config.getNumber(ConfigManager::RATE_LOOT) == 0) {...
  2. Viterawarr

    Lua [ACTION] REWARD CHEST POINTS

    Hello, I need a chest that when you click in the chest, receive 10 premium points, which can only be given 10 premium points with the same ip, i'm use tfs 1.x
  3. Mateus Robeerto

    [TFS 1.4.2] Boss Reward Chest System!!

    This system is based on Reward Chests. Check out the Tibia Wiki to learn more about how it works. It's simple! In regard to the reward, it will be dispatched to the designated depot. Simply locate the 'depotId' line and specify the number of the city you wish to send it to; this will ensure...
  4. Mestor

    Reward chest, Take 1 of 3.

    Hello, have been trying to making reward chests in WoE. So what im trying to make is simply three chests with three different rewards in, but you can only take one. When you took one you wont be able to take any others... pritty obvious... ^^ Anyways I followed this post...
  5. Powtreeman

    Quest chest error?

    I am trying to make a quest reward but all it says when I click on the chest is You found a hawser. wtf is a hawser? I found out the hawser is a RAW item. It just places it on the ground under me when I use the chest.
  6. zerghel

    Problem with reward chests

    You see a chest (Vol:15). ItemID: [1747], ActionID: [2000], UniqueID: [10310]. ppl can still move it or grab it into his bp :( tfs 0.3.6 plx help
  7. Lopaskurwa

    Random item from chest.

    ...those items are random so, 16857 is not random and 100,101,102 is random, so you get 16857 and random item from (100,101,102) i though about combining with this script Random reward Chest (https://otland.net/threads/random-reward-chest.253684/) but then every item will be random so i have no idea
  8. M

    Random chest loot

    i would want a chest that each day gives you a different reward? if possible that would be great Tibia 8.6 Crying damson 0.3.6
  9. K

    Quest rewards trouble

    Hello. I have a problem, when people finnish quests they dont get any rewards. All chests have Action ID 2000 and different unique IDs. All quests are listed in action.lua and are scripted. But instead of giving players rewards when they use the chest, the chest opens instead of giving them...
  10. L

    Lua Reward Chest System

    Someone have reward system for 1.0 tfs? please ^^
  11. splifus

    Quest Chest Problem

    Everything was alright but since yesterday players can take quest chest and bring them to their house/depot. Anyway I could make it impossible to take like before? PS: Don't say to put my chest very heavy because I got more than simple chest as rewarder such as dead monster, different...
  12. D

    Quest chest with item

    Hi. I use otg-King-Master 12.51(dont have file actions.xml) How to do quest chest with item inside like an poi reward?
  13. BulawOw

    boss reward problem

    i trying to add this to my datapack https://otland.net/threads/reward-chest-boss-reward-tfs-1-2.233397/ but after i do everythink like in tutorial i got this error
  14. Limos

    Action Time Chest (with random reward)

    Tested with TFS 0.3.6pl1 8.54 From a request I made for Thylonn actions.xml <action uniqueid="4005" event="script" value="quests/timechest.lua"/> timechest.lua -- Time Chest by Limos local config = { exhausttime = 7200, -- time in seconds exhauststorage = 2301, level = 50 -- minimum level...
  15. Onizuka

    Moveable chests?

    Hey guys. I seem to have a problem with Tfs .3.6pl1 Even if a chest contains an item it can be still moved. People can't walk on it but they can take it away the chests from quests. So they can take the chests to town and anyone can take rewards. What's up with that?;x Also could...
  16. ant

    Chest With Random Rewards

    hello people I'm quite new to ot but I need to know how to make such script like when you use the chest you have 50% chance of getting one thing and 50% the other thanks in advance for helping me ^_^
  17. silveralol

    Solved Reward chest system error

    hello folks, I'm trying to implement a reward chest system different, then I saw in github from forgottenserver a pull request, very nice code made by @Non Sequitur I copy all to my source, but get two errors about the functions...
  18. Ozo

    Help with quest chests

    Hello, i've tried for hours to get this to work.. I have 4 chests, and i only want you to be able to get rewards from 1 of them. I've tried reconfiguring the annihilator chests etc.. no luck Has anyone got a working script for this matter? - for the latest TFS release I would greatly...
  19. VonSemog

    Lua quest random chest

    I searched in many forums for a script of this type. A chest that drops a random item. The topics I found is always a daily reward chest that the player can pick up every day. What I would like was a script with a chest to give random items once to the player and not be able to get the reward...
  20. tim26

    TFS 1.X+ 12+ chest quest

    i have problem i try add items in map editor in chest - chest empty, i try put unique id to chest and in data\startup\tables/chest.ml somethimg like that and too the same 11001 is unique id in chest..... then how?
Back
Top