• 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 do quests?

Quickshot

Member
Joined
Nov 8, 2008
Messages
595
Reaction score
8
ya hi im a bit noob when i last made a ot you made a quest in map editor but that doesnt work now. can someone pls explain to me how i make a quest in this new system
 
Server - [v0.8] The Evolutions Never Die project [Evolutions Map]
Download - [8.54] [v0.8] The Evolutions Never Die project.
dont know exactly what tfs. also if you know which gesior acc i use il be very glad
 
#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
 
#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



i love you !
 
Put action id : 2000 when you right-click>Properties in mapeditor, and then a UID ( Unique ) which can be like whatever you want etc. 25221. And then just put an item in to the box and the item id!
 
Back
Top