• 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. Raptor Nobis

    Twisted Waters World Change and Chest Reward.

    I suggest you add to the servers a Twisted Waters World Change and Chest Reward. http://otland.net/threads/reward-chest.205779/ http://otland.net/threads/twisted-waters-world-change.205780/
  2. M

    How to create reward chests?

    How do i create chests so players can get a reward once, like so you can't do bright sword quest multiple time for instance
  3. dervin13

    Lua Action Reward Chest

    ...pts/reward_chest.lua:1> Here's my script function onUse(player, item, fromPosition, target, toPosition, isHotkey) -- Reward Chest if item.itemid == 21584 then if player:getExhaustion(REWARD_CHEST.STORAGE) > 0 then return player:sendCancelMessage('You need to wait...
  4. newlegend

    Chest rewards at temple

    Hey there otland users i was wondering if enyone could make or give me a script that each ip can get the reward once from a chest because people are making and getting alot of stuff from the chests so please i would love it if someone helped me with this :) :D
  5. M

    Lua Chest rewards

    Hi there, is it possible to have a chest where you have 'XX'% chance to loot one of several items, and once you've "used" the chest, you get teleported to another location? F.ex, A chest that contains the Dragon Mail set, you have 35% chance to get one of the armors. Once you've used the...
  6. M

    Chest rewards

    Note: Not really a request, just wondering if it would be possible. A quick in-depth of it wouldn't hurt either. :) Hi there, is it possible to have a chest where you have 'XX'% chance to loot one of several items, and once you've "used" the chest, you get teleported to another location...
  7. oualid6496

    Tfs 1.2 Reward Chest

    So im using this reward chest https://github.com/otland/forgottenserver/pull/1641 and everything seems to be working fine. It goes to the reward chest, unique drops drop only once (like ferumbrass hat) but I tested the script with 2 players kill ferumbras and it seems that the loot of ferumbras...
  8. silveralol

    Request Reward Chest [LIKE TIBIA RL]

    Hello guys, I want some help, I want the system of reward chest for killing bosses, like Tibia RL... Explain, when one boss appears... "Ferumbras" one team kill he, and all that hit in ferumbras or die for he will gain some items in your reward chest... when open the corpse of monster will have...
  9. Ryan095

    Boss Rewards

    I get errors when opening my console. https://imgur.com/a/kvhuq There killing of bosses is giving no reward chest. How can i fix this problem? It doesn't matter where the chest would be in his body like a loot bag or send it to the reward chest.
  10. Cornex

    Action 3 Chest reward in one chest!

    Hello, this scripts works as all reward is in the same chest. Etc, if you claim nr 1 reward on level 20, it say "You have claimed your reward, come back when you are level 50 for next reward" (I want to bring an big thanks to summ also) local config = { {lvl = 20, rewards = {2160, 10}...
  11. Vivelo

    Lua [TFS 0.3.6] - Dungeon TP & Reward Chest - How to do?

    ...to enter the dungeon (and as long as "he" do not finish it (dont receive the reward) the other player won't be able to enter. 2) Reward Chest - The player who completes the dungeon will receive the reward (he can take it only once, BUT if he re-enters and completes the same dungeon, he will...
  12. psychosisneamia

    Reward chest?

    Is there a way to make a chest give you rewards for example You received a Lottery Ticket, Return when you are level 50 for another prize! (Level 50) ~returns~ You received a Crystal Coin, Return when you are level 100 for another prize! You can continue adding on to it, I was just thinking...
  13. Elwyn

    Action [TFS 1.X] Reward Chest

    It's meant to help mappers who doesn't know Lua, so they can make their quest chest reward without the help of scripters. Create a reward.lua at actions/scripts and copy-paste the following code: Then register at actions.xml using the following tag: <action actionid="15000"...
  14. S

    chest game

    Hello id like too request a chest game this is how it works. A npc sends you into a room with 3 chests only 1 person can enter this room others needs to wait till its empty. To keep blockers away it says you have 10 seconds to pick a chest. Now about the game Random chest holds a reward and...
  15. Carlitos Flow

    Random Reward Chest TFS 0.3.6

    ...if item is stackable like 100 cc, it could win math.random(1,100). If is possible when player take his reward it need say: --If not cap then (error) and-- if cap "You take the following items of your reward chest "..items.." (if not its ok). Sorry for my bad english, thanks in advance. TFS...
  16. 3li Xiber

    Chest Script

    Tfs 0.3.6 Tibia 8.6 ------- I need Script when i use on chest it give an reward and tp the player to the temple if he used the chest again it will give him reward and tp again and everytime he use .
  17. Xarah

    Reward chest

    Hello, I have a problem with the daily boss chest. When I try to make the rewards appear in a bag, it suddenly stops assigning any rewards at all. This chest is supposed to give random rewards. function onUse(player, item, fromPosition, target, toPosition, isHotkey) -- KONFIGURACJA...
  18. J

    C++ Reward Chest to everyone who deal damage 0.3.6

    Hi, Could anyone give me script for boss reward to all who deal dmg for tfs 0.3.6 For example when everyone kill boss then chest spawn with reward with chance drop
  19. S

    Reward Chest System TFS 1.2

    What is the best Reward Chest System for tfs 1.2? Ive look 3 options actually, made by @cbrm @MatheusMkalo, @socket2810. What is your opinion? Thank you!
  20. kimokimo

    chest give reward from lvl 100 then 200 etc

    can anyone creat quest chest that give reward each 100 lvls +REP
Back
Top