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

How to set up a working Quest log? (Got Problem)

Kaywin

Lord of War WoW/Tibia 2D
Joined
Oct 24, 2008
Messages
541
Reaction score
6
Location
SwedeN
Hello my quest log does not work at my OTserv and I really want to fix it, I got no idea what add or change in the scripts.. I don't even know what scripts it's for the quest log.

Anyway I would like that all Tasks, annih, demon helmet, inq, poi, banshee ect works, when you open it now it's just a cleaned quest log.

Sorry for my english , but i hope you guys will understand what I mean! :)


Rep will be giving as always
 
well thanks, but i really don't understand. Can someone post me Inq, poi, banshee, demon oak, tasks? so i can put them into quests.xml? :p would spare me a lot of time =)

Rep has been giving, =) i can get you some more reps if you help me ^^

by the way this is my quests.xml

Code:
<?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>
	<quest name="Annihilator" startstorageid="5000" startstoragevalue="1">
		<mission name="Annihilator Room" storageid="5000" startvalue="1" endvalue="1">
			<missionstate id="1" description="Finished Annihilator quest." />
		</mission>
	</quest>
	<quest name="Pits of Inferno" startstorageid="5050" startstoragevalue="1">
		<mission name="Pits of Inferno - Final Room" storageid="5050" startvalue="1" endvalue="1">
			<missionstate id="1" description="Finished PoI quest." />
		</mission>
	</quest>
</quests>

</quests>
 
i don't think anyone would give all of those ;s

it can be very complicated to get all the info required from real tibia. :p
 
Back
Top