• 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!

Lua RME Quest, (Container only pick 1 Item)

Blysco

New Member
Joined
Oct 12, 2013
Messages
163
Reaction score
2
Hey, i have a Solo Anni Quest.


I want that a player cann decide to get a Item from one of 4 Chests.
Nothing works same unique Id or Action id, i tried so many solutions.

Server runs on Tibia 9.83 / TFS 0.3.7_SV Crying Damson

Lets give me some solutions please :D
 
http://imageshack.us/f/203/3qvl.png/

Dont works...
I get a Error

Code:
    <action uniqueid="11014" script="ani_solo/ani_solo.lua"/>
    <action uniqueid="11015" script="ani_solo/Ani_solo_QuestRewards.lua"/>
    <action actionid="2002" event="script" value="quests/system.lua"/>

Code:
local specialQuests = {
[2001] = 30015, --Annihilator
[2002] = 11015 --Solo Anni
}
 
Back
Top