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

Action Advanced quest chest

Can you make it work for alpha 4 ?

Between i tried this many times nothing its work :(
 
Last edited by a moderator:
Hello ,


Do this really work ?
Working for TFS 0.3 Beta ?


Please answer Elf & Gesior or anyone!
 
My players take more of one rewards in this system Oo
For exemple: I make the quest of vampire shield and the player use and always take the shield!

I use TFS Mystic Spirit Last Version
 
@UP

change UniqueID to value > 2000 to each box/cheast

@Topic

Great job.
 
Updated script. Now you can add to actions.xml:
PHP:
<action fromid="1740" toid="1749" script="quests/multiquests.lua"/>
It will work with items with special UIDs set in map editor.
You don't have to change ActionIDs. You can use it in place of quests.lua :>
 
Last edited:
Nice work, but I found bug: It give item, but show 'You found chest' (not item name) when you set UID of chest, but don't put items inside
Replace:
PHP:
item_desc = getItemNameById(item.itemid)
with:
PHP:
item_desc = getItemNameById(item.uid)
 
Hummm, but if I wanna make key quest in chest, I can not set action id of the key :/
 
Back
Top