• 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. Szare Jajko

    [10.77][TFS 1.2] ORTS, a real map project

    Im trying to add sth scripts like crafting or dual wield weapon or reward chest but with no result, no errors, but in reward chest still had depot locker.
  2. C

    Quests - Chest rewards (Unique ID, Action ID)

    ...only mapping. What I am seeking help for is the following: I've mapped a few quest designs, however I know nothing about making the reward chest give an item to each player, but only one time. I figured it had something with Unique ID/Action ID to do, but I don't know what. Is there...
  3. jo31

    TFS 1.X+ Quest Chest 10.98 TFS 1.3 PROBLEM

    Hello Otlands people! i have write a code so all my chest on the server that have actionid "2000" and random unique id will be rewarded when they open the chest. But the problem is i dont get any error in the console and it will only open the chest. I hope anyone could help me with a clean code...
  4. Zantera.S

    PoI chests debug the client

    Hey guys, So when I open a chest or container related to the PoI Quest (such as the dead skeleton on the rock in lever room, or even reward room or holy tible) The game client crashes. I don't know how to fix it and Im not getting any errors in my console. What do I do? Yours Truly...
  5. S

    Feature Reward Chest & Boss Reward [TFS 1.2]

    This itens will be added in Reward Chest or in Reward Bag (Direct to Player)?
  6. Mkalo

    Feature Reward Chest & Boss Reward [TFS 1.2]

    ...openContainer = myDepotLocker; player->setLastDepotId(depot->getDepotId()); } else { openContainer = container; } For: //reward chest and depot container if (item->getActionId() == ITEM_REWARD_CHEST || item->getID() == ITEM_REWARD_CHEST) { DepotLocker* myRewardChest =...
  7. O

    TFS 1.X+ QUEST SCRIPT REQUEST

    add the reward item into the container itself in RME. Unique id just acts as a storage id in later versions
  8. monkeyy

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Yes I did that already :) Great feature !
  9. cbrm

    Feature Reward Chest & Boss Reward [TFS 1.2]

    Go here and try with the two scripts of reward-chest-scripts-104x that I recently updated, otherwise use reward-chest-original.
  10. Summ

    [Request] Script Chest

    Set action id of the chest to 2000 and right click on the chest and add the items, which you want to be the reward of the quest, in the chest.
  11. silveralol

    Solved Reward Chest System

    I resolve the problem to divide the loot ... are good !!! now I need resolve this: 1 - make a reward chest C++ stuff 2 - make the corpse be a temporary reward chest
  12. bury

    Lua quest/system.lua problem. Chest give me chest. Uid unwalkable doesnt work.

    I'm using The Forgotten Server - Edited By Cyko V8, version 0.3.6 Quest with normal script works properly, but quest made with RME map editor with Aid = 2000 and Uid = X doesn't work. The chest give another chest: 04:52 You have found a chest. actions.xml <action actionid="2000"...
  13. xsaint

    Reward Chest - Key

    Basically I have a door that has a NPC trapped inside, theres a crate in a different cave behind a boss that contains a key. I want it so the key opens the door, but when the door opens the player gets a text message from the NPC "I knew you'd come back, please take this, it might not seem like...
  14. strutZ

    Action Advanced quest chests 1.x

    Been awhile since I have posted something here so I'm going to release my advanced quest chest ;) What does it do? A quest chest that can hold rewards in the shape of an Item, Experience, Outfit or a addon! Features - Easy config - Can add level requirements for chests - Supports Item Rewards...
  15. Yamaken

    C++ Urgent Group of attackers crashed my server

    It seens like the error is with the Reward class. So disable the reward chest for now.
  16. oualid6496

    TFS 1.2 Reward Chest

    Hi, I just tryd to add the reward chest of @MatheusMkalo https://otland.net/threads/reward-chest-boss-reward-tfs-1-2.238554/ but while compiling im getting alot of errors, even tho I did everything as it says in the thread. If I compile it without the changes that I made im not getting any...
  17. D

    Distinctive reward chests TFS1.4

    Yeah, I've tried it. It seems like it still won't give you same item twice even from deferent reward chest + it has a bug that it will reward you a chest sometimes instead of the reward's UID. I think the default script is more stable, but yet if you found a solution for multiple unique rewards...
  18. Paxiz

    TFS 1.3 Quest Chest with item and level and vocation check

    Paxiz submitted a new resource: TFS 1.3 Quest Chest with item and level and vocation check - advanced quest chest Read more about this resource...
  19. X

    Lua When im doing a quest I always getting chest.

    When Im doing a quest on my server the reward is always an chest. What should I change, anyone know how I could solve this problem? Greetings - - - Updated - - - No one know how to solve this problem?
  20. Addams

    Solved TFS 1.3 Chests give you chests

    How did you add the chest/box which is rewarding you with a chest? What actionId/UniqueId you used? ActionId should be empty. UniqueId should be the id of the reward item. Unless you added different rewarding scripts like Annihilator or whatever
Back
Top