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

Problems for my OT!

AchTung

Member
Joined
Nov 12, 2009
Messages
1,352
Reaction score
7
Location
Germany
Yoyo dudes, I got several problems which i cant solve by myself. Any1 got a working seal script for POI that looks like real tibia. So you go to the narrow way at the north. If you aint got the seal, you can't enter further it.

Second problem for me is that I want to make a questlog like real tibia. I think its changeable at the quests.xml but dunno how. Please explain to me it please.

Looking forward to your post dudes.

Signed,
AchTung
 
quests.xml ...
Code:
<?xml version="1.0" encoding="UTF-8"?>
<quests>
	<quest name="Tibia Tales" startstorageid="65003" startstoragevalue="0">
		<mission name="The Exterminator" storageid="65002" startvalue="1" endvalue="3">
			<missionstate id="1" description="Padreia in Carlin asked you to exterminate the slimes in the sewers of Carlin by poisoning their spawn pool."/>
			<missionstate id="2" description="You poisoned the spawn pool of the slimes in the sewers of Carlin. Report to Padreia about your mission."/>
			<missionstate id="3" description="You have successfully helped Padreia in saving Carlin from a slimy disease."/>
		</mission>
	</quest>
</quests>
 
quests.xml ...
Code:
<?xml version="1.0" encoding="UTF-8"?>
<quests>
	<quest name="Tibia Tales" startstorageid="65003" startstoragevalue="0">
		<mission name="The Exterminator" storageid="65002" startvalue="1" endvalue="3">
			<missionstate id="1" description="Padreia in Carlin asked you to exterminate the slimes in the sewers of Carlin by poisoning their spawn pool."/>
			<missionstate id="2" description="You poisoned the spawn pool of the slimes in the sewers of Carlin. Report to Padreia about your mission."/>
			<missionstate id="3" description="You have successfully helped Padreia in saving Carlin from a slimy disease."/>
		</mission>
	</quest>
</quests>

Yea I mean could you explain it to me please? Also could you make me a script like POI about the gate which you can't enter if you aint got all seals?
 
Back
Top