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

Adding quests to quest log?

zorbak962

New Member
Joined
Aug 1, 2011
Messages
16
Reaction score
0
Alright, so I have a OT server with real map 8.60 and all rl tibia quests seem to work perfectly (at least the beginning quest with santiago and all the quests where you open a chest and get an item, without having to talk to a NPC, like the bear room quest.), but no quests show up on the quest log.

I know most treasure chest quests dont appear in the real tibia questlog. But the ones that should dont appear either. I want ALL quests to appear on the quest log.

How do I make all the quests show up on the questlog? I tried copying/pasting this from a quests.xml of another OT server with real map.

<?xml version="1.0" encoding="UTF-8"?>

<quests>

<quest name="Rookgaard" startstorageid="123458" startstoragevalue="1">

<mission name="Seymours Request" storageid="123458" startvalue="1" endvalue="2">

<missionstate id="1" description="You've succesfully interacted with an NPC for the first time with this character"/>

<missionstate id="2" description="You have helped Santiago with Seymours request. You earned 250 experience and 100 gold coins for this task."/>

</mission>
</quest>
<quest name="Torch Quest" startstorageid="64100" startstoragevalue="1">
<mission name="Torch Quest" storageid="64100" startvalue="1" endvalue="1">

<missionstate id="1" description="You were rewarded a torch for defeating one rat."/>

</mission>
</quest>
<quest name="Rapier Quest" startstorageid="64105" startstoragevalue="1">
<mission name="Rapier Quest" storageid="64105" startvalue="1" endvalue="1">

<missionstate id="1" description="You were rewarded a rapier for defeating some rats"/>
</mission>
</quest>
<quest name="Knife Quest" startstorageid="64104" startstoragevalue="1">

<mission name="Knife Quest" storageid="64104" startvalue="1" endvalue="1">

<missionstate id="1" description="You were rewarded a knife for exploring the sewers"/>
</mission>
</quest>
<quest name="Doublet Quest" startstorageid="64108" startstoragevalue="1">

<mission name="Doublet Quest" storageid="64108" startvalue="1" endvalue="1">
<missionstate id="1" description="You were rewarded a doublet for fighting two rats"/></mission>

</quest>



</quests>


After I did, the quests in this list did show up on the quest log upon completion. So I know how to add more.
The problem is i dont have the "storageid" of the other quests/chests/items. Any help?

I checked in my actions>scripts>quests folder and I see some many quests like annihilator and desert quest, but none of the rookgaard quests except for the doublet quest. Please help.
 
go to the quest on your staff character, look at the item that gives storage, it will give you action or unique id in the description, then search that action and unique id in actions.xml
 
Back
Top