• 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 Do i Mapp A Quest 8.54? PROBLEM

Tickit

Member
Joined
Feb 20, 2009
Messages
364
Reaction score
5
Location
Somewhere in the jungle of Sweden
As the title says, im satring to get really angry now i have searched and searched and nothign works.

I'm using [8.54] [v0.8] The Evolutions Never Die project. Open tibia server.

*I have tested just added action id
*Tested just added UniqueID
*Tested addin action id 2000 and UniqueID random and the chest contains an item
*Tested Action id 1000 and chest contains items

AND NOTHING WORKS :O

Would be really thankfull to the one who helped me.

EDIT:
#quests:
To use the default 0.3 quest system, you need to uncomment it in actions.xml (remove bold red):
Code:
	<!-- old quest system & old annihilator -->
	<!-- turned off, but not deleted. -->
	[b][color="red"]<!--[/color][/b]
	<action actionid="2000" event="script" value="quests/system.lua"/>
	<action actionid="2001" event="script" value="quests/system.lua"/>
	<action uniqueid="30015" event="script" value="quests/annihilator.lua"/>
	[b][color="red"]-->[/color][/b]

action id 2000 on any container, any unique id that's not used elsewhere (for another quest or storage value), put the item(s) inside the container in editor.

#aac: http://otland.net/f118/gesior-account-maker-forgotten-server-0-3-6-a-60228/#post618270
 
Last edited:
@To: Lillebaer

Change quest system!! If you Hermes quest system... don't know what's wrong but it doesn't work.

@To: Hermes

Don't mind it.. maybe an explanation of how it works or changing in the script :thumbup:
 
Back
Top