Keraxel
Ω Obfuscator Ω
Which version of TFS you use?
aboout system.lua ... i dont have, am i supposed to download it or make it myself?
Now, enter data/actions/scripts/quests and open system.lua.
In specialQuests table add the following:
where actionid is actionid you have used above, and storageid is storage key you want to be used for your quest.Code:[actionid] = storageid
local specialQuests = {
[2001] = 30015 --Annihilator
}
local questsExperience = {
[30015] = 10000
}
local specialQuests = {
[2001] = 30015 --Annihilator
[2010] = 30020
}
local questsExperience = {
[30015] = 10000
}
@Binho®, you can't use actionid 2000, it's for standart questsuse 2002+
anyway, system.lua is bugged, and will be fixed in beta 2 :> so, all waiting )
[..]
[/code]Elf says:
Add [youractionid] = yourstorageid.
I try:
And get errorCode:local specialQuests = { [2001] = 30015 --Annihilator [2010] = 30020 } local questsExperience = { [30015] = 10000 }
.
local specialQuests = {
[2001] = 30015 --Annihilator
[2010] = 30020
}
local specialQuests = {
[2001] = 30015[b],[/b] --Annihilator
[2010] = 30020
}
16:45 You have found a chest.
Why is that? I win a chest and inside this chest is the item o.o'
nice it's work jjajaja XDDD if u check chest with gm surprise gm can't open chest XDDDDDDDDD i don't know if it is a bug but it's work thx![]()
just one tiny question where is it saving -,-
...?