Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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 =...
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.
All these monsters you listed are using rewardchest, you have something wrong in your rewardchest system.
Try to kill the monster with normal character NOT GM.
If problem persist, you have to re-add your rewardchest system.
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...
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...
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.
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
Hello everybody :D
I'm going to share my Vocation Chest now with you all :)
-->>>>>>>>>>>>>>>>>++<<<<<<<<<<<<<<<<<<<--
-->>>>>>>>>> Vocation Chest <<<<<<<<<<--
-->>>>>>>>>>>>> made by <<<<<<<<<<<<<<--
-->>>>>>>>>>>> Evil Hero <<<<<<<<<<<<<--
-->>>>>>>>>>>>>>>>>++<<<<<<<<<<<<<<<<<<<--...
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...
I would add a bribe chest to each level.
People can choose next chest, or take the bribe chestreward.
This way the player can test their luck further, or take a less valuable reward.
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] =...
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...
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...
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...