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

    ActionID in quest reward

    local chests = { [1002] = {prize = 2087} } local status = 12346 -- Storage for quest local questLevel = 30 -- Level to open chest function onUse(cid, item, fromPosition, itemEx, toPosition) local name = getItemNameById(chests[item.uid].prize) local questStatus =...
  2. megachock

    Chest Reward for Frees and Different for Premiums

    Well i want a chest when you click it and youre not premium it will give you a prize and then an storage so you can do it only 1 time, also a different prize for premiums and whit a different storage.
  3. oualid6496

    TFS 1.2 Reward Chest

    Oh going to check it out nop didn't work :/ still getting the errors
  4. grilo13

    Latest TFS 1.2

    Why don't just add it yourself? Feature - Reward Chest & Boss Reward [TFS 1.2]
  5. Nekiro

    Monsters Corpses [Tibia 10.9+]

    All these monsters you listed are using reward chest, you have something wrong in your reward chest system. Try to kill the monster with normal character NOT GM. If problem persist, you have to re-add your reward chest system.
  6. krafttomten

    [TFS 1.3] Reward based on vocation

    Hello, I have been stuck on this problem for too long now. I give up! Time to admit defeat and beg the gods of OTland for help. Currently, the code I have gives the player the content of the chest as reward. But sometimes I want to give different rewards for different vocations. I have found...
  7. monkeyy

    Solved Strange items coming out of quest chest

    Hello all, I noticed that almost every chests which are in the reward room after a quest, are filled with strange items such as; plants , walls , energy fields etc.. Link>> https://snag.gy/8ODVIt.jpg However, when I check the contents of the chest @ RME, the correct items are inside the...
  8. ivvanek

    TFS 1.X+ QUEST SCRIPT REQUEST

    bump, Reward from chest is another chest, the same chest with itemid 1740 For example: if i have skeleton body and inside is a reward, when i click on him i get on my backpack skeleton body, if i click on chest i get chest on my backpack.
  9. M

    Storage ID Door and chest

    Hello guys i need 2 scripts 1.Door that can pass only players with storage 63111 2.Chest with reward (Add player storage 63111) and player see Message - You can Pass Survival Door. Can anyone make that for me? Tell me where i must put this scripts ;s
  10. Evil Hero

    Action Vocation Chest!

    Hello everybody :D I'm going to share my Vocation Chest now with you all :) -->>>>>>>>>>>>>>>>>++<<<<<<<<<<<<<<<<<<<-- -->>>>>>>>>> Vocation Chest <<<<<<<<<<-- -->>>>>>>>>>>>> made by <<<<<<<<<<<<<<-- -->>>>>>>>>>>> Evil Hero <<<<<<<<<<<<<-- -->>>>>>>>>>>>>>>>>++<<<<<<<<<<<<<<<<<<<--...
  11. Ashbringer

    Solved Demon Helmet Chest Errors

    hey when i try to pick rewards of demon helmet i get this error [Error - Action Interface] data/actions/scripts/quests/system.lua:onUse Description: data/lib/050-function.lua:703: attempt to call field 'empty' (a nil value) stack traceback: data/lib/050-function.lua:703: in function...
  12. X

    RevScripts tiny BOX event idea

    I would add a bribe chest to each level. People can choose next chest, or take the bribe chest reward. This way the player can test their luck further, or take a less valuable reward.
  13. Azleh

    Feature Reward Chest & Boss Reward [TFS 1.2]

    I'm looting now at the Boss, but it doesn't appear at the Reward Chest (I'm not picking the boss loot first obviusly, im just letting it decay).
  14. Paxiz

    TFS 1.3 Quest Chest with item and level and vocation check

    Script vocationChest_with_addLevel.lua in your actions. local AID = 59996 -- action to your chest local STORAGE_ID = 93930593 -- storage id your chest local rewards = { [SORCERER] = {items = {itemid, itemid, itemid}, count = 10, extra = itemid}, -- count for extra itemid [DRUID] =...
  15. Mkalo

    Feature Reward Chest & Boss Reward [TFS 1.2]

    The items are going to be added both in the chest and in the reward bag inside the boss' corpse.
  16. darkangel1

    Lua Count items in chest [HELP]

    Hello community, how to add the number of items from a chest. I used this script, but I still got 1 throwing star, not 100 --[[ Anni-style chests. This script goes into data/scripts as a .lua file 1) Place 2+ chests into map editor 2) Place Same ActionId onto all chests...
  17. S

    Feature Reward Chest & Boss Reward [TFS 1.2]

    The Reward Bag was added to backpack of character, not to Reward Chest.
  18. narko

    wallback problem!!

    mmm example: the players walk on the reward chest <chest(player) walk on>
  19. Joriku

    Compiling TFS 1.3 - Reward Chest

    Hi, Getting some errors. Any Ideas? Following this: https://otland.net/threads/reward-chest-boss-reward-tfs-1-2.233397/ Luascript.h // Container static int luaContainerCreate(lua_State* L); static int luaContainerGetContentDescription(lua_State* L); static int...
  20. ralke

    TFS 1.X+ Svargrond arena reward room

    Hi! I'm using TFS 1.4 downgraded by nekiro. I tried to create a script for svargrond wrote some local variables to define the different rewards but it's a whole mess and didn't worked. This was my attempt: The script I wrote is just giving me random rewards xD I wasn't even close. I will...
Back
Top