Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

task.dat

Experienced Elementalist
Joined
Aug 21, 2012
Messages
243
Reaction score
27
Dear Guys,

i wanna know if it is possible to make more daily quest links into 1 html File..... for example Daily Quest 1,2,3 with 3 Buttons into 1 NPC, that i can see if it is accepted under Hotkey Q:

someone have an idea?


Thanks and greetz
 
Junior Spellweaver
Joined
Oct 8, 2005
Messages
121
Reaction score
23
There is nothing impossible :D
Should be at Configs folder - make an npc with 3 buttons each button have his own Html link and there make quest for each one.
not so hard just need to be creative.
 
Upvote 0
Experienced Elementalist
Joined
Aug 21, 2012
Messages
243
Reaction score
27
dude, the quests are working, but it doesnt shows under Hotkey: Q.

this is my code:

Code:
;(country_type ENG)
( task 
	( key 1200)
	( name "")
	( desc "")
	( flag 
		( key 1)
		( desc "")
		( param 361649 187379 )
		( npcdesc "DAILY" )
		( npcindex 1101 )
		( gotarget QUEST_NPC 1200 2 2100)
	)

( task 
	( key 1201)
	( name "")
	( desc "")
	( flag 
		( key 2)
		( desc "")
		( param 361649 187379 )
		( npcdesc "DAILY" )
		( npcindex 1101 )
		( gotarget QUEST_NPC 1201 2 2100)
	)
)
 
Upvote 0
Junior Spellweaver
Joined
Oct 8, 2005
Messages
121
Reaction score
23
Code:
;(country_type ENG)
( task 
	( key 1)
	( name "Sailor, Gwang-Chun's Favor")
	( desc "Sailor, Gwang-Chun must go to the south with the goods but his servant is disappeared and the goods couldn't get on board. Please deliver Gwang-Chun's goods.")
	( npcindex 72 )
	
	( flag 
		( key 1)
		( desc "Show Gwang-Chun's letter to Nu-Rook. Nu-Rook will give you Gwang-Chun's goods.")
		( param 265183 262364)
		( item 1 132 1 )
		( npcdesc "[Nu-Rook]#n")
		( level 1 )
		( npcindex 77 )
		( gotarget QUEST_NPC 77 1 1100)
	)
	( flag 
		( key 2)
		( desc "Receive the goods from Nu-Rook and submit it to Gwang-Chun in Narootuh village.")
		( param 257032 257425)
		( item 1 142 1 )
		( npcdesc "Boatman [Gwang-Chun]#n" )
		( level 1 )
		( npcindex 72 )
		( gotarget QUEST_NPC 72 1 1000)
	)
)

( task 
	( key 2)
	( name "Message Collection")
	( desc "A secret message to the castle has been handed to the demons. Take it back and keep the national secret.")
	( npcindex 73 )
	( flag 
		( key 1)
		( desc "Collect the secret message from lower class demons. Give it back to Chief guard, Sea-Geun and you'll get some reward.")
		( param 258364 259226)
		( item 1 140 1 )
		( npcdesc "Chief Guard [Sea-Geun]#n")
		( level 1 )
		( npcindex 73 )
		(targetrect 1
			(index 140 (item) (color 0 255 0)
				(rect	(7976 8136 8131 8260)
					(8086 7970 8220 8083)
				)
			)
		)
		( gotarget QUEST_NPC 73 1 1000)
	)
)

( task 
	( key 3)
	( name "Grasp the Situation of Demons")
	( desc "A rumor that the demons will attack here but we don't have enough troops to defend ourselves, so we need to grasp the situation of demons.")
	( npcindex 75 )

	( flag 
		( key 1)
		( desc "Chief guard, Mak-Ahnsoo asked you to collect the information of attack. Find the map of demons and go to Mak-Ahnsoo.")
		( param 257614 257926)
		( item 1 146 1 )
		( npcdesc "Chief Guard [Mak-AnSoo]#n")
		( level 1 )
		( npcindex 75 )
		(targetrect 1
			(index 146 (item) (color 0 255 0)
				(rect	(7976 8136 8131 8260)
					(8086 7970 8220 8083)
					(8062 8275 8181 8363)
				)
			)
		)
		( gotarget QUEST_NPC 75 1 1000)
	)
	( flag 
		( key 2)
		( desc "The demon's target was Jook-Suh Cargo Station not Narootuh. People who doesn't know this situation will be in danger. The chief guard, Mak-Ahnsoo give the information of demons' attack to the general, Sae-won. Go and see the general, Sae-won.")
		( param 264974 262227)
		( item 1 133 1 )
		( npcdesc "General [Sae-Won]#n")
		( level 1)
		( npcindex 76 )
		( gotarget QUEST_NPC 76 1 1100)
	)
	( flag 
		( key 3)
		( desc "general, Sae-won found out the enemies' location but he doesn't have enough force. The general, Sae-won finished writing letter for help to the chief guard, Mak-Ahnsoo so go to see the chief guard, Mak-Ahnsoo.")
		( param 257614 257926)
		( item 1 134 1)
		( npcdesc "Chief Guard [Mak-AnSoo]#n")
		( level 1)
		( npcindex 75 )
		( gotarget QUEST_NPC 75 1 1000)
	)
)

( task 
	( key 4)
	( name "General, Poong-seup's Missing")
	( desc "Farmer, Ji-hun asked you for finding the general, Poong-seup.")
	( npcindex 78 )
	( prequest 1 2 )
	( flag 
		( key 1)
		( desc "Ji-hun is looking for the general, Poong-seup. Please find the general, Poong-seup. Chief Guard, Joo-Jimin knows where he is. Go to meet Joo-Jimin.")
		( param 256928 258156)
		( npcdesc "Chief Guard [Joo-Jimin]#n")
		( level 6)
		( npcindex 79 )
		( gotarget QUEST_NPC 79 1 1000)
	)
	( flag 
		( key 2)
		( desc "The chief, Joo-Jimin want you to prove that you're not a spy if you want to know about the general, Poong-seup. Hunt Demon escort archer and get 10 demon's bows.")
		( param 256928 258156)
		( item 1 147 10 )
		( npcdesc "Chief Guard [Joo-Jimin]#n")
		( level 6)
		( npcindex 79 )
		(targetrect 1
			(index 147 (item) (color 0 255 0) 
				(rect	(7975 8315 8264 8413)
					(8195 7961 8300 8056)
					(8215 8092 8294 8140)
					(8305 8235 8385 8329)
				)
			)
		)
		( gotarget QUEST_NPC 79 1 1000)
	)
	( flag 
		( key 3)
		( desc "The general, Poong-seup has won the battle in Chung-Song and he's defending Chung-Song. Talk to the farmer, Ji-Hun about the general, Poong-seup.")
		( param 257190 258988)
		( npcdesc "Farmer [Ji-Hun]#n")
		( npcindex 78 )
		( level 6)
		( gotarget QUEST_NPC 78 1 1000)
	)
)

( task 
	( key 5)
	( name "Farmer, Nu-Woong's Favor")
	( desc "Get the money from the miner, Ghee-Sik and give' em back to the farmer, Nu-Woong.")
	( npcindex 80 )

	( flag 
		( key 1)
		( desc "Ghee-sik borrowed money from Nu-Woong. Find Ghee-sik and get the money back to Nu-Woong.")
		( param 265121 285614)
		( item 1 135 1 )
		( npcdesc "Miner [Gwee-Sik]")
		( level 8)
		( npcindex 81 )
		( gotarget QUEST_NPC 81 1 1200)
	)
	( flag 
		( key 2)
		( desc "The miner, Ghee-sik can't work because the demon called Suicide bombers attack people. Hunt the Suicide bomber and collect 10 Suicide bomber's oil for proof.")
		( param 265121 285614)
		( item 1 148 10 )
		( npcdesc "Miner [Gwee-Sik]")
		( npcindex 81 )
		( level 8)
		(targetrect 1
			(index 148 (item) (color 0 255 0) 
				(rect	(8277 7965 8382 8032)
					(8144 8314 8202 8354)
					(8037 8343 8118 8392)
					(8225 8103 8401 8411)
				)
			)
		)
		( gotarget QUEST_NPC 81 1 1200)
	)
	( flag 
		( key 3)
		( desc "Ghee-sik made money from the mine. Give the money from Ghee-sik to Nu-Woong.")
		( param 265131 261996)
		( item 1 143 1 )
		( npcdesc "Farmer [Nu-Woong]")
		( level 8)
		( npcindex 80 )
		( gotarget QUEST_NPC 80 1 1100)
	)
)

( task 
	( key 6)
	( name "Farmer, Ha-Jik's Favor")
	( desc "Farmer, Ha-Jik gave some rice to the farmer, Nu-Woong. Inquire that the rice's arrived safely.")
	( npcindex 82 )
	( prequest 2 1 5 )

	( flag 
		( key 1)
		( desc "The farmer Ha-Jik asked the farmer, Nu-Woong to deliver the rice. Inquire that the rice's arrived safely.")
		( param 265131 261996)
		( npcdesc "Farmer [Nu-Woong]")
		( level 10)
		( npcindex 80 )
		( gotarget QUEST_NPC 80 1 1100)
	)
	( flag 
		( key 2)
		( desc "The farmer, Nu-Woong didn't get the rice.  Inquire what happened to the farmer Ha-Jik.")
		( param 257543 259049)
		( npcdesc "Farmer [Ha-Jik]")
		( level 10)
		( npcindex 82 )
		( gotarget QUEST_NPC 82 1 1000)
	)
	( flag 
		( key 3)
		( desc "The farmer, Ha-Jik asked the boatman, Gwang-chun to deliver the rice. Inquire what happened to the boatman, Gwang-chun.")
		( param 257032 257425)
		( npcdesc "Boatman [Gwang-Chun]")
		( level 10)
		( npcindex 72 )
		( gotarget QUEST_NPC 72 1 1000)
	)
	( flag 
		( key 4)
		( desc "The boatman, Gwang-chun couldn't deliver the rice because of the Big handed inhabitants. Hunt the Big handed inhabitant and collect 15 Big handed inhabitant's teeth.")
		( param 257032 257425)
		( item 1 149 15 )
		( npcdesc "Boatman [Gwang-Chun]")
		( level 10)
		( npcindex 72 )
		(targetrect 1
			(index 149 (item) (color 0 255 0) 
				(rect	(8265 7970 8428 8580)
				)
			)
		)
		( gotarget QUEST_NPC 72 1 1000)
	)
	( flag 
		( key 5)
		( desc "The boatman, Gwang-chun'rice has be stolen. Hunt the Demon carcass scavenger and collect 2 bags of rice.")
		( param 257543 259049)
		( item 1 151 2 )
		( npcdesc "Farmer [Ha-Jik]")
		( level 10)
		( npcindex 82 )
		(targetrect 1
			(index 151 (item) (color 0 255 0)
				(rect	(8237 8319 8413 8630)
				)
			)
		)
		( gotarget QUEST_NPC 82 1 1000)
	)
)

( task 
	( key 7)
	( name "Won-Jung and Yae-Jin's Love")
	( desc "The guard, Won-Jung asks you to give a letter to his wife, Yae-Jin.")
	( npcindex 83 )
	( prequest 0 )

	( flag 
		( key 1)
		( desc "The guard, Won-Jung worries about his wife so much. Give the letter to his wife, Yae-Jin in Narootuh vil.")
		( param 257314 259663)
		( item 1 136 1 )
		( npcdesc "Woman [Yae-Jin]")
		( level 11 )
		( npcindex 84 )
		( gotarget QUEST_NPC 84 1 1000)
	)
	( flag 
		( key 2)
		( desc "Yae-Jin wants to make some tonic for Won-Jung, but two materials are required. Hunt the Big handed slave and collect 10 materials of Milk Vetch and White Peony.")
		( param 257314 259663)
		( item 2 153 10 154 10 )
		( npcdesc "Woman [Yae-Jin]")
		( level 11 )
		( npcindex 84 )
		(targetrect 2
			(index 153 (item) (color 0 255 0) 
				(rect	(8265 7970 8428 8580)
				)
			)
			(index 154 (item) (color 0 255 0)
				(rect (8265 7970 8428 8580)
				)
			)
		)
		( gotarget QUEST_NPC 84 1 1000)
	)
	( flag 
		( key 3)
		( desc "Give the tonic and Yae-Jin's letter to Guard, Won-Jung in Jook-Suh Cargo Station.")
		( param 265026 262810)
		( item 2 144 1 137 1 )
		( npcdesc "Guard [Won-Jung]")
		( level 11)
		( npcindex 83 )
		( gotarget QUEST_NPC 83 1 1100)
	)
)

( task 
	( key 8)
	( name "Sweeping the Demon carcass scavenger")
	( desc "Sweep all the Demon carcass scavenger who revive the demons.")
	( npcindex 76 )
	( prequest 1 3 )
	
	( flag 
		( key 1)
		( desc "The general, Sae-won finally found out what the Demon carcass scavenger is. Hunt the Demon carcass scavenger who revive the demons, and collect 25 carcass for the general, Sae-won in Jook-Suh Cargo Station.")
		( param 264974 262227)
		( item 1 152 25 )
		( npcdesc "General [Sae-Won]")
		( level 12)
		( npcindex 76 )
		(targetrect 1
			(index 152 (item) (color 0 255 0) 
				(rect	(8237 8319 8413 8630)
				)
			)
		)
		( gotarget QUEST_NPC 76 1 1100)
	)
)

( task 
	( key 9)
	( name "Finding Tonic")
	( desc "Find the tonic for restoring the injured soldier's health.")
	( npcindex 91 )
	( prequest 1 7 )
	( flag 
		( key 1)
		( desc "The chief guard, Guh-Sosun worries about the lack of medicine for injured soldiers. Please get some tonic. The woman [Yae-Jin] in Narootuh village can make tonic.")
		( param 257314 259663)
		( npcdesc "Woman [Yae-Jin]")
		( level 13)
		( npcindex 84 )
		( gotarget QUEST_NPC 84 1 1000)
	)
	( flag 
		( key 2)
		( desc "Yae-Jin said she could make tonic if she has enough Milk Vetch and White Peony. 12 Milk Vetches and 12 White Peonies from Big handed slaves and give them to Yae-Jin.")
		( param 257314 259663)
		( item 2 153 12 154 12 )
		( npcdesc "Woman [Yae-Jin]")
		( level 13)
		( npcindex 84 )
		(targetrect 2
			(index 153 (item) (color 0 255 0)
				(rect (8265 7970 8428 8580)
				)
			)
			(index 154 (item) (color 0 255 0)
				(rect (8265 7970 8428 8580)
				)
			)
		)
		( gotarget QUEST_NPC 84 1 1000)
	)
	( flag 
		( key 3)
		( desc "Give the tonic that Yae-Jin made to the chief guard, Guh-Sosun in Jook-Suh Cargo Station.")
		( param 265681 262508)
		( npcdesc "Chief Guard [Guh-Sosun]")
		( item 1 144 1 )
		( level 13)
		( npcindex 91 )
		( gotarget QUEST_NPC 91 1 1100)
	)
)

( task 
	( key 10)
	( name "Finding Alcohol for Joo-Nong")
	( desc "A miner, Joo-Nong wants some alcohol.")
	( npcindex  85 )
	( prequest 0 )	
	( flag 
		( key 1)
		( desc "The miner, Joo-Nong spend with alcohol everyday because of the demons. Find some alcohol and give him. It's said that the woman [Ok-Jin] in Jook-Suh Cargo Station makes good drinks.")
		( param 264778 262175)
;		( item 1 145 1 )
		( npcdesc "Woman [Ok-Jin]")
		( level 14)
		( npcindex  87 )
		( gotarget QUEST_NPC 87 1 1100)

	)
		( flag 
		( key 2)
		( desc "Ok-Jin who can make best quality drinks in the country asked for revenge for her husband's death. 20 Demon soldier's teeth from Demon soldiers and give them to Ok-Jin.")
		( param 264778 262175)
		( item 1 150 20 )
		( npcdesc "Woman [Ok-Jin]")
		( level 14)
		( npcindex  87 )
		(targetrect 1
			(index 150 (item) (color 0 255 0) 
				(rect	;(8265 7970 8428 8580)
					(8094 7800 8347 7872)
					(8043 8782 8122 8861)
					(8243 8652 8362 8700)
				)
			)
		)
		( gotarget QUEST_NPC 87 1 1100)
	)
		( flag 
		( key 3)
		( desc "Bring the alcohol over from Ok-Jin to Joo-Nong.")
		( param 264904 285787)
		( item 1 145 1 )
		( npcdesc "Miner [Joo-Nong]")
		( level 14)
		( npcindex  85 )
		( gotarget QUEST_NPC 85 1 1200)
	)
)

( task 
	( key 11)
	( name "Undelivered Rice Cake")
	( desc "I haven't received the rice cake yet that I ordered. Find out what happened.")
	( npcindex 81 )
	( prequest 1 6 )	
	( flag 
		( key 1)
		( desc "Ghee-Sik worries about the lost rice cake. Go to Ha-Jik in Narootuh village and find out what happened.")
		( param 257543 259049)
		( npcdesc "Farmer [Ha-Jik]")
		( level 15)
		( npcindex  82 )
		( gotarget QUEST_NPC 82 1 1000)
	)
	( flag 
		( key 2)
		( desc "Ha-Jik said that he got attacked from the Big handed blue warriors during delivery. Hunt the Big handed blue warriors and collect 25 rice cakes.")
		( param 257543 259049)
		( npcdesc "Farmer [Ha-Jik]")
		( item 1 155 25 )
		( level 15)
		( npcindex  82 )
		(targetrect 1
			(index 155 (item) (color 0 255 0)
				(rect	(8084 8651 8399 8897)
				)
			)
		)
		( gotarget QUEST_NPC 82 1 1000)
	)
	( flag 
		( key 3)
		( desc "Ha-Jik can't deliver the rice cake because of his injury. Deliver the rice cake to Ghee-sik in Geum-Oh Mine.")
		( param 265121 285614)
		( npcdesc "Miner [Ghee-Sik]")
		( item 1 155 25 )
		( level 15)
		( npcindex  81 )
		(targetrect 1
			(index 155 (item) (color 0 255 0) 
				(rect	(8084 8651 8399 8897)
				)
			)
		)
		( gotarget QUEST_NPC 81 1 1200)

	)
)

( task 
	( key 12)
	( name "Wa-Ryu's Talisman")
	( desc "Wa-Ryu had lost the talisman that his wife gave and he was kicked out of his home. Find out Wa-Ryu's talisman.")
	( npcindex  74 )
	( prequest 2 4 8 )	
	( flag 
		( key 1)
		( desc "Wa-Ryu worries that he lost the talisman of his wife's gift. Hunt the Big handed red warrior and get the Wa-Ryu's talisman.")
		( param 264854 261369)
		( item 1 156 1 )
		( npcdesc "[Wa-Ryu]")
		( level 16)
		( npcindex  74 )
		(targetrect 1
			(index 156 (item) (color 0 255 0) 
				(rect	(8091 8652 8412 8887)
				)
			)
		)
		( gotarget QUEST_NPC 74 1 1100)
	)
)

( task 
	( key 13)
	( name "Finding Yae-Jin's Father")
	( desc "Yae-Jin's father has not come back home for a half year. Find out her father.")
	( npcindex  84 )
	( prequest 2 9 10 )
	
	( flag 
		( key 1)
		( desc "Yae-Jin's looking for her father who hasn't come back home for a half year. Go to Geum-Oh Mine and find him out.")
		( param 264904 285787)
		( npcdesc "Miner [Joo-Nong]")
		( level 17)
		( npcindex  85 )
		( gotarget QUEST_NPC 85 1 1200)
	)
	( flag 
		( key 2)
		( desc "Yae-Jin's father, the miner, Joo-Nong said his gold was taken by the Demon infantry. They have a big sword with them. Hunt them and collect 30 golds.")
		( param 264904 285787)
		( item 1 157 30 )
		( npcdesc "Miner [Joo-Nong]")
		( level 17)
		( npcindex  85 )
		(targetrect 1
			(index 157 (item) (color 0 255 0) 
				(rect	;(7976 8667 8319 9001)
					;(8194 7807 8388 7912)
					;(8256 8773 8308 8807)
					(7976 8667 8319 9001)
					(8194 7807 8388 7912)
				)
			)
		)
		( gotarget QUEST_NPC 85 1 1200)
	)
	( flag 
		( key 3)
		( desc "Go back to Narootuh village and let Joo-Nong's daughter know that her father will come soon.")
		( param 257314 259663)
		( npcdesc "Woman [Yae-Jin]")
		( level 17)
		( npcindex  84 )
		( gotarget QUEST_NPC 84 1 1000)

	)
)

( task 
	( key 14)
	( name "Collecting Yang-Do's Bamboo Poles")
	( desc "The guard, Yang-Do said his bamboo pole on which Demon's activities are written has been taken away. Find out the bamboo pole.")
	( npcindex  86 )
	( prequest 1 10 )	
	( flag 
		( key 1)
		( desc "The guard, Yang-Do's bamboo poles has been taken away by the Demon throwing soldiers. Collect 30 pieces of bamboo poles from Demon throwing soldiers and bring them to Yang-Do in Geum-Oh Mine.")
		( param 265263 282210)
		( item 1 159 30 )
		( npcdesc "Guard [Yang-Do]")
		( level 18)
		( npcindex  86 )
		(targetrect 1
			(index 159 (item) (color 0 255 0) 
				(rect	(8043 8782 8122 8861)
					(7976 8888 7985 8931)
					(8213 7805 8244 7815)
					(8277 7819 8355 7870)
					(8061 8876 8094 9023)
				)
			)
		)
		( gotarget QUEST_NPC 86 1 1200)
	)
	( flag 
		( key 2)
		( desc "There's Yoo-An's letter in the lost bamboo poles. Deliver the letter to Ok-Jin in Jook-Suh Cargo Station.")
		( param 264778 262175)
		( item 1 138 1 )
		( npcdesc "Woman [Ok-Jin]")
		( level 18)
		( npcindex  87 )
		( gotarget QUEST_NPC 87 1 1100)
	)
	( flag 
		( key 3)
		( desc "Ok-Jin refused to accept the letter, for she didn't try to believe her husband dead. Go to tell Yang-Do in Geum-Oh Mine about this.")
		( param 265263 282210)
		( npcdesc "Guard [Yang-Do]")
		( level 18)
		( npcindex  86 )
		( gotarget QUEST_NPC 86 1 1200)
	)
	( flag 
		( key 5)
		( desc "Ok-Jin's father, Ja-Gan saw the Yang-Do's letter and write a heartbreaking letter to his daughter. Give Ja-Gan's letter to Ok-Jin in Jook-Suh Cargo Station.")
		( param 264778 262175)
		( item 2 138 1 139 1 )
		( npcdesc "Woman [Ok-Jin]")
		( level 18)
		( npcindex  87 )
		( gotarget QUEST_NPC 87 1 1100)
	)
	( flag 
		( key 6)
		( desc "Ok-Jin's mind has been opened by the father's letter. Give Yang-Do the message that she'll meet Yoo-An after the revenge is finished.")
		( param 265263 282210)
		( npcdesc "Guard [Yang-Do]")
		( level 18)
		( npcindex  86 )
		( gotarget QUEST_NPC 86 1 1200)
	)
)

( task 
	( key 15)
	( name "Finding the Statue of Protection")
	( desc "Go to the miner, Ghee-sik. He'll say you that the Statue of Protection is taken by the demons. Find out the Statue of Protection.")
	( npcindex  81 )
	( prequest 1 13 )	
	( flag 
		( key 1)
		( desc "The Statue of Protection in the #1 mine has lost. Find out the Statue of Protection. It's said the Miner [Joo-Nong] know where it is.")
		( param 264904 285787)
		( npcdesc "Miner [Joo-Nong]")
		( level 19)
		( npcindex  85 )
		( gotarget QUEST_NPC 85 1 1200)
	)
	( flag 
		( key 2)
		( desc "The miner, Joo-Nong said the Statue of Protection is taken by the demons with red light. Collect 30 pieces of the Statue of Protection from them and bring to Ghee-Sik.")
		( param 265121 285614)
		( item 1 160 30 )
		( npcdesc "Miner [Ghee-Sik]")
		( level 19)
		( npcindex  81 )
		(targetrect 1
			(index 160 (item) (color 0 255 0) 
				(rect	;(8046 8786 8117 8871)
					;(8065 8909 8094 9020)
					;(8213 7805 8244 7815)
					;(8204 7723 8318 7802)
					(8046 8786 8117 8871)
					(8065 8909 8094 9020)
					(8204 7723 8318 7802)
				)
			)
		)
		( gotarget QUEST_NPC 81 1 1200)
	)
)

( task 
	( key 16)
	( name "Ja-Gan's Good Conduct")
	( desc "Ja-Gan who is notorious as a miser wants to help the poor. Go to help him out.")
	( npcindex  89 )
	( prequest 1 14 )
	( flag 
		( key 1)
		( desc "Ja-Gan wanted to get rid of the rumor that he was a miser, with his gold. But his gold was stolen by demons. Hunt Demon Shock Troopers and collect 30 golds.")
		( param 265120 261453)
		( item 1 158 30 )
		( npcdesc "[Ja-Gan]")
		( level 20)
		( npcindex  89 )
		(targetrect 1
			(index 158 (item) (color 0 255 0) 
				(rect	(8000	8762	8087	8867)
					;(8000	7685	8314	9048)
					(8230	7693	8314	7720)
					(8214	9000	8297	9005)
					(8074	8992	8131	9048)
				)
			)
		)
		( gotarget QUEST_NPC 89 1 1100)
	)
	( flag 
		( key 2)
		( desc "Ja-Gan refused to get the gold back and said that it should be given to the poor. Go to Geum-Oh Mine and find the poor to give his gold.")
		( param 265175 285287)
		( item 1 158 30 )
		( npcdesc "[Won-Ga]")
		( level 20)
		( npcindex  90 )
		(targetrect 1
			(index 158 (item) (color 0 255 0) 
				(rect	(8000	8762	8087	8867)
					(8000	7685	8314	9048)
					(8214	9000	8297	9005)
					(8074	8992	8131	9048)
				)
			)
		)
		( gotarget QUEST_NPC 90 1 1200)
	)
	( flag 
		( key 3)
		( desc "Let Ja-Gan know that Won-Ga will spread the Ja-Gan's good deed throughout the country.")
		( param 265120 261453)
		( npcdesc "[Ja-Gan]")
		( level 20)
		( npcindex  89 )
		( gotarget QUEST_NPC 89 1 1100)
	)
)

( task 
	( key 17)
	( name "Getting Red Flags")
	( desc "Go to the general, Sae-Won in Jook-Suh Cargo Station and he'll give you a mission for taking the demon's red flags away. ")
	( npcindex  76 )
	( prequest 1 12 )	
	( flag 
		( key 1)
		( desc "The general, Sae-Won command you to take the demon's red flags. Collect 35 red flags and give them to the general, Sae-Won.")
		( param 264974 262227)
		( item 1 161 35 )
		( npcdesc "General [Sae-Won]")
		( level 21)
		( npcindex  76 )
		(targetrect 1
			(index 161 (item) (color 0 255 0) 
				(rect	(8193	9016	8226	9034)
					(8006	8762	8087	8875)
					(8321	7682	8347	7743)
					(8159	9028	8191	9041)
				)
			)
		)
		( gotarget QUEST_NPC 76 1 1100)
	)
)

( task 
	( key 18)
	( name "Beheading the Demon Water Dragon")
	( desc "Go to the general, Sae-Won and he'll ask you to bring the Demon water dragon's head for encouraging soldiers.")
	( npcindex 76 )
	( prequest 1 17 )
	
	( flag 
		( key 1)
		( desc "For improving the morale of our soldiers, bring 35 heads of the demon water dragons and give them to the general, Sae-Won in Jook-Suh Cargo Station.")
		( param 264974 262227)
		( item 1 162 35 )
		( npcdesc "General [Sae-Won]")
		( level 23)
		( npcindex  76 )
		(targetrect 1
			(index 162 (item) (color 0 255 0) 
				(rect 	(8192	7540	8379	7674)
					(8070	8953	8121	9054)
					(7994	8740	8074	8886)
					(8194	9002	8269	9018)
				)
			)
		)
		( gotarget QUEST_NPC 76 1 1100)
	)
)

( task 
	( key 19)
	( name "Demon's Drum")
	( desc "Go to the general, Sae-Won and he'll ask you to bring the demon's drum which gets soldiers demoralized.")
	( npcindex  76 )
	( prequest 1 18 )	
	( flag 
		( key 1)
		( desc "The general, Sae-Wo retreated from the battle because the demon's drum discouraged his soldiers. Collect 40 demon's drums and give them to the general, Sae-Won.")
		( param 264974 262227)
		( item 1 165 40 )
		( npcdesc "General [Sae-Won]")
		( level 25)
		( npcindex  76 )
		(targetrect 1
			(index 165 (item) (color 0 255 0) 
				(rect	(8001 8741 8049 8789)
					(8057 9026 8122 9055)
				)
			)
		)
		( gotarget QUEST_NPC 76 1 1100)
	)
)

( task 
	( key 20)
	( name "Collecting Armor")
	( desc "Go to the chief and he'll tell you that they are short in supply of armors.")
	( npcindex  91 )
	( prequest 2 9 12 )	
	( flag 
		( key 1)
		( desc "Many soldiers retreated without their armor, so many suits of armor are required. Hunt the Demon armored knight and collect 40 armor items and bring them to the Chief Guard [Guh-Sosun] in Jook-Suh Cargo Station.")
		( param 265681 262508)
		( item 1 166 40 )
		( npcdesc "Chief Guard [Guh-Sosun]")
		( level 26)
		( npcindex  91 )
		(targetrect 1
			(index 166 (item) (color 0 255 0) 
				(rect 	(8065	8965	8105	8972)
					(8076	8920	8084	8957)
					(8112	9027	8149	9039)
					(8192	7476	8239	7543)
				)
			)
		)
		( gotarget QUEST_NPC 91 1 1100)
	)
)

( task 
	( key 21)
	( name "Collecting Clothes Stained with Blood")
	( desc "Go to the guard, Won-Jung in Jook-Suh Cargo Station and he'll ask you to collect the clothes of his friends who died in the battle.")
	( npcindex  83 )	
	( prequest 1 7 )	
	( flag 
		( key 1)
		( desc "The guard, Won-Jung wants to collect his friend's clothes to perform a religious service. Hunt the Demon water dragon and collect 40 clothes and bring them to Won-Jung.")
		( param 265026 262810)
		( item 1 167 40 )
		( npcdesc "Guard [Won-Jung]")
		( level 27 )
		( npcindex  83 )
		(targetrect 1
			(index 167 (item) (color 0 255 0) 
				(rect 	(8192	7540	8379	7674)
					(8070	8953	8121	9054)
					;(7994	8740	8074	8886)
					(8194	9002	8269	9018)
				)
			)
		)
		( gotarget QUEST_NPC 83 1 1100)
	)
)

( task 
	( key 22)
	( name "Materials of Winter Clothes")
	( desc "Go to the chief guard, Guh-Sosun in Jook-Suh Cargo Station and he'll ask you to bring the demon water dragon's skin for the material of winter clothes.")
	( npcindex  91 )
	( prequest 1 20 )	
	( flag 
		( key 1)
		( desc "The chief guard, Guh-Sosun wants to make winter clothes for his soldiers. Hunt the Demon water dragon predator and collect 40 demon water dragon predator skins and bring them to Guh-Sosun.")
		( param 265681 262508)
		( item 1 164 40 )
		( npcdesc "Chief Guard [Guh-Sosun]")
		( level 28 )
		( npcindex  91 )
		(targetrect 1
			(index 164 (item) (color 0 255 0) 
				(rect 	(8192	7540	8379	7674)
					(8070	8953	8121	9054)
					(7994	8740	8074	8886)
					(8194	9002	8269	9018)
				)
			)
		)
		( gotarget QUEST_NPC 91 1 1100)
	)
)

( task 
	( key 23)
	( name "Hunting the Demon Mad Knight")
	( desc "Go to the general, Sae-Won in Jook-Suh Cargo Station and he'll ask you to hunt the Demon mad knight.")
	( npcindex  76 )
	( prequest 1 19 )	
	( flag 
		( key 1)
		( desc "The general, Sae-Won ask you to hunt the Demon mad knight. Hunt the Demon mad knight and collect 40 heads and bring them to General [Sae-Won].")
		( param 264974 262227)
		( item 1 163 40 )
		( npcdesc "General [Sae-Won]")
		( level 29 )
		( npcindex  76 )
		(targetrect 1
			(index 163 (item) (color 0 255 0) 
				(rect 	(8085	9021	8160	9045)
					(8186	7375	8480	7541)
				)
			)
		)
		( gotarget QUEST_NPC 76 1 1100)
	)
)

( task 
	( key 24)
	( name "Helping Yang-Do")
	( desc "Go to the guard, Yang-Do in Guem-Oh Mine and he'll ask you to get a secret letter of the demons.")
	( npcindex 86 )
	( prequest 1 20 )	
	( flag 
		( key 1)
		( desc "The guard, Yang-Do wants to get a secret letter from the Demon commander for distinguishing credits. Get a secret letter from the Demon commander and give it to Yang-Do.")
		( param 265263 282210)
		( item 1 141 1 )
		( npcdesc "Guard [Yang-Do]" )
		( level 33 )
		( npcindex 86 )
		(targetrect 1
			(index 141 (item) (color 0 255 0) 
				(rect (8139 9026 8168 9037)
				)
			)
		)
		( gotarget QUEST_NPC 86 1 1200)
	)
)

( task 
	( key 25)
	( name "Joong-Gwon's Disease")
	( desc "Meet the miner, Gwee-Sik in Guem-Oh Mine and he'll tell you about Joong-Gwon that how he became deaf.")
	( npcindex 81 )
	( prequest 1 15 )
		
	( flag 
		( key 1)
		( desc "Joong-Gwon became deaf because he was frightened when he saw the Demon Water Dragon. He may be cured if he get the Demon Water Dragon Commander's skin. Please get the Demon Water Dragon Commander's skin and give it to Ghee-Sik in Guem-Oh Mine.")
		( param 265121 285614)
		( item 1 168 1 )
		( npcdesc "Miner [Ghee-Sik]" )
		( level 36 )
		( npcindex 81 )
		(targetrect 1
			(index 168 (item) (color 0 255 0) 
				(rect	(8069 9008 8084 9039)
					(8260 7499 8317 7642)
				)
			)
		)
		( gotarget QUEST_NPC 81 1 1200)
	)
)

( task 
	( key 27)
	( name "Moon-Hee Who Became a Ghost")
	( desc "Moon-Hee's mother told you about the story of her son Moon-Yoo who lost his mind. Help out Moon-Yoo and Moon-Hee's mother.")
	( npcindex  155 )	
	( flag 
		( key 1)
		( desc "Moon-Hee's mother in Temporary Fort of Geum-Ohee Castle said that Moon-Yoo follows his sister's voice and walks through the Temporary Fort of Geum-Ohee Castle without intention. Find where the voice comes.")
		( param 265471 240851)
		( npcdesc "Ghost of [Moon-Hee]" )
		( level 30 )
		( npcindex  156 )
		( gotarget QUEST_NPC 156 1 1400)
	)
	( flag 
		( key 2)
		( desc "Moon-Hee, the ghost curses her mother and brother.  Find out Moon-Hee’s Doll burned with herself from Castoff Baby Ghost and bring it to Moon-Hee in Temporary Fort of Geum-Ohee Castle.")
		( param 265471 240851)
		( npcdesc "Ghost of [Moon-Hee]" )
		( level 30 )
		( npcindex  156 )
		(targetrect 1
			(index 208 (item) (color 0 255 0) 
				(rect 	(8207	7336	8319	7480)
				)
			)
		)
		( gotarget QUEST_NPC 156 1 1400)
	)
)

( task 
	( key 28)
	( name "Hunting Ghost")
	( desc "The ghost appeared with the deep fog took the Heung-Pae's Necklace of Wolf's Tooth and frightened you.")
	( npcindex  157 )
	( flag 
		( key 1)
		( desc "Eliminate the Ghost of Young Man who attacks people and get the Heung-Pae's Necklace of Wolf's Tooth back for Heung-Pae in Temporary Fort of Geum-Ohee Castle.")
		( param 266776 242953)
		( item 1 209 1 ) 
		( npcdesc "Fort Guard [Heung-Pae]" )
		( level 31 )
		( npcindex  157 )
		(targetrect 1
			(index 209 (item) (color 0 255 0) 
				(rect 	(8199	7216	8309	7341)
					(8261	7020	8284	7141)
				)
			)
		)
		( gotarget QUEST_NPC 157 1 1400)
	)	
)

( task 
	( key 29)
	( name "Bead of Ghost")
	( desc "The Chief Guard, Duk-Yoon tells you why the ghost haunts and how to purify the Bead of Ghost. Purify the ghosts and send them to their world.")
	( npcindex  158 )	
	( flag 
		( key 1)
		( desc "The Chief Guard, Duk-Yoon asked you to purify the Bead of Ghost containing Ghost of Young Woman. Purify 10 Beads of Ghosts and bring them to Duk-Yoon in Temporary Fort of Geum-Ohee Castle.")
		( param 267395 242330)
		( item 2 217 1 210 10)
		( npcdesc "Chief Guard [Duk-Yoon]" )
		( level 32 )
		( npcindex  158 )
		(targetrect 2
			(index 217 (item)
			)
			(index 210 (item) (color 0 255 0) 
				(rect 	(8140	7168	8339	7389)
					(8223	7047	8296	7156)
				)
			)
		)
		( gotarget QUEST_NPC 158 1 1400)
	)	
)

( task 
	( key 30)
	( name "Ghost of Blacksmith")
	( desc "The Guard, Soo-Go in n Temporary Fort of Geum-Ohee Castle asked you to purify the Bead of Blacksmith.")
	( npcindex  159 )
		
	( flag 
		( key 1)
		( desc "Purify 10 Beads of Blacksmithes and bring them to the Guard, Soo-Go in Temporary Fort of Geum-Ohee Castle.")
		( param 267341 242499)
		( item 1 211 10 )
		( npcdesc "Fort Guard [Soo-Go]" )
		( level 34 )
		( npcindex  159 )
		(targetrect 1
			(index 211 (item) (color 0 255 0) 
				(rect	(8270	7141	8409	7228)
					(8293	6998	8353	7134)
				)
			)
		)
		( gotarget QUEST_NPC 159 1 1400)
	)	
)

( task 
	( key 31)
	( name "Ghost of Friends")
	( desc "The Guard, Dan-Bok in Temporary Fort of Geum-Ohee Castle asked you to help the ghosts who were his friend go back to the Heaven.")
	( npcindex  160 )		
	( flag 
		( key 1)
		( desc "Purify the 10 Beads of Ghosts of Guards and bring them to the Guard, Dan-Bok in Temporary Fort of Geum-Ohee Castle.")
		( param 266904 243535)
		( item 1 212 10 )
		( npcdesc "Fort Guard [Dan-Bok]" )
		( level 35 )
		( npcindex  160 )
		(targetrect 1
			(index 212 (item) (color 0 255 0) 
				(rect (8256	6998	8409	7228)
				)
			)
		)
		( gotarget QUEST_NPC 160 1 1400)
	)	
)

( task 
	( key 32)
	( name "Undetected Ghost")
	( desc "The Guard, Ga-Gee in Temporary Fort of Geum-Ohee Castle told you the story about destroyed troops of Ghum-Ohee Castle and asked you to find out what the undetected Ghost is.")
	( npcindex  161 )		
	( flag 
		( key 1)
		( desc "Purify the Ghost of Fellow Traveler to the Other World and bring 10 of them to the guard, Ga-Gee in Temporary Fort of Geum-Ohee Castle.")
		( param 268201 244345)
		( item 1 213 10 )
		( npcdesc "Fort Guard [Ga-Gi]" )
		( level 37 )
		( npcindex  161 )
		(targetrect 1
			(index 213 (item) (color 0 255 0) 
				(rect (8256	6998	8409	7228)
				)
			)
		)
		( gotarget QUEST_NPC 161 1 1400)
	)	
)

( task 
	( key 33)
	( name "Dilemma of Jae-Ga Troop's Scouts")
	( desc "The Guard, Soo-Sung in Temporary Fort of Geum-Ohee Castle told you about the dilemma of the Scouts and asked you to purify the Sealed Ghost Troop.")
	( npcindex  162 )		
	( flag 
		( key 1)
		( desc "Purify the Sealed Ghost Troop who attacks Jae-Ga Troop's Scouts and collect 10 Beads and bring them to Fort Guard [Soo-Sung] in Temporary Fort of Geum-Ohee Castle.")
		( param 267999 243311)
		( item 1 214 10 )
		( npcdesc "Fort Guard [Soo-Sung]" )
		( level 38 )
		( npcindex  162 )	
		(targetrect 1
			(index 214 (item) (color 0 255 0) 
				(rect	(8256	6998	8409	7228)
				)
			)
		)
		( gotarget QUEST_NPC 162 1 1400)
	)	
)

( task 
	( key 34)
	( name "Devil Soldier with Bow")
	( desc "The Soldier, Yoo-Sang in Jae-Ga troops in Temporary Fort of Geum-Ohee Castle, asked you to eliminate the Devil Soldier Bow around the Geum-Ohee Castle.")
 	( npcindex  163 )	
	
	( flag 
		( key 1)
		( desc "Collect 10 bows from the Devil Soldier Bow and bring them to Soldier from Troop of Jae-Ga [Yoo-Sang].")
		( param 268844 243518)
		( item 1 215 10 )
		( npcdesc "Soldier from Troop of Jae-Ga [Yoo-Sang]" )
		( level 39 )
		( npcindex  163 )
		(targetrect 1
			(index 215 (item) (color 0 255 0) 
				(rect	(8335 7025 8458 7147)
					(8324 6947 8361 6953)
					(8367 6962 8376 6990)
				)
			)
		)
		( gotarget QUEST_NPC 163 1 1400)
	)	
)

( task 
	( key 35)
	( name "Lim-Gang's Favor")
	( desc "The Soldier, Lim-Gang in Jae-Ga troops in Temporary Fort of Geum-Ohee Castle, wants to have Devil Soldier's Spear.")
	( npcindex  164 )	
		
	( flag 
		( key 1)
		( desc "Collect 10 Devil Soldier's Spears from the Devil Soldier Spear and bring them to Lim-Gang in Temporary Fort of Geum-Ohee Castle.")
		( param 268192 243963)
		( item 1 216 10 )
		( npcdesc "Soldier from Troop of Jae-Ga [Lim-Gang]" )
		( level 40 )
		( npcindex  164 )
		(targetrect 1
			(index 216 (item) (color 0 255 0) 
				(rect	(8345 7039 8419 7153)
				)
			)
		)
		( gotarget QUEST_NPC 164 1 1400)
	)	
)

( task 
	( key 36)
	( name "Dutiful Son and His Father")
	( desc "It's been so long since To-Woo's son left home and he's been never come back. But oddly enough, someone brings the medicine and meats that helps recover To-Woo's health.")
	( npcindex  184 )	
	( flag 
		( key 1)
		( desc "To-Woo worries about his son, Hyun-Woong. To-Woo has a disease and he can't look around for his son. Look for his son for To-Woo.")
		( param 274423 232140)
		( npcdesc "Hyun-Woong" )
		( level 41 )
		( npcindex  185 )	
		( gotarget QUEST_NPC 185 1 1500)
	)
	( flag 
		( key 2)
		( desc "Hyun-Woong was killed when he seek the mountain for his father's medicine. But he still worries about his father though he has turned into a ghost. It was him who has been brought the medicine and meats to his father. However one day, the demons stole his meats and medicines. Bring the demon's head to Hyun-Woong. It is wandering around the abandoned fort.")
		( param 274423 232140)
		( item 1 335 1 )
		( npcdesc "Hyun-Woong" )
		( level 41 )
		( npcindex  185 )
		(targetrect 1
			(index 335 (item) (color 0 255 0) 
				(rect	(8485 7382 8589 7423)
				)
			)
		)
		( gotarget QUEST_NPC 185 1 1500)
	)	
	( flag 
		( key 3)
		( desc "Hyun-Woong doesn't want his father to know about his death. He just wants his father think that he travels around the world. Go to tell the father about Hyun-Woong.")
		( param 267231 242889)
		( npcdesc "To-Woo" )
		( level 41 )
		( npcindex  184 )
		( gotarget QUEST_NPC 184 1 1400)
	)		
)

( task 
	( key 37)
	( name "[Mission for Getting Ancient Animal] Doggebi, Chang's Favor")
	( desc "Doggebi, Chang in Narootuh village who takes care of ancient animals worries that he lost a keg of talisman. The keg of talisman is needed to take care of ancient animals. If the Chang's master got to know about this, Chang would be in trouble. Help Chang.")
	( npcindex  186 )	
		
	( flag 
		( key 1)
		( desc "Chang asked you to find a keg of talisman. The keg of talisman was taken by the naughty Doggebi. The naughty Doggebi is near by the village of Jook-Suh Cargo Station.")
		( param 257919 259110)
		( item 1 336 1 )
		( npcdesc "Takes Care of Ancient Animals by [Chang]" )
		( level 15 )
		( npcindex  186 )
		(targetrect 1
			(index 336 (item) (color 0 255 0) 
				(rect	(8331 8157 8381 8165)
					(8262 8144 8375 8232)
				)
			)
		)
		( gotarget QUEST_NPC 186 1 1000)
	)	
	( flag 
		( key 2)
		( desc "Chang wants to give you an ancient animal for a reward. But he has to take care of the animals now. Talk to Chang after a moment.")
		( param 257919 259110)
		( npcdesc "Takes Care of Ancient Animals by [Chang]" )
		( level 15 )
		( npcindex  186 )	
		( gotarget QUEST_NPC 186 1 1000)
	)
)

( task 
	( key 38)
	( name "Favor of Gi-Jung, the Chief of the Volunteer Army of Justice")
	( desc "The Volunteer Army of Justice finds and punishes the corrupt government officers for the country. The man in front of you is the chief of the Volunteer Army of Justice and he asks you for a help.")
	( npcindex  191 )	
	( flag 
		( key 1)
		( desc "The man who introduced himself as the chief of the Volunteer Army of Justice asks you for a help. He want you to investigate Hong-Joon. First, find Hawoo-Go the devoted retainer of Hong-Joon. Hawoo-Go is in the Village of Narootuh.")
		( param 257043 259108)
		( npcdesc "[Ha-Woogo]" )
		( level 42 )
		( npcindex  193 )	
		( gotarget QUEST_NPC 193 1 1000)
	)	
	( flag 
		( key 2)
		( desc "Hawoo-Go is forced to say that he gave Hong-Joon's secret letter to Ma-Yong. It was correct that Hong-Joon is holding the power of the market. I just took the Hong-Joon's secret letter. Please get this to Ma-Yong. And find the transaction of trading between Hong-Joon and Ma-Yong. Ma-Yong is at Guem-Oh Mine.")
		( param	265163 285418) ;( param 267705 243137)
		( item 1 340 1 )
		( npcdesc "[Ma-Yong]" )
		( level 42 )
		( npcindex  194 )	
		( gotarget QUEST_NPC 194 1 1200)
	)
	( flag 
		( key 3)
		( desc "Because Ma-Yong thinks you're the secret messenger of Hong-Joon, Ma-Yong give you the feedback for the secret letter. Now it's been cleared that Hong-Joon gave the money Ma-Yong for monopoly of market. Inform this fact to Gi-Jung, the chief of the Volunteer Army of Justice.")
		( param 267705 243137)
		( npcdesc "Red Flag's Leader [Gee-Jung]" )
		( level 42 )
		( npcindex  191 )	
		( gotarget QUEST_NPC 191 1 1400)
	)
	( flag 
		( key 4)
		( desc "When you met Gi-Jung, Gi-Jung tells you that Ma-Yong and Hong-Joon found out relationship between you and Gi-Jung. And they sent 5 assassins to Gi-Jung. Now, find the assassins and bring their heads to Gi-Jung.")
		( param 267705 243137)
		( item 5 341 1 342 1 343 1 344 1 345 1)
		( npcdesc "Red Flag's Leader [Gee-Jung]" )
		( level 42 )
		( npcindex  191 )
		(targetrect 5
			(index 341 (item) (color 0 255 0) 
				(rect	(8446 7511 8510 7562)
				)
			)
			(index 342 (item) (color 0 255 0) 
				(rect	(8496 7423 8559 7490)
				)
			)
			(index 343 (item) (color 0 255 0) 
				(rect	(8621 7401 8626 7454)
				)
			)
			(index 344 (item) (color 0 255 0) 
				(rect	(8671 7319 8676 7399)
				)
			)
			(index 345 (item) (color 0 255 0) 
				(rect	(8691 7539 8695 7597)
				)
			)
		)	
		( gotarget QUEST_NPC 191 1 1400)
	)
)

( task 
	( key 39)
	( name "Eliminating Devil Troop of Pain")
	( desc "Because the number of Devil Troops is increasing, we're having a hard time to eliminate them. Help eliminate them.")
	( npcindex  195 )		
	( flag 
		( key 1)
		( desc "Bring 100 Devil Troop of Pain's Masks to Woo-Joong in Temporary Fort of Geum-Ohee Castle. The Devil Troop of Pain is in the Forest of Statues.")
		( param 268145 243451)
		( item 1 346 100 )
		( npcdesc "Mask of Ghost Hunter [Woo-Joong]" )
		( level 41 )
		( npcindex  195 )
		(targetrect 1
			(index 346 (item) (color 0 255 0) 
				(rect	(8766 7406 8892 7480)
					(8578 7336 8616 7405)
					(8552 7548 8591 7626)
				)
			)
		)
		( gotarget QUEST_NPC 195 1 1400)
	)
)

( task 
	( key 40)
	( name "Eliminating Devil Troop of Greed")
	( desc "Because the number of Devil Troops is increasing, we're having a hard time to eliminate them. Help eliminate them.")
	( npcindex  196 )		
	( flag 
		( key 1)
		( desc "Bring 100 Devil Troop of Greed's Masks to Joa-Ill in Temporary Fort of Geum-Ohee Castle. The Devil Troop of Greed is in the Forest of Statues.")
		( param 268165 243451)
		( item 1 347 100 )
		( npcdesc "Mask of Ghost Hunter [Joa-Ill]" )
		( level 42 )
		( npcindex  196 )
		(targetrect 1
			(index 347 (item) (color 0 255 0) 
				(rect	(8766 7406 8892 7480)
					(8578 7336 8616 7405)
					(8552 7548 8591 7626)
					(8590 7396 8639 7465)
				)
			)
		)
		( gotarget QUEST_NPC 196 1 1400)
	)
)

( task 
	( key 41)
	( name "Eliminating Devil Troop of Jealousy")
	( desc "Because the number of Devil Troops is increasing, we're having a hard time to eliminate them. Help eliminate them.")
	( npcindex  197 )		
	( flag 
		( key 1)
		( desc "Bring 100 Devil Troop of Jealousy's Masks to Geun-Pyung in Temporary Fort of Geum-Ohee Castle. The Devil Troop of Jealousy is in the Forest of Statues.")
		( param 268185 243451)
		( item 1 348 100 )
		( npcdesc "Mask of Ghost Hunter [Geun-Pyung]" )
		( level 43 )
		( npcindex  197 )
		(targetrect 1
			(index 348 (item) (color 0 255 0) 
				(rect	(8638 7439 8697 7583)
				)
			)
		)
		( gotarget QUEST_NPC 197 1 1400)
	)
)

( task 
	( key 42)
	( name "Eliminating Devil Troop of Hatred")
	( desc "Because the number of Devil Troops is increasing, we're having a hard time to eliminate them. Help eliminate them.")
	( npcindex  198 )		
	( flag 
		( key 1)
		( desc "Bring 100 Devil Troop of Hatred's Masks to Dan-Joong in Temporary Fort of Geum-Ohee Castle. The Devil Troop of Hatred is in the Forest of Statues.")
		( param 268205 243451)
		( item 1 349 100 )
		( npcdesc "Mask of Ghost Hunter [Dan-Joong]" )
		( level 44 )
		( npcindex  198 )
		(targetrect 1
			(index 349 (item) (color 0 255 0) 
				(rect	(8690 7465 8703 7533)
					(8661 7298 8752 7440)
				)
			)
		)
		( gotarget QUEST_NPC 198 1 1400)
	)
)

( task 
	( key 43)
	( name "Eliminating Devil Troop of Madness")
	( desc "Because the number of Devil Troops is increasing, we're having a hard time to eliminate them. Help them.")
	( npcindex  199 )	
	( flag 
		( key 1)
		( desc "Bring 100 Devil Troop of Madness's Masks to Choi-Choong in Temporary Fort of Geum-Ohee Castle. The Devil Troop of Madness is in the Forest of Statues.")
		( param 268225 243451)
		( item 1 350 100 )
		( npcdesc "Mask of Ghost Hunter [Choi-Choong]" )
		( level 45 )
		( npcindex  199 )	
		(targetrect 1
			(index 350 (item) (color 0 255 0)
				(rect	(8690 7465 8703 7533)
					(8661 7298 8752 7440)
				)
			)
		)
		( gotarget QUEST_NPC 199 1 1400)
	)
)

( task 
	( key 44)
	( name "A Favor of the Doggebi Who Wants To Be a Friend with Humans")
	( desc "There's a Doggebi who wants to be a friend with humans but he worries about something. He was making a doll for hunman children but the Devil Troop took it away. Help him out.")
	( npcindex  203 )	
	( flag 
		( key 1)
		( desc "The Doggebi said that the Devil Troop of Anger took the doll away. Please take the doll back from Devil Troop of Anger and bring it to the Doggebi.")
		( param 274412 241958)
		( item 1 355 1 )
		( npcdesc "Doggebi Who Wants To Be a Friend with Humans" )
		( level 45 )
		( npcindex  203 )
		(targetrect 1
			(index 355 (item) (color 0 255 0) 
				(rect	(8749 7324 8780 7375)
					(8739 7448 8776 7502)
				)
			)
		)
		( gotarget QUEST_NPC 203 1 1500)
	)
	( flag 
		( key 2)
		( desc "The Doggebi is so sad that the doll is broken. Meet the doll craftsman of Gill-Jun for the Doggebi. He may fix the doll.")
		( param 268266 243057)
		( item 1 355 1 )
		( npcdesc "Doll Craftsman [Gill-Jun]" )
		( level 45 )
		( npcindex  204 )
		(targetrect 1
			(index 355 (item) (color 0 255 0) 
				(rect	(8749 7324 8780 7375)
					(8739 7448 8776 7502)
				)
			)
		)
		( gotarget QUEST_NPC 204 1 1400)
	)
	( flag 
		( key 3)
		( desc "The doll fixed by Gill-Jun now looks good. The Doggebi will like it. Give the doll back to the Doggebi.")
		( param 274412 241958)
		( item 1 356 1 )
		( npcdesc "Doggebi Who Wants To Be a Friend with Humans" )
		( level 45 )
		( npcindex  203 )	
		( gotarget QUEST_NPC 203 1 1500)
	)
)

( task 
	( key 45)
	( name "Seoung-Gill Who is Wandering the World")
	( desc "Seoung-Gill who became a ghost and wanders around asking you to listen to him. He told you that he didn't kill Yong-Chun, but people think he did so. He looked for the real murderer in the Forest of Statues and he was killed by the Devil Troops.")
	( npcindex  206 )	
	
	( flag 
		( key 1)
		( desc "First, go to the villagers and say he's not the murderer, and meet the Yong-Chun's friend, Ma-Gill in Temporary Fort of Geum-Ohee Castle. But Ma-Gill believes that Seoung-Gill killed Yong-Chun.")
		( param 268194 242452)
		( npcdesc "[Ma-Gill]" )
		( level 43 )
		( npcindex  207 )	
		( gotarget QUEST_NPC 207 1 1400)
	)
	( flag 
		( key 2)
		( desc "Ma-Gill didn't listen to you and he just yelled at you. Talk to Seoung-Gill about the situation.")
		( param 271611 237286)
		( npcdesc "[Seoung-Gill]" )
		( level 43 )
		( npcindex  206 )	
		( gotarget QUEST_NPC 206 1 1500)
	)
	( flag 
		( key 3)
		( desc "Seoung-Gill got disheartened as he couldn't clear his dishonor. But he let you know some pieces of information about the real murderer. The murderer must be around the South Beach of Guem-Ohee Castle.")
		( param 271611 237286)
		( item 2 357 1 358 1 )
		( npcdesc "[Seoung-Gill]" )
		( level 43 )
		( npcindex  206 )
		(targetrect 2
			(index 357 (item) (color 0 255 0) 
				(rect	(8532 7586 8672 7610)
				)
			)
			(index 358 (item) (color 0 255 0) 
				(rect	(8532 7586 8672 7610)
				)
			)
		)
		( gotarget QUEST_NPC 206 1 1500)
	)
	( flag 
		( key 4)
		( desc "You brought Yong-Chun's head skin and the secret letter to Seoung-Gill. Surprisingly the name of Ma-Gill is on the letter. Ma-Gill loved Yong-Chun's wife and finally he asked an assassin to kill Yong-Chun. Tell all these stories to Seung-Gill. And go back to Ma-Gill.")
		( param 268194 242452)
		( item 2 357 1 358 1 )
		( npcdesc "[Ma-Gill]" )
		( level 43 )
		( npcindex  207 )
		(targetrect 2
			(index 357 (item) (color 0 255 0) 
				(rect	(8532 7586 8672 7610)
				)
			)
			(index 358 (item) (color 0 255 0) 
				(rect	(8532 7586 8672 7610)
				)
			)
		)
		( gotarget QUEST_NPC 207 1 1400)
	)
	( flag 
		( key 5)
		( desc "Ma-Gill decided to confess what he had done. Go back to Seung-Gill again and tell him about it.")
		( param 271611 237286)
		( npcdesc "[Seoung-Gill]" )
		( level 43 )
		( npcindex  206 )	
		( gotarget QUEST_NPC 206 1 1500)
	)
	( flag 
		( key 6)
		( desc "You brought Yong-Chun's head skin to Seoung-Gill. Show this to Ma-Gill in Temporary Fort of Geum-Ohee Castle.")
		( param 268194 242452)
		( npcdesc "[Ma-Gill]" )
		( level 43 )
		( npcindex  207 )
		(targetrect 1
			(index 357 (item) (color 0 255 0) 
				(rect	(8532 7586 8672 7610)
				)
			)
		)
		( gotarget QUEST_NPC 207 1 1400)
	)
	( flag 
		( key 7)
		( desc "Ma-Gill found out who the real murderer was, and he apologized to Seung-Gill. Seung-Gill must want to hear about this news and will be delighted.")
		( param 271611 237286)
		( npcdesc "[Seoung-Gill]" )
		( level 43 )
		( npcindex  206 )	
		( gotarget QUEST_NPC 206 1 1500)
	)
)

( task 
	( key 46)
	( name "Escape of Hak-Goo")
	( desc "Hak-Goo who had been patrolling the Geum-Ohee Castle was surrounded by the Devil Soldiers. He tried to escape from them, but accidentally the Devil Soldiers took his rope and he can't climb down from the castle. Help Hak-Goo out.")
	( npcindex  209 )	
		
	( flag 
		( key 1)
		( desc "Devil Troop of Hatred took Hak-Goo's rope away. Help Hak-Goo out. He's so afraid.")
		( param 263222 225746)
		( item 1 359 1 )
		( npcdesc "[Hak-Goo]" )
		( level 44 )
		( npcindex  209 )
		(targetrect 1
			(index 349 (item) (color 0 255 0) 
				(rect	(8690 7465 8703 7533)
					(8661 7298 8752 7440)
				)
			)
		)
		( gotarget QUEST_NPC 209 1 1700)
	)
)

( task 
	( key 9001)
	( name "[Event] Beginning of Long Journey")
	( desc "You were the chief of a troop and your entire troops lost from the battle even the lord. You lost your memory since you lost the war but you saved your life by Chun-Sooin's help.")
	( npcindex 1224 )	
	( flag 
		( key 1)
		( desc "Go to Chun-Sooin and say thank you. He's your life saver.")
		( param 256837 258986)
		( npcdesc "[Chun-Sooin]" )
		( level 1 )
		( npcindex 93 )
		( gotarget QUEST_NPC 93 1 1000)
	)
	( flag 
		( key 2)
		( desc "Chun-Sooin asks you for taking a stirrup back from the demons. The stirrup is taken by the low level of demons. Find the stirrup for helping Chun-Sooin.")
		( param 256837 258986)
		( npcdesc "[Chun-Sooin]" )
		( level 1 )
		( npcindex 93 )
		( item 1 169 1 )
		(targetrect 1
			(index 169 (item) (color 0 255 0) 
				(rect	(7977 8217 8010 8253)
					(8082 8219 8108 8249)
					(8092 8182 8131 8217)
					(8171 7982 8220 8041)
				)
			)
		)
		( gotarget QUEST_NPC 93 1 1000)
	)
)

( task 
	( key 9002)
	( name "[Event] Appointment of General In-Pill")
	( desc "The general, In-Pill won on a lot of battles as a good leader. He is also admired and trusted by the people. Now he's looking for some soldiers who have good abilities in Jook-Suh Cargo Station. It's a good chance for you to fight with the demons.")
	( npcindex 94 )
    (prequest 9001)	
	( flag 
		( key 1)
		( desc "The strategist of general, In-Pill, Sae-Ryu is now accepting the application for being a soldier. Meet Sae-Ryu for the application.")
		( param 256479 257052)
		( npcdesc "[Sae-Ryu]#n" )
		( level 1 )
		( npcindex 94 )
		( gotarget QUEST_NPC 94 1 1000)
	)
	( flag 
		( key 2)
		( desc "Sae-Ryu wants to test your ability. And he asked you to collect 30 Demon Escort's Heads.")
		( param 256479 257052)
		( item 1 170 30 )
		( npcdesc "[Sae-Ryu]" )
		( level 1 )
		( npcindex 94 )
		(targetrect 1
			(index 170 (item) (color 0 255 0) 
				(rect	(7975 8315 8264 8413)
					(8195 7961 8300 8056)
					(8215 8092 8294 8140)
					(8305 8235 8385 8329)
				)
			)
		)
		( gotarget QUEST_NPC 94 1 1000)
	)
	( flag 
		( key 3)
		( desc "Sae-Ryu admitted your ability and gave you a recommendation for the general, In-Pill. Meet the general, In-Pill in Jook-Suh Cargo Station.")
		( param 265568 262006)
		( npcdesc "General [In-Pill]" )
		( level 1 )
		( npcindex 95 )
		( gotarget QUEST_NPC 95 1 1100)
	)
	( flag 
		( key 4)
		( desc "The general, In-Pill hired you and gave you a mission. The mission is to eliminate all the Big Handed Inhabitants located between Geum-Oh Mine and Narootuh. And get its Head as evidence. This is your first mission from the general and you must complete it successfully.")
		( param 265568 262006)
		( item 1 171 1 )
		( npcdesc "General [In-Pill]" )
		( level 1 )
		( npcindex 95 )
		(targetrect 1
			(index 171 (item) (color 0 255 0) 
				(rect	(8265 7970 8428 8580)
				)
			)
		)
		( gotarget QUEST_NPC 95 1 1100)
	)
	( flag 
		( key 5)
		( desc "The general, In-Pill is proud of your achievement and he gave you the second mission. Get your second mission from Sae-Ryu.")
		( param 256479 257052)
		( npcdesc "[Sae-Ryu]" )
		( level 1 )
		( npcindex 94 )
		( gotarget QUEST_NPC 94 1 1000)
	)
	( flag 
		( key 6)
		( desc "Sae-Ryu wants you to take a scabbard back. It's In-Pill’s Scabbard and it's lost from the battle. It must be kept by the Demon Carcass Scavenger. Get the scabbard and give it back to the general, In-Pill.")
		( param 265568 262006)
		( item 1 172 1 )
		( npcdesc "General [In-Pill]" )
		( level 1 )
		( npcindex 95 )
		(targetrect 1
			(index 172 (item) (color 0 255 0) 
				(rect	(8237 8319 8413 8630)
				)
			)
		)
		( gotarget QUEST_NPC 95 1 1100)
	)
)

( task 
	( key 9003)
	( name "[Event] Favor of the Governor of Geum-Ohee Castle")
	( desc "The general, In-Pill put a favor of the governor of Geum-Ohee Castle on you. Do his favor on behalf of In-Pill.")
	( npcindex 95 )
    (prequest 9002)	
	( flag 
		( key 1)
		( desc "The Big Handed Blue Warriors are blocking the southern entrance of the Geum-Oh Mine. Eliminate the Big Handed Blue Warriors and bring their heads to HyungJoo-SeungGong in Guem-Oh Mine. He will be happy if you give 40 heads to HyungJoo-SeungGong.")
		( param 264924 285906)
		( item 1 173 40 )
		( npcdesc "HyungJoo-SeungGong" )
		( level 1 )
		( npcindex 96 )
		(targetrect 1
			(index 173 (item) (color 0 255 0) 
				(rect	(8084 8651 8399 8897)
				)
			)
		)
		( gotarget QUEST_NPC 96 1 1200)
	)
	( flag 
		( key 2)
		( desc "HyungJoo-SeungGong want you to get stronger for fighting with the demons. Please go back to HyungJoo-SeungGong if your level comes to 30. HyungJoo-SeungGong will tell you what you can do.")
		( param 264924 285906)
		( npcdesc "HyungJoo-SeungGong" )
		( level 30 )
		( npcindex 96 )
		( gotarget QUEST_NPC 96 1 1200)
	)
)

( task 
	( key 9004)
	( name "[Event] Entering the Government Service!")
	( desc "By the HyungJoo-SeungGong's recommendation, you enter the government service. Meet the lord, Jin-Pyung in Geum-Oh Mine. He'll help you to enter the government service.")
	( npcindex 96 )	
    (prequest 9003)	
	( flag 
		( key 1)
		( desc "HyungJoo-SeungGong recommended you for  entering the government service. Now you became an Apprentice in Naraeha. Meet the lord, Jin-Pyung in Geum-Oh Mine. He'll help you to enter the government service.")
		( param 267622 283253)
		( npcdesc "Master [Jin-Pyung]" )
		( level 30 )
		( npcindex 97 )
		( gotarget QUEST_NPC 97 1 1200)
	)
	( flag 
		( key 2)
		( desc "Lord, Jin-Pyung gives you a final mission for the government post. Get the Head of the Demon Commander and prove your ability. Then, he finally give you the government position.")
		( param 267622 283253)
		( npcdesc "Master [Jin-Pyung]" )
		( item 1 181 1 )
		( level 30 )
		( npcindex 97 )
		(targetrect 1
			(index 181 (item) (color 0 255 0) 
				(rect	(8139 9026 8168 9037)
				)
			)
		)
		( gotarget QUEST_NPC 97 1 1200)
	)
)
( task 
	( key 9005)
	( name "[Event] Afterimage of Red Feather")
	( desc "With the Lord, Jin-Pyung's help, you got a government position and you found out the Red Feather in your memory. Lord, Jin-Pyung asked you to meet Mr. Hyun-Choong in Geum-Ohee Castle.")
	( npcindex 97 )
    (prequest 9004)	

	( flag 
		( key 1)
		( desc "Meet Mr. Hyun-Choong at Temporary Fort of Geum-Ohee Castle. He's a famous wise man. He may find your memory back.")
		( param 267699 242298)
		( npcdesc "Hyun-Choong" )
		( level 30 )
		( npcindex 166 )
		( gotarget QUEST_NPC 166 1 1400)
	)
	( flag 
		( key 2)
		( desc "The Red Feather in your memory, makes you confuse and headache. Mr. Hyun-Choong told you that the Red Feather represents the general, Gwa-bo and asked you to meet Mr. Jin-Haeryang who's the friend of the general, Gwa-bo. Mr. Jin-Haeryang is at Temporary Fort of Geum-Ohee Castle.")
		( param 268472 243389)
		( npcdesc "Jin-Haeryang" )
		( level 30 )
		( npcindex 167 )
		( gotarget QUEST_NPC 167 1 1400)
	)
	( flag 
		( key 3)
		( desc "Mr. Jin-Haeryang looks so busy and doesn't care about you. But Mr. Jin-Haeryang asks you a favor to collect 100 spirits in the talismans. Collect 100 spirits by using the talismans in the keg.")
		( param 268472 243389)
		( npcdesc "Jin-Haeryang" )
		( item 1 226 100 )
		( level 30 )
		( npcindex 167 )
		(targetrect 1
			(index 226 (item) (color 0 255 0) 
				(rect	(8140 6995 8409 7476)
				)
			)
		)
		( gotarget QUEST_NPC 167 1 1400)
	)
)

( task 
	( key 9006)
	( name "[Event] Evil Mind of Ban-go")
	( desc "Jin-Haeryang The general, Gwa-bo was a strong general when he was alive. The Red Feather and the Red Flag of Gwa-bo are not defined yet.")
	( npcindex 167 )
    (prequest 9005)	
	( flag 
		( key 1)
		( desc "Mr. Jin-Haeryang asks you to see the Jae-Ga who's the chief soldier of Temporary Fort of Geum-Ohee Castle. But you're so tired. Rest your self while you're listening to the people.")
		( param 268838 243499)
		( item 3 234 1 235 1 236 1 )
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 30 )
		( npcindex 109 )
		( gotarget QUEST_NPC 109 1 1400)

	)
	( flag 
		( key 2)
		( desc "Jae-Ga tells you about the plan to attack the demons of Geum-Ohee Castle. But they don't have enough information. Collect the information and give the information to Jae-Ga. Behead all the Devil Soldiers' heads around Geum-Ohee Castle.")
		( param 268838 243499)
		( item 5 227 1 228 1 229 1 230 1 231 1 )
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 30 )
		( npcindex 109 )
		(targetrect 5
			(index 227 (item) (color 0 255 0) 
				(rect	(8323 7100 8344 7139)
					(8269 6942 8367 6989)
				)
			)
			(index 228 (item) (color 0 255 0) 
				(rect	(8326 7071 8444 7147)
				)
			)
			(index 229 (item) (color 0 255 0) 
				(rect	(8333 7028 8445 7138)
				)
			)
			(index 230 (item) (color 0 255 0) 
				(rect	(8369 7106 8425 7153)
					(8364 7032 8403 7083)
				)
			)
			(index 231 (item) (color 0 255 0) 
				(rect (8340 7036 8414 7082)
				)
			)
		)
		( gotarget QUEST_NPC 109 1 1400)
	)
	( flag 
		( key 3)
		( desc "You get confuse and headache again. It seems that your past must be related with Ban-go. Help Jae-Ga and fight with the Devil Soldiers in Geum-Ohee Castle. Behead the Devil Monsters' heads for raising the morale.")
		( param 268838 243499)
		( item 2 232 1 233 1 )
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 30 )
		( npcindex 109 )
		(targetrect 2
			(index 232 (item) (color 0 255 0) 
				(rect	(8364 7032 8403 7083)
				)
			)
			(index 233 (item) (color 0 255 0) 
				(rect	(8364 7032 8403 7083)
				)
			)
		)
		( gotarget QUEST_NPC 109 1 1400)
	)
	( flag 
		( key 4)
		( desc "Jae-Ga troop succeeded the surprise attack but failed to get the Geum-Ohee Castle back. The tomb stone and the distorted space are found in the center of the Geum-Ohee Castle and the enemies are coming from there.[Next Event is updated. Go back to Jae-Ga again.]")
		( param 268838 243499 )
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 30 )
		( npcindex 109 )
		( gotarget QUEST_NPC 109 1 1400)
	)
)

( task 
	( key 9007)
	( name "[Event] Green of Doggebi Forest")
	( desc "The war between the Devil Troops who invade the Forest of Statues(Doggebi Forest) and the Doggebis are getting bigger and bigger. Doggebis are starting to attack humans now. The demons absorb the power of the forest by using the Devil Troops' power. The power of the forest is the source of Doggebis' power. We have to stop the Devil Troops.")
	( npcindex 109 )
    (prequest 9006)	
	( flag 
		( key 1)
		( desc "Eliminate the Devil Troops that are absorbing the green. Get the Green Crystal of Doggebi Forest and give it to Jae-Ga.")
		( param 268838 243499)
		( item 1 448 1 )
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 30 )
		( npcindex 109 )
		(targetrect 1
			(index 448 (item) (color 0 255 0) 
				(rect	(8704 7360 8882 7531)
				)
			)
		)
		( gotarget QUEST_NPC 109 1 1400)
	)
)

( task 
	( key 9008)
	( name "[Event] Angry Doggebi Troop")
	( desc "Jae-Ga tells you that the Doggebi Master needs your help. They're threatening race for human but Doggebis love peace and dance for a long time. You can find out why Doggebis are turned by meeting the Master Doggebi.")
	( npcindex 109 )
    (prequest 9007)	
	
	( flag 
		( key 1)
		( desc "Jae-Ga tells you that the Doggebi Master needs your help. According to Jae-Ga, Doggebi Master won't harm you. He's at the Forsaken Fort which in the Forest of Statues. Meet the Master Doggebi.")
		( param 273331 232000)
		( npcdesc "Doggebi Master" )
		( level 44 )
		( npcindex 266 )
		( gotarget QUEST_NPC 266 1 1500)
	)
	( flag 
		( key 2)
		( desc "Master Doggebi tells that Doggebis are turned bad by the Angry Doggebi Troop. They must be purified. Take the Spirit of Doggebi of Monster Face, the Spirit of Doggebi with a Gong, Spirit of Drunken Doggebi, Spirit of Doggebi with a Mask of Black Crow, Spirit of Doggebi with a Mask of Black Panther, Spirit of Giant Doggebi, and Spirit of Guardian of Doggebi to the Master Doggebi.")
		( param 273331 232000)
		( item 7 449 1 450 1 451 1 452 1 453 1 454 1 455 1 )
		( npcdesc "Doggebi Master" )
		( level 44 )
		( npcindex 266 )
		(targetrect 7
			(index 449 (item) (color 0 255 0) 
				(rect	(8780 7476 8869 7539)
					(8567 7489 8618 7537)
				)
			)
			(index 450 (item) (color 0 255 0) 
				(rect	(8769 7411 8885 7477)
				)
			)
			(index 451 (item) (color 0 255 0) 
				(rect	(8802 7344 8863 7398 )
				)
			)
			(index 452 (item) (color 0 255 0) 
				(rect	(8839 7372 8881 7379)
				)
			)
			(index 453 (item) (color 0 255 0) 
				(rect	(8808 7374 8818 7413)
				)
			)
			(index 454 (item) (color 0 255 0) 
				(rect	(8839 7372 8881 7379)
				)
			)
			(index 455 (item) (color 0 255 0) 
				(rect (8882 7439 8898 7473)
				)
			)
		)
		( gotarget QUEST_NPC 266 1 1500)
	)
	( flag 
		( key 3)
		( desc "For stopping the Angry Doggebi Troop's action, the chief of the Angry Doggebi Troop must be eliminated. The chief of Troop of Angry Doggebi give up the eternal life for obtaining the strong power. Bring his dead body to the Master Doggebi. He's near by the pavilion in the south  beach of the Forest of Statues.")
		( param 273331 232000)
		( item 1 456 1 )
		( npcdesc "Doggebi Master" )
		( level 44 )
		( npcindex 266 )
		(targetrect 1
			(index 456 (item) (color 0 255 0) 
				(rect	(8704 7360 8882 7531)
				)
			)
		)
		( gotarget QUEST_NPC 266 1 1500)
	)
)

( task 
	( key 9009)
	( name "[Event] New Government Position!")
	( desc "You completed all the missions from Master Doggebi. Now, you can go back to Jae-Ga and report your missions.")
	( npcindex 266 )
    (prequest 9008)	

	( flag 
		( key 1)
		( desc "Return to Jae-Ga and report your missions from the Master Doggebi. Jae-Ga will give you a new government position but you must be level 50 or above.")
		( param 268838 243499)
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 50 )
		( npcindex 109 )
		( gotarget QUEST_NPC 109 1 1400)
	)
	( flag 
		( key 2)
		( desc "You got the new government position and ready for a new journey. But you need a rest before that. Get ready for the next journey while you're resting. [Next Event is coming soon...]")
		( param 268838 243499)
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 50 )
		( npcindex 109 )
		( gotarget QUEST_NPC 109 1 1400)
	)
    ( flag 
		( key 3)
		( desc "You got the new government position and ready for a new journey. But you need a rest before that. Get ready for the next journey while you're resting. [Next Event is coming soon...]")
		( param 268838 243499 )
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 50 )
		( npcindex 109 )
		( gotarget QUEST_NPC 109 1 1400)
	)
)

;------------------------------------------------------------------------------------------------------------------------------------------------------------51~70LV 퀘스트 시작
( task 
	( key 9012)
	( name "[Event] Be chase the escaped prisoner.")
	( desc "You will rest in the town, hear the noise of the town and went to find [Jae-Ga]. NPC is saying that one Doggebi had escaped, you said would track the Doggebi.")
    ( param 268838 243499 )
	( npcindex 109 )
    (prequest 9008)	

	( flag 
		( key 1)
		( desc "Looking for a witness about the escape Doggebi in Geum-Ohee Castle.")
		( param 274401 241957 )
		( npcdesc "Doggebi Who Wants To Be a Friend with Humans" )
		( level 51 )
		( npcindex 203 )
        ( gotarget QUEST_NPC 203 1 1500)
	)
)

( task 
	( key 9013)
	( name "[Event] Favor of witness Doggebi")
	( desc "The escaped the Doggebi's the only witness is [Doggebi Who Wnats To Be a Friend with Humans]. Before he provides information, said to have one asked.")
    ( param 274373 241959 )
	( npcindex 203 )
    (prequest 9012)

	( flag 
		( key 1)
		( desc "The escaped the Doggebi's the only witness is [Doggebi Who Wnats To Be a Friend with Humans]. Before he provides information, said to have one asked.")
		( param 274401 241957 )
		( npcdesc "Doggebi Who Wants To Be a Friend with Humans" )
        ( target 1 49 50 )
        (targetrect 1	
            (index 49 (monster) (color 0 255 0)
				(rect (8801 7470 8843 7488))
            )
        )
		( level 51 )
		( npcindex 203 )
        ( gotarget QUEST_NPC 203 1 1500)
	)
	( flag 
		( key 2)
		( desc "Talk with [Doggebi Who Wants To Be a Friend with Humans].")
        ( param 231272 294673 )
        ( npcdesc "Doggebi Who Wants To Be a Friend with Humans" )
		( level 31 )
        ( npcindex 203 )
        ( gotarget QUEST_NPC 203 1 1500)
    ) 
	( flag 
		( key 3)
		( desc "Another monsters has been escorted the escaped the Doggebi. Incapacitate them, and please capture the escaped the Doggebi and find the Soldier at Fort of Geum-Ohee Castle [Jae-Ga].")
		( param 274401 241957 )
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
        ( item 1 3320 1) 
        ( target 2 50 50 1123 1)
            (index 3320 (item) (color 0 255 0))
        (targetrect 2 		
			(index 50 (monster) (color 0 255 0)
                (rect (8819 7404 8851 7445))
            )
			(index 1123 (monster) (color 0 255 0)
                (rect (8772 7437 8808 7462))
            )
		)
		( level 51 )
		( npcindex 109 )
        ( gotarget QUEST_NPC 109 1 1400)
	)
)

( task 
	( key 9014)
	( name "[Event] Clue")
	( desc "You did handle the angry face's Doggebi of Monster, and obtained the a little bell of mystery. You think this bell is related to his lost memories.")
    ( param 268838 243499 )
	( npcindex 109 )
    (prequest 9013)

	( flag 
		( key 1)
		( desc "You should talk with NPC in Forest of Statues to hear the story about the bell. (After the 52 level, please talk with [Doggebi Master].)")
		( param 274331 232000 )
		( npcdesc "Doggebi Master" )
		( level 52 )
		( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
	)
)

( task 
	( key 9015)
	( name "[Event] A little bell of mystery.")
	( desc "The bell was hanging curse. You order to stop the damage of curse, you asked to purify the [Doggebi Master].")
    ( param 274331 232000 )
	( npcindex 226 )
    (prequest 9014)

	( flag 
		( key 1)
		( desc "To listen to stories associated with the purification, please talk again with the [Doggebi Master].")
		( param 274331 232000 )
		( npcdesc "Doggebi Master" )
		( level 52 )
		( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
	)
        ( flag 
		( key 2)
		( desc "Because you are weak, you cannot a purification ceremony. (After the 53 level, please talk with the [Doggebi Master].)")
        ( param 268838 243499 )
        ( npcdesc "Doggebi Master" )
		( level 53 )
        ( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
	)
)

( task 
	( key 9016)
	( name "[Event] purification ceremony")
	( desc "[Doggebi Master] as a material for the purification, he want to bring the Doggebi's spirit. So provide that items to him.")
    ( param 274331 232000 )
	( npcindex 226 )
    (prequest 9015)

	( flag 
		( key 1)
		( desc "To purifies the curse of the item, you collect the Doggebi's spirit.")
		( param 274331 232000 )
		( npcdesc "Doggebi Master" )
        ( Item 3 449 1 450 1 451 1)
        (targetrect 3
            (index 449 (item) (color 0 255 0))
            (index 450 (item) (color 0 255 0))
            (index 451 (item) (color 0 255 0))
        )
		( level 53 )
		( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
	)
    ( flag 
		( key 2)
		( desc "Please talk again with the [Doggebi Master].")
        ( param 255068 290118 )
        ( npcdesc "Doggebi Master" )
		( level 53 )
        ( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
    )
	( flag 
		( key 3)
		( desc "Due to the powerful curse than expected, he lacks the material. You to get additional items at the Forest of Statues.")
		( param 274331 232000 )
		( npcdesc "Doggebi Master" )
        ( Item 2 452 1 453 1)
        (targetrect 2
            (index 452 (item) (color 0 255 0))
            (index 453 (item) (color 0 255 0))
        )
		( level 53 )
		( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
	)
    ( flag 
		( key 4)
		( desc "Please talk again with the [Doggebi Master].")
        ( param 255068 290118 )
        ( npcdesc "Doggebi Master" )
		( level 53 )
        ( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
    )    
    ( flag 
		( key 5)
		( desc "Due to the purification ceremony, the curse has almost disappeared. But due to the remnants of the curse, it has the harmful effects. You obtain all the other materials, so please purify the bell.")
		( param 274331 232000 )
		( npcdesc "Doggebi Master" )
        ( Item 2 454 1 455 1)
        (targetrect 2
            (index 454 (item) (color 0 255 0))
            (index 455 (item) (color 0 255 0))
        )
		( level 53 )
		( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
	)
    ( flag 
		( key 6)
		( desc "Please talk again with the [Doggebi Master].")
        ( param 255068 290118 )
        ( npcdesc "Doggebi Master" )
		( level 53 )
        ( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
    )
    ( flag 
		( key 7)
		( desc "[Doggebi master] has to focus on purification, and talk a little later.")
		( param 274331 232000 )
		( npcdesc "Doggebi Master" )
		( level 53 )
		( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
	)
    ( flag 
		( key 8)
		( desc "Many people are running a witchcraft, so Doggebi Master alone cannot be purification. You have to kill them.")
		( param 274331 232000 )
		( npcdesc "Doggebi Master" )
		( level 53 )
        ( target 8 44 10 45 10 46 10 47 10 48 10 49 10 50 10 135 1)
        (targetrect 8 		
			(index 44 (monster) (color 0 255 0)
                (rect (8570 7502 8584 7538))
                (rect (8577 7489 8617 7500))
                (rect (8763 7469 8805 7485))
                (rect (8778 7466 8798 7526))
                (rect (8817 7495 8859 7508))
                (rect (8846 7467 8867 7499))
            )
			(index 45 (monster) (color 0 255 0)
                (rect (8806 7487 8850 7501))
                (rect (8823 7433 8847 7459))
                (rect (8827 7463 8873 7483))
                (rect (8781 7443 8816 7462))
            )
            (index 46 (monster) (color 0 255 0)
                (rect (8801 7482 8811 7521))
                (rect (8805 7505 8845 7518))
                (rect (8852 7444 8874 7476))
            )
            (index 47 (monster) (color 0 255 0)
                (rect (8795 7424 8855 7457))
            )
            (index 48 (monster) (color 0 255 0)
                (rect (8811 7432 8854 7471))
            )
            (index 49 (monster) (color 0 255 0)
                (rect (8801 7470 8843 7488))
            )
            (index 50 (monster) (color 0 255 0)
                (rect (8819 7404 8851 7445))
            )
            (index 135 (monster) (color 0 255 0)
                (rect (8708 7344 8886 7515))
            )
		)
		( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
	)
    ( flag 
		( key 9)
		( desc "Please talk again with the [Doggebi Master].")
        ( param 255068 290118 )
        ( npcdesc "Doggebi Master" )
		( level 53 )
        ( npcindex 266 )
        ( gotarget QUEST_NPC 266 1 1500)
    )
    ( flag 
		( key 10)
		( desc "The curse had completely purification. Doggebi Master seen the pattern carved into the bell in the humans world. Talk to the [Jae-Ga] about bell's pattern. (After the 54 level, please talk with [Jae-Ga].)")
        ( param 268838 243499 )
        ( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 53 )
        ( npcindex 109 )
        ( gotarget QUEST_NPC 109 1 1400)
	)

)

( task 
	( key 9017) 
	( name "[Event] The tomb robbers")
	( desc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga] said That pattern have confirmed at the High Priests's Ring. You need appropriate for the reputation of recommendation. Killing the Doggebi in the Abandoned Grave with the recommendation of [Jae-Ga], you may need to increase reputation.")
    ( param 268838 243499 )
	( npcindex 109 )
    (prequest 9016)

	( flag 
		( key 1)
		( desc "You must kill the tomb robbers. ")
        ( param 268838 243499 )
		( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
        ( target 5 198 20 199 20 200 20 201 20 202 20)
        (targetrect 5
            (index 198 (monster) (color 0 255 0)
                (rect (8819 7393 8836 7410))
            )
            (index 199 (monster) (color 0 255 0)
                (rect (8819 7393 8836 7410))
            )
            (index 200 (monster) (color 0 255 0)
                (rect (8819 7393 8836 7410))
            )
            (index 201 (monster) (color 0 255 0)
                (rect (8819 7393 8836 7410))
            )
            (index 202 (monster) (color 0 255 0)
                (rect (8819 7393 8836 7410))
            )
        )
		( level 54 )
		( npcindex 109 )
        ( gotarget QUEST_NPC 109 1 1400)
	)
    ( flag 
		( key 2)
		( desc "Please talk again with [Jae-Ga]")
        ( param 255068 290118 )
        ( npcdesc "Soldier at Fort of Geum-Ohee Castle [Jae-Ga]" )
		( level 53 )
        ( npcindex 109 )
        ( gotarget QUEST_NPC 109 1 1400)
    )

)
( task 
	( key 9018)
	( name "[Event] Toward the Pub of the Giant Bird")
	( desc "The undeads has occupied the only road to The City of Priest. You need to resolve this issue with another peoples.")
    ( param 255068 290118 )
	( npcindex 109 )
    (prequest 9017)
    ( flag 
		( key 1)
		( desc "Safely you killed the tomb robbers. With [Jae-Ga]'s recommendation, you need to go to the [The City of Priest] across the [The Pub of the Giant Bird]. (After the 55 level, please talk with Tomb Keeper [Gang-Man].)")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 55 )
        ( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
	)
    ( flag 
		( key 2)
		( desc "Please talk again with [Chief Guard in The Pub of the Giant Bird].")
        ( param 255162 285597 )
        ( npcdesc "Chief Guard" )
		( level 55 )
        ( npcindex 58 )
        ( gotarget QUEST_NPC 58 1 1300)
	)
)

( task 
	( key 9019)
	( name "[Event] The sealed City of the Chief Priest")
	( desc "You have supported on mercenaries, so you killing the monsters with [Chief Guard]. Please proceed to the request of [Chief Guard].")
    ( param 255162 285597 )
	( npcindex 58 )
    (prequest 9018)
    ( flag 
		( key 1)
		( desc "Please talk again with [Chief Guard in The Pub of the Giant Bird].")
        ( param 255162 285597 )
        ( npcdesc "Chief Guard" )
		( level 55 )
        ( npcindex 58 )
        ( gotarget QUEST_NPC 58 1 1300)
	)
    ( flag 
		( key 2)
		( desc "You kill the undead to obtain Speed up Medicine, please forwarded to [Chief Guard].")
		( param 255162 285597 )
		( npcdesc "Chief Guard" )
        ( Item 1 447 5)
        (targetrect 2
            (index 447 (item) (color 0 255 0))
        )
		( level 58 )
		( npcindex 58 )
        ( gotarget QUEST_NPC 58 1 1300)
	)
    ( flag 
		( key 3)
		( desc "Please talk again with [Chief Guard].")
        ( param 255068 290118 )
        ( npcdesc "Chief Guard" )
		( level 55 )
        ( npcindex 58 )
        ( gotarget QUEST_NPC 58 1 1300)
    )
)
( task 
	( key 9020)
	( name "[Event] Revived peoples's exorcism.")
	( desc "You should earnestly seek to proceed with the exorcism of the undead. ")
    ( param 255162 285597 )
	( npcindex 58 )
    (prequest 9019)
    ( flag 
		( key 1)
		( desc "[Chief Guard]'s has completed request. The information on the disposition of the revived peoples, The Tomb Keeper [Gang-Man] will guide to tell you.")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 55 )
        ( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    )
    ( flag 
		( key 2)
		( desc "You have to kill the undead from the nearest The Pub of the Giant Bird.")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
        ( target 2 78 60 79 60)
        (targetrect 1
            (index 78 (monster) (color 0 255 0)
                (rect (7789 9109 7790 9148) )
                (rect (7767 9099 7769 9145) )
                (rect (7788 9067 7804 9093) )
                (rect (7771 9052 7788 9080) )
            )
            (index 79 (monster) (color 0 255 0)
                (rect (7779 9108 7780 9148) )
                (rect (7797 9112 7799 9153) )
                (rect (7772 9077 7807 9091) )
                (rect (7766 9059 7795 9077) )
            )
        )
		( level 55 )
		( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    )
    ( flag 
		( key 3)
		( desc "Please talk again with [Gang-Man]. (After the 56 level, please talk with Tomb Keeper [Gang-Man].)")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 56 )
        ( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    )
    ( flag 
		( key 4)
		( desc "After you have given new strength in the weapons, to kill the undead with new weapons. ")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
        ( target 1 81 100)
        (targetrect 1
            (index 81 (monster) (color 0 255 0)
                (rect (7553 9137 7573 9174) )
                (rect (7561 9099 7582 9133) )
                (rect (7582 9160 7606 9178) )
                (rect (7608 9065 7637 9104) )
            )
        )
		( level 56 )
		( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    )
    ( flag 
		( key 5)
		( desc "Please talk again with [Gang-Man].")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 56 )
        ( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    )    
    ( flag 
		( key 6)
		( desc "Please listen for next request to [Gang-Man]. (After the 57 level, please talk with Tomb Keeper [Gang-Man].)")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 57 )
        ( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    )  
    ( flag 
		( key 7)
		( desc "You fully equipped armors. Now, you killing the remaining monsters, gain the way to The City of Priest.")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
        ( target 1 80 100)
        (targetrect 1
            (index 80 (monster) (color 0 255 0)
                (rect (7569 9132 7589 9170) )
                (rect (7559 9119 7579 9151) )
                (rect (7592 9147 7620 9165) )
                (rect (7602 9113 7635 9127) )
                (rect (7619 9112 7643 9129) )
            )
        )
		( level 57 )
		( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    )
        ( flag 
		( key 8)
		( desc "Please talk again with [Gang-Man].")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 57 )
        ( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    ) 
    ( flag 
		( key 8)
		( desc "Please talk again with [Gang-Man].")
        ( param 255068 290118 )
        ( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 55 )
        ( npcindex 260 )
        ( gotarget QUEST_NPC 260 1 1300)
    )    
)

( task 
	( key 9021)
	( name "[Event] City of the Chief Priest")
	( desc "Due to your performance, the way to The Pub of the Giant Bird and The City of Priest has recovered.")
    ( param 232056 294712 )
	( npcindex 287 )
    (prequest 9020)
    ( flag 
		( key 1)
		( desc "Now you have [Jae-Ga]'s recommendation, you go to [The City of Priest]. Please talk with Priest [Ahn-Hyunsoo]. (After the 58 level, please talk with Priest [An-Hyunsoo].)")
        ( param 232056 294712 )
        ( npcdesc "Priest [Ahn-Hyunsoo]" )
		( level 58 )
        ( npcindex 287 )
        ( gotarget QUEST_NPC 287 1 1600)
    )
    ( flag 
		( key 2)
		( desc "You arrived in The City of Priest to meet with High priests. You show a recommendation to Priest [Ahn-Hyunsoo], you wanted to meet to High priest. But he stubbornly said 'if you provide food, and i would give a recommendation to him.'")
        ( param 232056 294712 )
        ( npcdesc "Priest [Ahn-Hyunsoo]" )
        ( Item 1 266 5)
        (targetrect 1
            (index 266 (item) (color 0 255 0))
        )
		( level 58 )
		( npcindex 287 )
        ( gotarget QUEST_NPC 287 1 1600)
	)
    ( flag 
		( key 3)
		( desc "Please talk again with [An-Hyunsoo].")
        ( param 232056 294712 )
        ( npcdesc "Priest [Ahn-Hyunsoo]" )
		( level 58 )
        ( npcindex 287 )
        ( gotarget QUEST_NPC 287 1 1600)
    )    
    ( flag 
		( key 4)
		( desc "The situation of Royal Tomb of Gehbalhan do not end yet, so you cannot meet the High priest. You cannot wait, so want to help the situation of Royal Tomb of Gehbalhan.")
        ( param 232056 294712 )
        ( npcdesc "Priest [Ahn-Hyunsoo]" )
        ( target 2  82 60 83 60)
        (targetrect 2
            (index 82 (monster) (color 0 255 0)
                (rect (7812 9272 7825 9315) )
                (rect (7721 9259 7760 9272) )
            )
            (index 83 (monster) (color 0 255 0)
                (rect (7806 9272 7816 9312) )
                (rect (7717 9248 7753 9259) )
            )
        )
		( level 58 )
		( npcindex 287 )
        ( gotarget QUEST_NPC 287 1 1600)
    )
    ( flag 
		( key 5)
		( desc "Please talk again with [An-Hyunsoo].")
        ( param 232056 294712 )
        ( npcdesc "Priest [Ahn-Hyunsoo]" )
		( level 58 )
        ( npcindex 287 )
        ( gotarget QUEST_NPC 287 1 1600)
    ) 
)

( task 
	( key 9022)
	( name "[Event] Favor of [An-Hyunsoo]")
	( desc "You have to meet the high priest, you will have to help the things that occurred in the village.")
    ( param 232056 294712 )
	( npcindex 287 )
    (prequest 9021)
    ( flag 
		( key 1)
		( desc "Talk with [An-Hyunsoo]. (After the 59 level, please talk with [An-Hyunsoo].)")
        ( param 232056 294712 )
        ( npcdesc "Priest [Ahn-Hyunsoo]" )
		( level 59 )
        ( npcindex 287 )
        ( gotarget QUEST_NPC 287 1 1600)
    )
    ( flag 
		( key 2)
		( desc "The undead you killed is lower class. Kill the undead that still remain. You must resolve the situation quickly.")
        ( param 232056 294712 )
        ( npcdesc "Priest [Ahn-Hyunsoo]" )
        ( target 2  84 60 85 60)
        (targetrect 2
            (index 84 (monster) (color 0 255 0)
                (rect (7809 9271 7800 9311) )
                (rect (7766 9245 7807 9257) )
            )
            (index 85 (monster) (color 0 255 0)
                (rect (7762 9237 7806 9252) )
                (rect (7726 9236 7773 9250) )
            )
        )
		( level 58 )
		( npcindex 287 )
        ( gotarget QUEST_NPC 287 1 1600)
    )
    ( flag 
		( key 3)
		( desc "Talk with [An-Hyunsoo]")
        ( param 232056 294712 )
        ( npcdesc "Priest [Ahn-Hyunsoo]" )
		( level 58 )
        ( npcindex 287 )
        ( gotarget QUEST_NPC 287 1 1600)
    ) 
    
)
( task 
	( key 9023)
	( name "[Event] Favor of [Sur-An]")
	( desc "We were able to kill a large number of undead with your help.")
    ( param 231272 294673 )
	( npcindex 288 )
    (prequest 9022)
    ( flag 
		( key 1)
		( desc "High priest [Sur-An] want to meet you. (After the 60 level, please talk with [Sur-An].)")
        ( param 231272 294673 )
        ( npcdesc "High priest [Sur-An]" )
		( level 61 )
        ( npcindex 288 )
        ( gotarget QUEST_NPC 288 1 1600)
    )
    ( flag 
		( key 2)
		( desc "You showed purified bell to the high priest. The bell has engraved with an ancient character, he be needed a long time to interpret it. But does not end the threat of the undead, so he does not have time to interpret it. You have killing the undead to help him.")
        ( param 231272 294673 )
        ( npcdesc "High priest [Sur-An]" )
        ( target 4 82 60 83 60 84 60 85 60)
        (targetrect 4
            (index 82 (monster) (color 0 255 0)
                (rect (7812 9272 7825 9315) )
                (rect (7721 9259 7760 9272) )
            )
            (index 83 (monster) (color 0 255 0)
                (rect (7806 9272 7816 9312) )
                (rect (7717 9248 7753 9259) )
            )
            (index 84 (monster) (color 0 255 0)
                (rect (7809 9271 7800 9311) )
                (rect (7766 9245 7807 9257) )
            )
            (index 85 (monster) (color 0 255 0)
                (rect (7762 9237 7806 9252) )
                (rect (7726 9236 7773 9250) )
            )
        )
		( level 60 )
		( npcindex 288 )
        ( gotarget QUEST_NPC 288 1 1600)
    )
    ( flag 
		( key 3)
		( desc "Talk with [Sur-An].")
        ( param 231272 294673 )
        ( npcdesc "High priest [Sur-An]" )
		( level 60 )
        ( npcindex 288 )
        ( gotarget QUEST_NPC 288 1 1600)
    ) 
)    

( task 
	( key 9024)
	( name "[Event] Restore of the ancient character")
	( desc "We were able to kill a large number of undead with your help.")
    ( param 231272 294673 )
	( npcindex 288 )
    (prequest 9023)
    ( flag 
		( key 1)
		( desc "High priest [Sur-An] has been interpret ancient character. (After the 61 level, please talk with [Sur-An].)")
        ( param 231272 294673 )
        ( npcdesc "High priest [Sur-An]" )
		( level 61 )
        ( npcindex 288 )
        ( gotarget QUEST_NPC 288 1 1600)
    )
)
;------------------------------------------------------------------------------------------------------------------------------------------------------------51~70LV 퀘스트 끝

( task 
	( key 47)
	( name "The Limper's Favor")
	( desc "A man who became a Limper from the result in a wrestling with the Doggebi with Monster Face wants to get a Broom and some Blood of the Big Handed for curing his wounds. You can find out him from the Oh-Do bridge going north from Narootuh village.")
	( npcindex 252 )	
	( flag 
		( key 1)
		( desc "Hunt the Doggebi with Monster Face and get the Broom and 5 bottles of Blood of Big Handed. And then, bring them to the Limper.")
		( param 259389 265165)
		( item 2 387 5 389 1 )
		( npcdesc "Limper" )
		( level 46 )
		( npcindex 252 )
		(targetrect 2
			(index 387 (item) (color 0 255 0) 
				(rect	(8325 7979 8396 8020)
					(8245 8669 8370 8701)
					(8284 8265 8378 8360)
					(8309 8440 8392 8546)
					(8080 8874 8120 8900)
					(8091 8787 8143 8830)
					(8569 7490 8614 7539)
					(8790 7486 8857 7535)
				)
			)
			(index 389 (item) (color 0 255 0) 
				(rect	(8569 7490 8614 7539)
					(8790 7486 8857 7535)
				)
			)
		)
		( gotarget QUEST_NPC 252 1 1700)
	)
)

( task 
	( key 48)
	( name "The Blind Man's Favor")
	( desc "A man who became blind from the result in a wrestling with the Doggebi. Help him out. You can find out him if you go south across the Oh-Do bridge.")
	( npcindex 253 )	
	( flag 
		( key 1)
		( desc "Hunt the Doggebi with a Gong and collect the Broom and 5 bottles of Blood of Big Handed. And then, bring them to the blind man.")
		( param 264965 268152)
		( item 2 387 5 390 1 )
		( npcdesc "Blind Man" )
		( level 47 )
		( npcindex 253 )
		(targetrect 2
			(index 387 (item) (color 0 255 0) 
				(rect	;(8325 7979 8396 8020)
					;(8245 8669 8370 8701)
					;(8284 8265 8378 8360)
					;(8309 8440 8392 8546)
					;(8080 8874 8120 8900)
					;(8091 8787 8143 8830)
					(8569 7490 8614 7539)
					(8790 7486 8857 7535)
				)
			)
			(index 390 (item) (color 0 255 0) 
				(rect	(8569 7490 8614 7539)
					(8790 7486 8857 7535)
				)
			)
		)
		( gotarget QUEST_NPC 253 1 1700)
	)
)

( task 
	( key 49)
	( name "The Coward")
	( desc "There's a wrestling champion who became coward by the spell of Doggebi. Dispel it. You can find out him if you go south across the Oh-Do bridge.")
	( npcindex 254 )	
	( flag 
		( key 1)
		( desc "Hunt the Drunken Doggebi and collect the Broom and 5 bottles of Blood of Big Handed. And then, give them to the coward.")
		( param 266174 272175)
		( item 2 387 5 391 1 )
		( npcdesc "Coward" )
		( level 48 )
		( npcindex 254 )
		(targetrect 2
			(index 387 (item) (color 0 255 0) 
				(rect	;(8325 7979 8396 8020)
					;(8245 8669 8370 8701)
					;(8284 8265 8378 8360)
					;(8309 8440 8392 8546)
					;(8080 8874 8120 8900)
					;(8091 8787 8143 8830)
					;(8569 7490 8614 7539)
					;(8790 7486 8857 7535)
					(8794 7344 8861 7409)
				)
			)
			(index 391 (item) (color 0 255 0) 
				(rect	(8794 7344 8861 7409)
				)
			)
		)
		( gotarget QUEST_NPC 254 1 1700)
	)
)

( task 
	( key 50)
	( name "The Hunchback's Favor")
	( desc "There's a man who became hunchbacked from the result in a wrestling with the Doggebi. Help him out. You can find out him near the Oh-Do bridge if you go south from Guem-Oh Mine.")
	( npcindex 255 )
	( flag 
		( key 1)
		( desc "Hunt the Doggebi with a Mask of Black Crow and collect the Broom and 5 bottles of Blood of Big Handed. And then, give them to the hunchback.")
		( param 265417 276915)
		( item 2 387 5 392 1 )
		( npcdesc "Hunchback" )
		( level 49 )
		( npcindex 255 )
		(targetrect 2
			(index 387 (item) (color 0 255 0) 
				(rect	;(8325 7979 8396 8020)
					;(8245 8669 8370 8701)
					;(8284 8265 8378 8360)
					;(8309 8440 8392 8546)
					;(8080 8874 8120 8900)
					;(8091 8787 8143 8830)
					;(8569 7490 8614 7539)
					;(8790 7486 8857 7535)
					(8794 7344 8861 7409)
				)
			)
			(index 392 (item) (color 0 255 0) 
				(rect	(8794 7344 8861 7409)
				)
			)
		)
		( gotarget QUEST_NPC 255 1 1700)
	)
)

( task 
	( key 51)
	( name "The Deaf Man's Favor")
	( desc "There's a man who became deaf from the result in a wrestling with the Doggebi. Help him out. You can find out him near the bridge that can be found if you go north from Narootuh village.")
	( npcindex 256 )	
	( flag 
		( key 1)
		( desc "Hunt the Doggebi with a Mask of Black Panther and collect the Broom and 5 bottles of Blood of Big Handed. And then, give them to the deaf man.")
		( param 258738 264249)
		( item 2 387 5 393 1 )
		( npcdesc "Deaf Man" )
		( level 50 )
		( npcindex 256 )
		(targetrect 2
			(index 387 (item) (color 0 255 0) 
				(rect	;(8325 7979 8396 8020)
					;(8245 8669 8370 8701)
					;(8284 8265 8378 8360)
					;(8309 8440 8392 8546)
					;(8080 8874 8120 8900)
					;(8091 8787 8143 8830)
					;(8569 7490 8614 7539)
					;(8790 7486 8857 7535)
					(8808 7374 8818 7413)
				)
			)
			(index 393 (item) (color 0 255 0) 
				(rect	(8808 7374 8818 7413)
				)
			)
		)
		( gotarget QUEST_NPC 256 1 1700)
	)
)



;레벨 50까지



( task 
	( key 52)
	( name "One-Armed Man's Favor")
	( desc "One-armed man asked you to dispel the Doggebi's spell. Please help him. You can find out him if you cross the bridge southwest from Narootuh village.")
	( npcindex 257 )
		
	( flag 
		( key 1)
		( desc "Hunt the Giant Doggebis and collect the Broom and 5 bottles of Blood of Blood of Big Handed. And then, give them to the one-armed man.")
		( param 262113 256702)
		( item 2 387 5 394 1 )
		( npcdesc "One-Armed Man" )
		( level 51 )
		( npcindex 257 )
		(targetrect 2
			(index 387 (item) (color 0 255 0) 
				(rect	;(8325 7979 8396 8020)
					;(8245 8669 8370 8701)
					;(8284 8265 8378 8360)
					;(8309 8440 8392 8546)
					;(8080 8874 8120 8900)
					;(8091 8787 8143 8830)
					;(8569 7490 8614 7539)
					;(8790 7486 8857 7535)
					(8839 7372 8881 7379)
				)
			)
			(index 394 (item) (color 0 255 0) 
				(rect	(8839 7372 8881 7379)
				)
			)
		)
		( gotarget QUEST_NPC 257 1 1700)
	)
)

( task 
	( key 53)
	( name "Legend of the Oh-Do Canyon Bridge")
	( desc "The manager of the Oh-Do Canyon Bridge said that the bridge got Guardian Doggebi's spell and it must get maintenance during the raining season. Please help him.")
	( npcindex 258 )
		
	( flag 
		( key 1)
		( desc "Hunt the Guardian Doggebi and collect the Stone and 5 bottles of Blood of Water Dragon. And then, bring them to the manager near Oh-Do bridge.")
		( param 265893 275953)
		( item 2 388 5 395 1 )
		( npcdesc "Manager" )
		( level 52 )
		( npcindex 258 )
		(targetrect 2
			(index 388 (item) (color 0 255 0) 
				(rect	;(8199 9009 8243 9015)
					;(8302 7639 8336 7665)
					;(8011 8779 8056 8864)
					(8882 7439 8898 7473)
				)
			)
			(index 395 (item) (color 0 255 0) 
				(rect	(8882 7439 8898 7473)
				)
			)
		)
		( gotarget QUEST_NPC 258 1 1700)
	)
)


; 번외 퀘스트

( task 
	( key 54)
	( name "Eliminating The Demon Vulgar")
	( desc "The Guard wants you to get a Demon Vulgar's head with using the beheading skill.")
	( npcindex 11 )	
	( flag 
		( key 1)
		( desc "Get a Demon Vulgar's head and give it to the guard.")
		( param 256607 259584)
		( item 1 396 1 )
		( npcdesc "Guard" )
		( level 1 )
		( npcindex 11 )
		(targetrect 1
			(index 396 (item) (color 0 255 0) 
				(rect	(7997 8157 8085 8184)
					(8105 8017 8156 8077)
				)
			)
		)
		( gotarget QUEST_NPC 11 1 1000)
	)
)

( task 
	( key 55)
	( name "Eliminating The Demon Scout")
	( desc "The Guard wants you to get a Demon Scout's head with using the run skill.")
	( npcindex 12 )	
	( flag 
		( key 1)
		( desc "Get a Demon Scout's head and give it to the guard.")
		( param 256681 259673)
		( item 1 397 1 )
		( npcdesc "Guard" )
		( level 1 )
		( npcindex 12 )
		(targetrect 1
			(index 397 (item) (color 0 255 0) 
				(rect	(8121 7980 8182 8055)
					(7971 8193 8058 8217)
				)
			)
		)
		( gotarget QUEST_NPC 12 1 1000)
	)	
)

( task 
	( key 56)
	( name "Eliminating The Demon Spear")
	( desc "The Guard wants you to get a Demon Spear's head with using the rest skill.")
	( npcindex 13 )	
	( flag 
		( key 1)
		( desc "Get a Demon Spear's head and give it to the guard.")
		( param 257769 259715)
		( item 1 398 1 )
		( npcdesc "Guard" )
		( level 1 )
		( npcindex 13 )
		(targetrect 1
			(index 398 (item) (color 0 255 0) 
				(rect	(8001 8221 8070 8254)
				)
			)
		)
		( gotarget QUEST_NPC 13 1 1000)
	)
)

( task 
	( key 57)
	( name "Fish Trap Installation")
	( desc "The Guard want you to catch a Goby with the fish trap.")
	( npcindex 14 )
		
	( flag 
		( key 1)
		( desc "Buy a fish trap from the merchant and ask the Fish Grounds Keeper to install your fish trap. If you get a Goby, bring it to the guard.")
		( param 257961 259672)
		( item 1 237 1 )
		( npcdesc "Guard" )
		( level 5 )
		( npcindex 14 )
		( gotarget QUEST_NPC 14 1 1000)
	)
)



; 53 이상의 퀘스트


( task 
	( key 58)
	( name "The Dead People Around The Tomb(1)")
	( desc "The Spirits of the Royal Tomb came out of the Tomb. Ja-Sang wants you to meet the Tomb manager and find out what's happening in the Tomb. Maybe the Tomb manager will give you a new task.")
	( npcindex 259 )	
	( flag 
		( key 1)
		( desc "Ja-Sang in Temporary Fort of Geum-Ohee Castle got a report about the Spirits of The Royal Tomb. Something is happening in the Royal Tomb, located southwest from The Pub of the Giant Bird. Meet the Tomb manager and find out what's happening in the Tomb.")
		( param 256068 289118)
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 53 )
		( npcindex 260 )
		( gotarget QUEST_NPC 260 1 1300)
	)
	( flag 
		( key 2)
		( desc "Gang-Man's job is to take care of the Royal Tomb but he escaped from the Tomb when the Spirits came out from the Tomb. He must seal them and return back to the Tomb. Help him to collect 5 Skeleton Warrior with Sword's Head.")
		( param 256068 289118)
		( item 1 432 5 )
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 53 )
		( npcindex 260 )
		(targetrect 1
			(index 432 (item) (color 0 255 0) 
				(rect	(7710 9060 7790 9151)
					(7596 9138 7647 9179)
				)
			)
		)
		( gotarget QUEST_NPC 260 1 1300)
	)
)

( task 
	( key 59)
	( name "The Dead People Around The Tomb(2)")
	( desc "The Tomb manager must seal the Deads and asked you to eliminate the Skeleton Warriors with the Spears.")
	( npcindex 260 )
	( prequest 1 58 )	
	( flag 
		( key 1)
		( desc "The Skeleton Warriors with the Spears were the best fighters before they died. They keep the Tomb even after they died. Seal them and collect the 5 Ribs for Gang-Man.")
		( param 256068 289118)
		( item 1 433 5 )
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 54 )
		( npcindex 260 )
		(targetrect 1
			(index 433 (item) (color 0 255 0) 
				(rect	(7710 9060 7790 9151)
					(7596 9138 7647 9179)
				)
			)
		)
		( gotarget QUEST_NPC 260 1 1300)
	)
)

( task 
	( key 60)
	( name "The Dead People Around The Tomb(3)")
	( desc "The Tomb manager must seal the Deads and asked you to eliminate the Ministers of the Royal Tomb.")
	( npcindex 260 )
	( prequest 1 59 )	
	( flag 
		( key 1)
		( desc "It's the tradition that when the King died, he's buried with the ministers alive because people believe that the ministers can support the king in the other world. The ministers' spirits are in the books they wear on their heads. Eliminate them and collect 5 books to Gang-Man.")
		( param 256068 289118)
		( item 1 434 5 )
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 55 )
		( npcindex 260 )
		(targetrect 1
			(index 434 (item) (color 0 255 0) 
				(rect	(7545 9051 7643 9175)
				)
			)
		)
		( gotarget QUEST_NPC 260 1 1300)
	)
)

( task 
	( key 61)
	( name "The Dead People Around The Tomb(4)")
	( desc "The Tomb manager must seal the Deads and asked you to eliminate the Maid of Honor of the Royal Tomb.")
	( npcindex 260 )
	( prequest 1 60 )	
	( flag 
		( key 1)
		( desc "It's the tradition that when the King died, he's buried with the maid alive because people believe that the maids can support the king in the other world. The maids' spirits are in the lutes. Eliminate them and collect 5 lutes to Gang-Man.")
		( param 256068 289118)
		( item 1 435 5 )
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 56 )
		( npcindex 260 )
		(targetrect 1
			(index 435 (item) (color 0 255 0) 
				(rect	(7545 9051 7643 9175)
				)
			)
		)
		( gotarget QUEST_NPC 260 1 1300)
	)
)

( task 
	( key 62)
	( name "The Dead People Around The Tomb(5)")
	( desc "The Tomb manager must seal the Deads and asked you to eliminate The Royal Tomb Keeper with Sword.")
	( npcindex 260 )
	( prequest 1 61 )
		
	( flag 
		( key 1)
		( desc "It's the tradition that when the King died, he's buried with the Tomb Keepers alive because it represents that the king has the power. The spirits of the keepers are in their swords. Collect 5 of their swords to Gang-Man.")
		( param 256068 289118)
		( item 1 436 5 )
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 57 )
		( npcindex 260 )
		(targetrect 1
			(index 436 (item) (color 0 255 0) 
				(rect	(7738 9271 7818 9342)
				)
			)
		)
		( gotarget QUEST_NPC 260 1 1300)
	)
)

( task 
	( key 63)
	( name "The Dead People Around The Tomb(6)")
	( desc "The Tomb manager must seal the Deads and asked you to eliminate The Royal Tomb Keeper with Shield.")
	( npcindex 260 )
	( prequest 1 62 )	
	( flag 
		( key 1)
		( desc "It's the tradition that when the King died, he's buried with the Tomb Keepers alive because it represents that the king has the power. The spirits of the keepers are in their shields. Collect 5 of their shields to Gang-Man.")
		( param 256068 289118)
		( item 1 437 5 )
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 58 )
		( npcindex 260 )
		(targetrect 1
			(index 437 (item) (color 0 255 0) 
				(rect	(7738 9271 7818 9342)
				)
			)
		)
		( gotarget QUEST_NPC 260 1 1300)
	)
)

( task 
	( key 64)
	( name "The Dead People Around The Tomb(7)")
	( desc "The Tomb manager must seal the Deads and asked you to eliminate The Royal Tomb Keeper with Spear.")
	( npcindex 260 )
	( prequest 1 63 )	
	( flag 
		( key 1)
		( desc "It's the tradition that when the King died, he's buried with the Tomb Keepers alive because it represents that the king has the power. The spirits of the keepers are in their spears. Collect 5 of their spears to Gang-Man.")
		( param 256068 289118)
		( item 1 438 5 )
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 59 )
		( npcindex 260 )
		(targetrect 1
			(index 438 (item) (color 0 255 0) 
				(rect	(7738 9271 7818 9342)
				)
			)
		)
		( gotarget QUEST_NPC 260 1 1300)
	)
)

( task 
	( key 65)
	( name "The Dead People Around The Tomb(8)")
	( desc "The Tomb manager must seal the Deads and asked you to eliminate The Royal Tomb Keeper with Iron Hammer.")
	( npcindex 260 )
	( prequest 1 64 )	
	( flag 
		( key 1)
		( desc "It's the tradition that when the King died, he's buried with the Tomb Keepers alive because it represents that the king has the power. The spirits of the keepers are in their iron hammers. Collect 5 of their iron hammers to Gang-Man.")
		( param 256068 289118)
		( item 1 439 5 )
		( npcdesc "Tomb Keeper [Gang-Man]" )
		( level 60 )
		( npcindex 260 )
		(targetrect 1
			(index 439 (item) (color 0 255 0) 
				(rect	(7738 9271 7818 9342)
				)
			)
		)
		( gotarget QUEST_NPC 260 1 1300)
	)
)


; 데바 일반 퀘스트
( task 
	( key 66)
	( name "Demon's attack")
	( desc "The demons around Cheonji-Yun are plundering the village of weapons and provisions. Soo-Ryun has requested you to wipe the demons out.")
	( npcindex 1000 )
	( prequest 1 10007 )
	( flag 
		( key 1)
		( desc "You have been requested to go and fetch 20 units of the head of Mutant Demon Soldiers, who are located around Cheonji-Yun.")
		( param 361661 187380 )
		( item 1 1713 20 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		(targetrect 1
			(index 1713 (item) (color 0 255 0) 
				(rect	(10991 5826 11161 5930)
					(11134 6029 11211 6098)
					(11082 5955 11174 6018)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 67)
	( name "Medicines collection")
	( desc "Soo-Ryun is in need of medicines for wounded soldiers as medicines aren't enough to administer in her village.")
	( npcindex 1000 )
	( prequest 1 66 )
	( flag 
		( key 1)
		( desc "Soo-Ryun has requested you to bring 10 units of Poppy out of demons.")
		( param 361661 187380 )
		( item 1 1712 10 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		(targetrect 1
			(index 1712 (item) (color 0 255 0) 
				(rect	(10991 5826 11161 5930)
					(11134 6029 11211 6098)
					(11082 5955 11174 6018)
					(11028 6008 11105 6081)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 68)
	( name "Hunting competition open")
	( desc "The hunting competition has been held for the solidarity villagers and soldiers.")
	( npcindex 1000 )
	( prequest 1 67 )
	( flag 
		( key 1)
		( desc "A certain reward will be given to the winner. Finish hunting within the limit time and visit Soo-Ryun.")
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( target 1 598 10 )
		(targetrect 1
			(index 598 (monster) (color 0 255 0)
				(rect ;(10868 5940 10939 6184)
					(10868 5940 10939 6084)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)

( task 
	( key 69)
	( name "Letter recovery")
	( desc "The subordinates who were going toward the mainland with Soo-Ryun's letter got assailed by the skeleton tribe and lost the letter.")
	( npcindex 1000 )
	( prequest 1 68 )
	( flag 
		( key 1)
		( desc "Bring the lost Soo-Ryun's letter back to Soo-Ryun.")
		( param 361661 187380 )
		( item 1 1714 1)
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		(targetrect 1
			(index 1714 (item) (color 0 255 0) 
				(rect	(10856 6247 11024 6334)
					(11015 6440 11098 6638)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)

( task 
	( key 70 )
	( name "Yun-Hwa's request")
	( desc "Your help is necessary for us to reveal the real nature of skeleton troops.")
	( npcindex 1001 )
	( flag 
		( key 1)
		( desc "Yun-Hwa has requested you to hand both the letter and heads of skeleton troops to the explorer located in the northwest.")
		( param 356646 218341 )
		( item 2 1715 1 1716 50 )
		( npcdesc "Lost Explorer" )
		( npcindex 1007 )
		(targetrect 2
            (index 1715 (item) (color 0 255 0) 
				(rect 
					(11225 5890 11245 5910)
				)
			)
            (index 1716 (item) (color 0 255 0) 
				
                (rect
                    (10842 6252 10945 6330)
					(11001 6244 11051 6320)
					(11015 6440 11098 6638)
				)
			)
		)
		( gotarget QUEST_NPC 1007 2 2200)
	)
)

( task 
	( key 71 )
	( name "Skeleton archers suppression")
	( desc "Dae-Gil is warrying that skeleton archers have such a remarkable archery skill that his infantries cannot defeat them.")
	( npcindex 1004 )
	( flag 
		( key 1)
		( desc "After getting up southwest and putting down skeleton archers, visit Dae-Gil.")
		( param 359528 186386 )
		( item 1 1717 10 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( target 1 643 10 )
		(targetrect 2
			(index 1717 (item) (color 0 255 0) 
				(rect	(10856 6247 11024 6334)
					(11015 6440 11098 6638)
				)
			)
			(index 643 (monster) (color 0 255 0) 
				(rect ;(10825 6238 11098 6636)
					(10856 6247 11024 6334)
					(11015 6440 11098 6638)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 72 )
	( name "Cloth raise")
	( desc "Dae-Gil is worried about the problem in getting cloths from the mainland.")
	( npcindex 1004 )
	( prequest 1 71 )
	( flag 
		( key 1)
		( desc "Hunting wolves and bring their fur to Dae-Gil.")
		( param 359528 186386 )
		( item 1 1740 20 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		(targetrect 1
			(index 1740 (item) (color 0 255 0) 
				(rect	(10879 5950 10935 6091)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 73 )
	( name "Degenarated Twisted Demon wipe")
	( desc "Villagers have been killed by demons' assault. Soo-Ryun has requested you to wipe demons out, convinced that you are the only person who can do that.")
	( npcindex 1000 )
	( prequest 1 69 )
	( flag 
		( key 1)
		( desc "By wiping demons out, you should carry out the villagers' desire.")
		( param 361661 187380 )
		( item 1 1739 20 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( target 1 590 20 )
		(targetrect 2
			(index 1739 (item) (color 0 255 0)
				(rect	;(11002	6030	11380	6336)
					(11269 6206 11383 6329)
					(11170 6202 11256 6324)
					(11017 6041 11096 6136)
				)
			)
			(index 590 (monster) (color 0 255 0)
				(rect	;(11002	6030	11380	6336)
					(11269 6206 11383 6329)
					(11170 6202 11256 6324)
					(11017 6041 11096 6136)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)


( task 
	( key 74 )
	( name "Scorpion wipe")
	( desc "People got assailed by the scorpions that live in Barren Soil and recently got bigger abnormally.")
	( npcindex 1001 )
	( prequest 1 70 )
	( flag 
		( key 1)
		( desc "Go to wipe the scorpions out and visit Yun-Hwa.")
		( param 359519 188621 )
		( npcdesc "Yun-Hwa" )
		( npcindex 1001 )
		( target 1 604 50 )
		(targetrect 1
			(index 604 (monster) (color 0 255 0)
				(rect ;(10878 6594 11515 7128)
					(11439 6827 11463 6858)
					(11362 6955 11413 6982)
					(11331 7064 11435 7128)
					(11270 6774 11370 6871)
					(11284 6590 11325 6611)
					(10917 6787 11063 6858)
				)
			)
		)
		( gotarget QUEST_NPC 1001 2 2200)
	)
)

; 이름이 같은 퀘스트가 있으면 안되므로 이름에 공백문자를 넣는다.
( task 
	( key 75 )
	( name "Medicines collection ")
	( desc "Both scorpions and brown bears live in desert together with other carnivorous animals. Yun-Hwa has requested you to bring scorpion's poison and bear's gall to her in order to recover an old man to life.")
	( npcindex 1001 )
	( prequest 1 74 )
	( flag 
		( key 1)
		( desc "Bring scorpion's poison and bear's gall to Yun-Hwa.")
		( param 359519 188621 )
		( item 2 1729 5 1730 5 )
		( npcdesc "Yun-Hwa" )
		( npcindex 1001 )
		(targetrect 2
			(index 1729 (item) (color 0 255 0) 
				(rect	(11439 6827 11463 6858)
					(11362 6955 11413 6982)
					(11331 7064 11435 7128)
					(11270 6774 11370 6871)
					(11284 6590 11325 6611)
					(10917 6787 11063 6858)
				)
			)
			(index 1730 (item) (color 0 255 0) 
				(rect	(10866 6201 11014 6338)
				)
			)
		)
		( gotarget QUEST_NPC 1001 2 2200)
	)
)

( task 
	( key 76 )
	( name "Goblin's attack")
	( desc "There was a report that Goblins would invade the village soon. You have to check the situation over to grasp their way of movements.")
	( npcindex 1000 )
	( prequest 1 73 )
	( flag 
		( key 1)
		( desc "Soo-Ryun has requested you to bring the Goblin's strategy book to her. Bring it to Soo-Ryun.")
		( param 361661 187380 )
		( item 1 1732 1 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		(targetrect 1
			(index 1732 (item) (color 0 255 0) 
				(rect	(10905 6825 11010 6897)
					(10876 6713 10967 6770)
					(11458 6675 11524 6745)
					(11269 6714 11329 6780)
					(11267 7014 11389 7086)
					(11406 6886 11491 6940)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)

( task 
	( key 77 )
	( name "Precious recovery")
	( desc "Deeply depressed because the treasures have been stolen through the Goblin's assault, Dae-Gil has requested you to bring the three treasures back.")
	( npcindex 1004 )
	( prequest 1 72 )
	( flag 
		( key 1)
		( desc "Get in the hangout of Goblins and bring back Green Bead, Ancestor's Treasure Sword and Prephetic Book that Goblins stole.")
		( param 359528 186386 )
		( item 3 1733 1 1734 1 1735 1 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		(targetrect 3
			(index 1733 (item) (color 0 255 0) 
				(rect	(10905 6825 11010 6897)
					(10876 6713 10967 6770)
					(11458 6675 11524 6745)
					(11269 6714 11329 6780)
					(11267 7014 11389 7086)
					(11406 6886 11491 6940)
				)
			)
			(index 1734 (item) (color 0 255 0) 
				(rect	(10905 6825 11010 6897)
					(10876 6713 10967 6770)
					(11458 6675 11524 6745)
					(11269 6714 11329 6780)
					(11267 7014 11389 7086)
					(11406 6886 11491 6940)
				)
			)
			(index 1735 (item) (color 0 255 0) 
				(rect	(10905 6825 11010 6897)
					(10876 6713 10967 6770)
					(11458 6675 11524 6745)
					(11269 6714 11329 6780)
					(11267 7014 11389 7086)
					(11406 6886 11491 6940)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 78 )
	( name "Bear wipe operation")
	( desc "People cannot engage in farming as Brown Bears plunder the village of livestock every night.")
	( npcindex 1004 )
	( prequest 1 77 )
	( flag 
		( key 1)
		( desc "Wipe out the Brown Bears which kills villagers' livestock, and visit Dae-Gil.")
		( param 359528 186386 )
		( item 1 1737 30 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( target 1 601 30 )
		(targetrect 2
			(index 601 (monster) (color 0 255 0)
				(rect	(10852 6187 11055 6403)
				)
			)
			(index 1737 (item) (color 0 255 0)
				(rect	;(10852 6187 11055 6403)
					(10891 6195 10920 6228)
					(10954 6246 10988 6268)
					(10898 6330 10923 6342)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 79 )
	( name "Guard of D'evah")
	( desc "You have to break through the enemy's line of Guard of D'evah for infantry to advance to Valley of D'evah.")
	( npcindex 1004 )
	( prequest 1 78 )
	( flag 
		( key 1)
		( desc "Dae-Gil has requested you to beat Guard of D'evah down. Beat them down and visit Dea-Gil.")
		( param 359528 186386 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( target 1 622 300 )
		(targetrect 1
			(index 622 (monster) (color 0 255 0)
				(rect (11446 6761 11524 6832)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 80 )
	( name "Lost Explorer's request" )
	( desc "The Lost Explorer in the middle of Barren Soil has requested you to bring the Knoll's water pockets to him as he has no place to get water from.")
	( npcindex 1007 )
	( prequest 1 70 )
	( flag 
		( key 1)
		( desc "Deprive Knolls of water pockets and hand them to the Lost Explorer.")
		( param 356646 218341 )
		( npcdesc "Lost Explorer" )
		( item 1 1736 50 )
		( npcindex 1007 )
		(targetrect 1
			(index 1736 (item) (color 0 255 0) 
				(rect	(11107 6788 11195 6904)
					(11082 6667 11140 6745)
					(11289 6804 11384 6867)
					(11207 6938 11236 6974)
				)
			)
		)
		( gotarget QUEST_NPC 1007 2 2200)
	)
)

( task 
	( key 81 )
	( name "Deciphering")
	( desc "Soo-Ryun says Goblin's Decoder is required to decipher their strategy book.")
	( npcindex 1000 )
	( prequest 1 76)
	( flag 
		( key 1)
		( desc "Get in Goblins' hangout and bring Goblin's Decoder to Soo-Ryun.")
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( item 1 1732 1 )
		(targetrect 1
			(index 1732 (item) (color 0 255 0) 
				(rect	(10905 6825 11010 6897)
					(10876 6713 10967 6770)
					(11458 6675 11524 6745)
					(11269 6714 11329 6780)
					(11267 7014 11389 7086)
					(11406 6886 11491 6940)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 82 )
	( name "Block up Goblins' information interchange")
	( desc "To set back Goblins' plots, you must steal away Goblin's Information Book.")
	( npcindex 1000 )
	( prequest 1 81 )
	( flag 
		( key 1)
		( desc "Steal away Goblin's Information Book and bring it to Soo-Ryun.")
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( item 1 1732 10 )
		( npcindex 1000 )
		(targetrect 1
			(index 1732 (item) (color 0 255 0) 
				(rect	(10905 6825 11010 6897)
					(10876 6713 10967 6770)
					(11458 6675 11524 6745)
					(11269 6714 11329 6780)
					(11267 7014 11389 7086)
					(11406 6886 11491 6940)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 83 )
	( name "Source of Demons' power")
	( desc "The supernatural stones that Cheonji-Yun's Demons have secretly put up for their power-up should be destroyed.")
	( npcindex 1000 )
	( prequest 1 82 )
	( flag 
		( key 1)
		( desc "After finding out and destroying all stones, go back to Soo-Ryun.")
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( target 4 830 1 832 1 833 1 837 1 )
		(targetrect 4
			(index 830 (monster) (color 0 255 0)
				(rect	;(11188 5903 11198 5913)
					(11178 5893 11208 5923)
				)
			)
			(index 832 (monster) (color 0 255 0)
				(rect	;(11178 5915 11188 5923)
					(11168 5905 11198 5933)
				)
			)
			(index 833 (monster) (color 0 255 0)
				(rect	;(11165 5905 11178 5913)
					(11155 5895 11188 5923)
				)
			)
			(index 837 (monster) (color 0 255 0)
				(rect	;(11179 5892 11188 5903)
					(11169 5882 11198 5913)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 84 )
	( name "Death of the chief of Crazy Demon Workers")
	( desc "Soo-Ryun is anxious for fear that Crazy Demon Worker's Leader should put the supernatural stones up around the Cheonji-Yun village again.")
	( npcindex 1000 )
	( prequest 1 83 )
	( flag 
		( key 1)
		( desc "Kill Crazy Demon Worker's Leader and bring his head back to Soo-Ryun.")
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( item 1 1773 1 )
		( target 1 834 1 )
		(targetrect 2 
			(index 1773 (item) (color 0 255 0)
				(rect	(11039 6065 11050 6132)
				)
			)
			(index 834 (monster) (color 0 255 0)
				(rect	(11039 6065 11050 6132)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 85 )
	( name "Wiping out the remnants of skeletons")
	( desc "Soo-Ryun has requested you to wipe out the remnants of skeletons with the pack containing skeleton's body ordors.")
	( npcindex 1000 )
	( prequest 1 84 )
	( flag 
		( key 1)
		( desc "Soo-Ryun has requested you to wipe out the remnants of skeletons with the pack containing skeleton's body ordors.#n (Skeletons with the pack can be received again)")
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( target 2 637 30  643 30 )
		(targetrect 2
			(index 637 (monster) (color 0 255 0)
				(rect	;(10831 6232 11102 6640)
					(10842 6252 10945 6330)
					(11001 6244 11051 6320)
					(11015 6440 11098 6638)
				)
			)
			(index 642 (monster) (color 0 255 0)
				(rect	(10825 6238 11098 6636)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 86 )
	( name "Participating in a competition")
	( desc "If you get a Wolf Commander's head first and foremost, you will win the competition and get a certain reward.")
	( npcindex 1001 )
	( prequest 1 75 )
	( flag 
		( key 1)
		( desc "Go out toward Barren Soil and find out a Wolf Commander.")
		( param 359519 188621 )
		( npcdesc "Yun-Hwa" )
		( npcindex 1001 )
		( item 1 1775 1 )
		( target 1 835 1 )
		(targetrect 2 
			(index 1175 (item) (color 0 255 0)
				(rect ;(11019 6476 11023 6548)
					(11009 6476 11033 6548)
				)
			)
			(index 835 (monster) (color 0 255 0)
				(rect ;(11019 6476 11023 6548)
					(11009 6476 11033 6548)
				)
			)
		)
		( gotarget QUEST_NPC 1001 2 2200)
	)
)
( task 
	( key 87 )
	( name "Making a complete suit of armor")
	( desc "No armor has been provided to soldiers because of no war supplies from the mainland.")
	( npcindex 1001 )
	( prequest 1 86 )
	( flag 
		( key 1)
		( desc "Yun-Hwa has requested you to make a complete 10 suits of armor out of Scorpion Shell.")
		( param 359519 188621 )
		( item 1 1778 10 )
		( npcdesc "Yun-Hwa" )
		( npcindex 1001 )
		;( item 1 1778 10 )
		(targetrect 1
			(index 1729 (item) (color 0 255 0)
				(rect 
					(11439 6827 11463 6858)
					(11362 6955 11413 6982)
					(11331 7064 11435 7128)
					(11270 6774 11370 6871)
					(11284 6590 11325 6611)
					(10917 6787 11063 6858)
				)
			)
		)
		( gotarget QUEST_NPC 1001 2 2200)
	)
)
( task 
	( key 88 )
	( name "Restoring soldiers' health")
	( desc "Brown Bear meat should be supplied for soldiers' health to be restored.")
	( npcindex 1001 )
	( prequest 1 87 )
	( flag 
		( key 1)
		( desc "After getting 10 pieces of Brown Bear meat and removing its fur, bring them to Yun-Hwa.")
		( param 359519 188621 )
		( item 1 1794 10 )
		( npcdesc "Yun-Hwa" )
		( npcindex 1001 )
		;( item 1 1794 10 )
		(targetrect 1
			(index 1729 (item) (color 0 255 0) 
				(rect 
					(10891 6195 10920 6228)
					(10954 6246 10988 6268)
					(10898 6330 10923 6342)
				)
			)
		)
		( gotarget QUEST_NPC 1001 2 2200)
	)
)

( task 
	( key 89 )
	( name "The Knoll's temporary fort")
	( desc "The Explorer's life is being threatened. Hurry to go to Barren Soil and break down the Knoll's forts.")
	( npcindex 1001 )
	( prequest 1 88 )
	( flag 
		( key 1)
		( desc "After breaking down the four Knoll's forts and wiping Knolls out, visit Yun-Hwa.")
		( param 359519 188621 )
		( npcdesc "Yun-Hwa" )
		( npcindex 1001 )
		( target 5 607 50 831 1 838 1 839 1 840 1 )
		(targetrect 5
			(index 607 (monster) (color 0 255 0)
				(rect	(11073 6660 11401 6975)
				)
			)
			(index 831 (monster) (color 0 255 0)
				(rect	(11365 7085 11375 7095)
				)
			)
			(index 838 (monster) (color 0 255 0)
				(rect	(11353 7073 11363 7083)
				)
			)
			(index 839 (monster) (color 0 255 0)
				(rect	(11378 7074 11388 7084)
				)
			)
			(index 840 (monster) (color 0 255 0)
				(rect	(11367 7060 11377 7070)
				)
			)
		)
		( gotarget QUEST_NPC 1001 2 2200)
	)
)

( task 
	( key 90 )
	( name "An urgent ssession")
	( desc "An urgent ssession will be held in Cheonji-Yun and its details must be known to all people.")
	( npcindex 1001 )
	( prequest 1 89 )
	( flag 
		( key 1)
		( desc "Bring the letter to Soo-Ryun and report a letter.")
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( gotarget QUEST_NPC 1000 2 2100)
	)
	( flag 
		( key 2)
		( desc "Bring the letter to Dae-Gil and report a letter.")
		( param 359528 186386 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( gotarget QUEST_NPC 1004 2 2200)
	)
	( flag 
		( key 3)
		( desc "Bring the letter to Lost Explorer and report a letter.")
		( param 356646 218341 )
		( npcdesc "Lost Explorer" )
		( npcindex 1007 )
		( gotarget QUEST_NPC 1007 2 2200)
	)
)

( task 
	( key 91 )
	( name "Wild Boar's horn")
	( desc "Dae-Gil has difficulties in making a boar ranch with Wild Boars.")
	( npcindex 1004 )
	( prequest 1 79 )
	( flag 
		( key 1)
		( desc "Dae-Gil would be pleased if you bring Wild Boar's horns back to him.")
		( param 359528 186386 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( item 1 1783 50 )
		(targetrect 1
			(index 1783 (item) (color 0 255 0) 
				(rect	(10884 5973 10928 6139)
					(10864 6173 10931 6229)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 92 )
	( name "Dae-Gil's anxiety")
	( desc "Degenarated Twisted Demons established a fortress along with Demons. Dae-Gil has requested you to set back their influence expansion.")
	( npcindex 1004 )
	( prequest 1 91 )
	( flag 
		( key 1)
		( desc "Obtain Degenarated Twisted Demon' heads and visit Dae-Gil.")
		( param 359528 186386 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( item 1 1784 80 )
		(targetrect 1
			(index 1784 (item) (color 0 255 0) 
				(rect	(11269 6206 11383 6329)
					(11170 6202 11256 6324)
					(11017 6041 11096 6136)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 93 )
	( name "The end of Demon tribe")
	( desc "Dae-Gil has requested you to carry out an experiment on Demon's head handing you the poisonous liquid which his alchemists invented.")
	( npcindex 1004 )
	( prequest 1 92 )
	( flag 
		( key 1)
		( desc "Bring the outcome of experiment to Dae-Gil.")
		( param 359528 186386 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( item 1 1786 50 )
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 94 )
	( name "D'evah's suspicious activities")
	( desc "Dae-Gil has requested you to take back the secret document from Guards of D'evah after taking Dae-Gil's drug.")
	( npcindex 1004 )
	( prequest 1 93 )
	( flag 
		( key 1)
		( desc "Bring the secret document to Dae-Gil.")
		( param 359528 186386 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( item 1 1788 50 )
		(targetrect 1
			(index 1788 (item) (color 0 255 0) 
				(rect	(11447 6762 11522 6829)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 95 )
	( name "Guard of D'evah's Commander")
	( desc "All things are under the direction of Guard of D'evah's Commander and he assumes command of Guards of D'evah. ")
	( npcindex 1004 )
	( prequest 1 94 )
	( flag 
		( key 1)
		( desc "Remove Guard of D'evah's Command and visit Dae-Gil.")
		( param 359528 186386 )
		( npcdesc "Dae-Gil" )
		( npcindex 1004 )
		( item 1 1789 1 )
		(targetrect 1
			(index 1789 (item) (color 0 255 0) 
				(rect	;(10928 6341 10975 6342)
					(10928 6331 10975 6352)
				)
			)
		)
		( gotarget QUEST_NPC 1004 2 2200)
	)
)

( task 
	( key 98 )
	( name "Taking back gift bag")
	( desc "Black Santa Claus has stolen Santa Claus's gift bag.")
	( npcindex 706 )
	( flag 
		( key 1)
		( desc "Bring the lost gift bag to Santa Claus, and you can get a gift from him.")
;		( param 359528 186386 )
		( npcdesc "Black Santa Claus" )
		( npcindex 706 )
		( item 1 1110 1 )
	)
)

;중저레벨 케어 신규 추가 일일퀘스트
( task 
	( key 100 )		
	( name "[Event] meeting with Royal Inspecter") ;key 값이 9000이하 = 일반퀘스트
	( desc "Please talk to the Royal Inspecter again.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please talk to the Royal Inspecter again.")	;퀘스트 진행 설명
		( param 258024 259614 )		;npc의 위치
		( npcdesc "Royal Inspecter in the Village of Narootuh" )
		( gotarget QUEST_NPC 1205 1 1000)
	)
)

( task 
	( key 101 )		
	( name "[Event] odd omen")
	( desc "Report to Royal Inspecter at the Village of Narootuh after killing the Demon Carcass Scavenger.")
	( type 4 )
	( flag 
		( key 1)
		( desc "The messengers are sustaining great damage because of the Demon Carcass Scavenger. Report to Royal Inspecter at the Village of Narootuh after killing the Demon Carcass Scavenger.")
		( param 258024 259614 )
		( npcdesc "Royal Inspecter in the Village of Narootuh" )
		( target 1 10 20)
		(targetrect 1
			(index 10 (monster) (color 0 255 0)
				(rect (8294 8319 8392 8406) )
				(rect (8328 8378 8406 8504) )
				(rect (8354 8491 8379 8523) )
				(rect (8282 8537 8295 8620) )
				(rect (8391 8482 8413 8534) )
			)
		)
		( gotarget QUEST_NPC 1205 1 1000)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 258024 259614 )
		( npcdesc "Royal Inspecter in the Village of Narootuh" )
		( gotarget QUEST_NPC 1205 1 1000)
	)
)

( task 
	( key 102 )		
	( name "[Event] evil sign")
	( desc "Report this to Royal Inspecter in Geum-Oh Mine after Killing those The Wild Demon Soldier and the Demon Shock Trooper are done.")
	( type 4 )
	( flag 
		( key 1)
		( desc "The Wild Demon Soldier and the Demon Shock Trooper have been seen on the right hill of the south gate. Report this to Royal Inspecter in Geum-Oh Mine after Killing those The Wild Demon Soldier and the Demon Shock Trooper are done.")
		( param 265639 285091 )
		( npcdesc "Royal Inspecter in the Geum-Oh Mine" )
		( target 2 14 15 15 15)
		(targetrect 2
			(index 14 (monster) (color 0 255 0)
				(rect (8046 8786 8117 8871) )
				(rect (8065 8909 8094 9020) )
				(rect (8204 7757 8233 7802) )
				(rect (8235 7739 8281 7754) )
				(rect (8065 8909 8094 9020) )
			)
			(index 15 (monster) (color 0 255 0)
				(rect (8228 8991 8311 9001) )
				(rect (8074 8992 8131 9048) )
				(rect (8248 7706 8294 7714) )
				(rect (8253 7700 8313 7706) )
				(rect (8000 8762 8087 8867) )
			)
		)
		( gotarget QUEST_NPC 1206 1 1200)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 265639 285091 )
		( npcdesc "Royal Inspecter in the Geum-Oh Mine" )
		( gotarget QUEST_NPC 1206 1 1200)
	)
)

( task 
	( key 103 )		
	( name "[Event] fierce attack")
	( desc "Please Report this to Royal Inspecter in Geum-Oh Mine after Killing the Demon Band is done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Many Demon Band is attacking here from the destoryed forthress on the right side of the gate. Please Report this to Royal Inspecter in Geum-Oh Mine after Killing Demon Band is done.")	
		( param 265639 285091 )		
		( npcdesc "Royal Inspecter in the Geum-Oh Mine" )
		( target 1 17 40)		
		(targetrect 1 		
			(index 17 (monster) (color 0 255 0) 
				(rect (8065 9041 8099 9057) )
				(rect (8022 8751 8070 8799) )
				(rect (8044 9038 8109 9067) )
			)
		)
		( gotarget QUEST_NPC 1206 1 1200)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 265639 285091 )
		( npcdesc "Royal Inspecter in the Geum-Oh Mine" )
		( gotarget QUEST_NPC 1206 1 1200)
	)
)

( task 
	( key 104 )		
	( name "[Event] abnormality")
	( desc "Please Report this to Royal Inspecter in Geum-Oh Mine after killing the Demon Mad Knight done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Demon Mad Knight. Please Report this to Royal Inspecter in Geum-Oh Mine after killing the Demon Mad Knight is done.")	
		( param 265639 285091 )		
		( npcdesc "Royal Inspecter in the Geum-Oh Mine" )
		( target 1 19 40)		
		(targetrect 1 		
			(index 19 (monster) (color 0 255 0)
				(rect (8027 9054 8077 9077) )
				(rect (8085 9027 8110 9045) )
				(rect (8186 7457 8223 7513) )	
				(rect (8266 7502 8294 7543) )
				(rect (8405 7400 8441 7418) )
			)
		)
		( gotarget QUEST_NPC 1206 1 1200)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 265639 285091 )
		( npcdesc "Royal Inspecter in the Geum-Oh Mine" )
		( gotarget QUEST_NPC 1206 1 1200)
	)
)

( task 
	( key 105 )		
	( name "[Event] mysterious energy")
	( desc "Please Report this to Royal Inspector in Geum-Oh Mine after Killing the Demon Commander is done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Demon Commander to the closed mine of the North Gate. Please Report this to Royal Inspector in Geum-Oh Mine after Killing the Demon Commander is done.")	
		( param 265639 285091 )		
		( npcdesc "Royal Inspecter in the Geum-Oh Mine" )
		( target 1 20 10)		
		(targetrect 1 		
			(index 20 (monster) (color 0 255 0)
				(rect (8139 9026 8168 9037) )
			)
		)
		( gotarget QUEST_NPC 1206 1 1200)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 265639 285091 )
		( npcdesc "Royal Inspecter in the Geum-Oh Mine" )
		( gotarget QUEST_NPC 1206 1 1200)
	)
)

( task 
	( key 106 )		
	( name "[Event] revealed unofficial history")
	( desc "Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Fellow Traveler to the Other World and the Sealed Ghost Troop is done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Fellow Traveler to the Other World and the Sealed Ghost Troop. Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Fellow Traveler to the Other World and the Sealed Ghost Troop is done.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( target 2 34 40 35 40)		
		(targetrect 2 		
			(index 34 (monster) (color 0 255 0)
				(rect (8339 7163 8387 7203) )
				(rect (8272 7137 8335 7171) )
				(rect (8264 7057 8304 7125) )
				(rect (8274 6995 8323 7052) )
			)
			(index 35 (monster) (color 0 255 0)
				(rect (8339 7163 8387 7203) )
				(rect (8272 7137 8335 7171) )
				(rect (8264 7057 8304 7125) )
				(rect (8274 6995 8323 7052) )
				(rect (8355 6996 8385 7019) )
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 107 )		
	( name "[Event] solving the grudge")
	( desc "Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Devil Soldier with Bow and the Devil Soldier with Sword is done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Devil Soldier with Bow and the Devil Soldier with Sword on Geum-Ohee Castle. Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Devil Soldier with Bow and the Devil Soldier with Sword is done.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( target 2 39 40 40 40)		
		(targetrect 2 		
			(index 39 (monster) (color 0 255 0)
				(rect (8342 7045 8362 7059) )
				(rect (8326 7064 8340 7081) )
				(rect (8362 7088 8400 7106) )
				(rect (8363 7025 8404 7032) )
				(rect (8400 7097 8448 7105) )
			)
			(index 40 (monster) (color 0 255 0)
				(rect (8369 7106 8425 7153) )
				(rect (8364 7032 8403 7083) )
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 108 )		
	( name "[Event] contiuned puzzle")
	( desc "Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Devil Soldier with Spear is done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Devil Soldier with Spear. Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing Devil Soldier with Spear is done.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( target 1 41 70)		
		(targetrect 1 		
			(index 41 (monster) (color 0 255 0)
				(rect (8364 7032 8403 7083) )
				(rect (8342 7059 8361 7081) )
				(rect (8403 7050 8417 7070) )
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 109 )		
	( name "[Event] faint clue")
	( desc "Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Devil Troop of Madness and the Devil Troop of Anger are done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Devil Troop of Madness and the Devil Troop of Anger. Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Devil Troop of Madness and the Devil Troop of Anger are done.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( target 2 57 40 58 40)		
		(targetrect 2 		
			(index 57 (monster) (color 0 255 0)
				(rect (8723 7366 8726 7426) )
				(rect (8786 7345 8800 7402) )
				(rect (8723 7457 8735 7514) )
				(rect (8824 7351 8846 7425) )
				(rect (8706 7458 8714 7519) )
			)
			(index 58 (monster) (color 0 255 0)
				(rect (8748 7444 8758 7510) )
				(rect (8769 7441 8776 7502) )
				(rect (8741 7443 8746 7517) )
				(rect (8755 7318 8761 7375) )
				(rect (8775 7325 8779 7376) )
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 110 )		
	( name "[Event] bitter truth")
	( desc "Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the 1st Devil Monster and the 2nd Devil Monster are done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the 1st Devil Monster and the 2nd Devil Monster. Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the 1st Devil Monster and the 2nd Devil Monster are done.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( target 2 42 10 43 10)		
		(targetrect 2 		
			(index 42 (monster) (color 0 255 0)
				(rect (8364 7032 8403 7083) )
				
			)
			(index 43 (monster) (color 0 255 0)
				(rect (8364 7032 8403 7083) )
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 111 )		
	( name "[Event] reiteration conspiracy")
	( desc "Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Doggebi with a Mask of Black Crow and Doggebi with a Mask of Black Panther are done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Doggebi with a Mask of Black Crow and Doggebi with a Mask of Black Panther in Forest of Statues. Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Doggebi with a Mask of Black Crow and Doggebi with a Mask of Black Panther are done.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( target 2 47 50 48 50)		
		(targetrect 2 		
			(index 47 (monster) (color 0 255 0)
				(rect (8795 7424 8855 7457) )
			)
			(index 48 (monster) (color 0 255 0)
				(rect (8811 7432 8854 7471) )
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 112 )		
	( name "[Event] revealed scheme")
	( desc "Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Giant Doggebi and Guardian of Doggebi are done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Giant Doggebi and Guardian of Doggebi. Report this to the Royal Inspector in Temporary Fort of Geum-Ohee Castle after killing the Giant Doggebi and Guardian of Doggebi are done.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in the Geum-Ohee Castle" )
		( target 2 49 50 50 50)		
		(targetrect 2	
			(index 49 (monster) (color 0 255 0)
				(rect (8801 7470 8843 7488) )
			)
			(index 50 (monster) (color 0 255 0)
				(rect (8819 7404 8851 7445) )
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 113 )		
	( name "[Event] fierce disturb")
	( desc "Report this to the Royal Inspector in The Pub of the Giant Bird after killing the Minister of the Royal Tomb and the Maid of Honor of the Royal Tomb are done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please kill the Minister of the Royal Tomb and  the Maid of Honor of the Royal Tomb. Report this to the Royal Inspector in The Pub of the Giant Bird after killing the Minister of the Royal Tomb and  the Maid of Honor of the Royal Tomb are done.")
		( param 256524 289183 )		
		( npcdesc "Royal Inspecter in The Pub of the Giant Bird" )
		( target 2 80 60 81 60)		
		(targetrect 2		
			(index 80 (monster) (color 0 255 0)
				(rect (7569 9132 7589 9170) )
				(rect (7559 9119 7579 9151) )
				(rect (7592 9147 7620 9165) )
				(rect (7602 9113 7635 9127) )
				(rect (7619 9112 7643 9129) )
			)
			(index 81 (monster) (color 0 255 0)
				(rect (7553 9137 7573 9174) )
				(rect (7561 9099 7582 9133) )
				(rect (7582 9160 7606 9178) )
				(rect (7608 9065 7637 9104) )
			)
		)
		( gotarget QUEST_NPC 1210 1 1300)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 256524 289183 )
		( npcdesc "Royal Inspecter in The Pub of the Giant Bird" )
		( gotarget QUEST_NPC 1210 1 1300)
	)
)

( task 
	( key 114 )		
	( name "[Event] a new beginning")
	( desc "Report this to the Royal Inspector in The Pub of the Giant Bird after killing the Royal Tomb Keeper (Sword), the Royal Tomb Keeper(shield), the Royal Tomb Keeper (Iron Hammer), and the Royal Tomb Keeper (Spear) are done.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Pleases kill the Royal Tomb Keeper (Sword), the Royal Tomb Keeper(shield), the Royal Tomb Keeper (Iron Hammer), and the Royal Tomb Keeper (Spear). Report this to the Royal Inspector in The Pub of the Giant Bird after killing the Royal Tomb Keeper (Sword), the Royal Tomb Keeper(shield), the Royal Tomb Keeper (Iron Hammer), and the Royal Tomb Keeper (Spear) are done.")	
		( param 256524 289183 )		
		( npcdesc "Royal Inspecter at the Pub of the Giant Bird" )
		( target 4 82 40 83 40 84 40 85 40)		
		(targetrect 4		
			(index 82 (monster) (color 0 255 0)
				(rect (7812 9272 7825 9315) )
				(rect (7721 9259 7760 9272) )
			)
			(index 83 (monster) (color 0 255 0)
				(rect (7806 9272 7816 9312) )
				(rect (7717 9248 7753 9259) )
			)
			(index 84 (monster) (color 0 255 0)
				(rect (7809 9271 7800 9311) )
				(rect (7766 9245 7807 9257) )
			)
			(index 85 (monster) (color 0 255 0)
				(rect (7762 9237 7806 9252) )
				(rect (7726 9236 7773 9250) )
			)
		)
		( gotarget QUEST_NPC 1210 1 1300)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 256524 289183 )
		( npcdesc "Royal Inspecter in The Pub of the Giant Bird" )
		( gotarget QUEST_NPC 1210 1 1300)
	)
)

( task 
	( key 115 )		
	( name "scout surrounding the Tower of Doggebi [1]")
	( desc "Report to Royal Inspecter in temporary Fort of Geum-Ohee Castle after you overpowered Doggebi.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please overpower Doggebi with a Gong, Drunken Doggebi and Doggebi with a Mask of Black Crow in Forest of Statues. Report to Royal Inspecter in temporary Fort of Geum-Ohee Castle after you overpowered Doggebi.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in Geum-Ohee Castle" )
		( target 3 45 40 46 30 47 30)		
		(targetrect 3 		
			(index 45 (monster) (color 0 255 0)
				(rect (8806 7487 8850 7501))
				(rect (8823 7433 8847 7459))
				(rect (8827 7463 8873 7483))
			)
			(index 46 (monster) (color 0 255 0)
				(rect (8801 7482 8811 7521))
				(rect (8805 7505 8845 7518))
				(rect (8852 7444 8874 7476))
			)
			(index 47 (monster) (color 0 255 0)
				(rect (8795 7424 8855 7457))
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 116 )		
	( name "scout surrounding the Tower of Doggebi [2]")
	( desc "Report to Royal Inspecter in temporary Fort of Geum-Ohee Castle after you overpowered Doggebi.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please overpower Drunken Doggebi, Doggebi with a Mask of Black Crow and Doggebi with a Mask o fBlack Panther in Forest of Statues. Report to Royal Inspecter in temporary Fort of Geum-Ohee Castle after you overpowered Doggebi.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in Geum-Ohee Castle" )
		( target 3 46 40 47 30 48 30)		
		(targetrect 3 		
			(index 46 (monster) (color 0 255 0) 
				(rect (8801 7482 8811 7521))
				(rect (8805 7505 8845 7518))
				(rect (8852 7444 8874 7476))
			)
			(index 47 (monster) (color 0 255 0) 
				(rect (8795 7424 8855 7457))
			)
			(index 48 (monster) (color 0 255 0) 
				(rect (8811 7432 8854 7471))
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 117 )		
	( name "scout surrounding the Tower of Doggebi [3]")
	( desc "Report to Royal Inspecter in temporary Fort of Geum-Ohee Castle after you overpowered Doggebi.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please overpower Doggebi with a Mask of Black Crow, Doggebi with a Mask of Black Panther, Giant Doggebi and Guardian of Doggebi in Forest of Statues. Report to Royal Inspecter in temporary Fort of Geum-Ohee Castle after you overpowered Doggebi.")	
		( param 267485 242524 )		
		( npcdesc "Royal Inspecter in Geum-Ohee Castle" )
		( target 4 47 30 48 30 49 30 50 10)		
		(targetrect 4 		
			(index 47 (monster) (color 0 255 0)
				(rect (8795 7424 8855 7457))
			)
			(index 48 (monster) (color 0 255 0)
				(rect (8811 7432 8854 7471))
			)
			(index 49 (monster) (color 0 255 0) 
				(rect (8801 7470 8843 7488))
			)
			(index 50 (monster) (color 0 255 0) 
				(rect (7614 9133 7616 9184))
			)
		)
		( gotarget QUEST_NPC 1208 1 1400)
	)
	( flag 
		( key 2)
		( desc "You have accomplished the mission. Please pick up your reward.")
		( param 267485 242524 )
		( npcdesc "Royal Inspecter in Geum-Ohee Castle" )
		( gotarget QUEST_NPC 1208 1 1400)
	)
)

( task 
	( key 118 )
	( name "[Daily] interception on the demon[1]")
	( desc "Please intercept the Demon Troops that are watching for the Geum-Oh Mine.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please kill Demon Infantry near to Geum-Oh Mine.")
		( param 265612 285080 )
		( npcdesc "Mission table in Geum-Oh Mine" )
		( target 1 11 15)
		(targetrect 1
			(index 11 (monster) (color 0 255 0) 
				(rect (8286 8562 8307 8619))
			    (rect (8367 8578 8416 8633))
			    (rect (8244 8658 8304 8766))
				(rect (8282 8514 8303 8562))
				(rect (8165 8760 8190 8774))
			)
		)
		( gotarget QUEST_NPC 1207 1 1200)
	)
)

( task 
	( key 119 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] interception on the demon[2]")
	( desc "Please intercept the Demon Troops that are watching for the Geum-Oh Mine.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please kill Demon Flag Bearer near to Geum-Oh Mine.")	;퀘스트 진행 설명
		( param 265612 285080 )		;npc의 위치
		( npcdesc "Mission table in Geum-Oh Mine" )
		( target 1 16 15)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 16 (monster) (color 0 255 0) 
				(rect (8006 8773 8083 8875) )
				(rect (8300 7679 8309 7738) )
				(rect (8212 8999 8255 9019) )
				(rect (8330 7682 8347 7729) )
				(rect (8032 8762 8087 8823) )
			)
		)
		( gotarget QUEST_NPC 1207 1 1200)
	)
)

( task 
	( key 120 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] interception on the demon[3]")
	( desc "Please intercept the Demon Troops that are watching for the Geum-Oh Mine.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please kill Demon Band near to Geum-Oh Mine.")	;퀘스트 진행 설명
		( param 265612 285080 )		;npc의 위치
		( npcdesc "Mission table in Geum-Oh Mine" )
		( target 1 17 15)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 17 (monster) (color 0 255 0) 
				(rect (8065 9041 8099 9057) )
			)
		)
		( gotarget QUEST_NPC 1207 1 1200)
	)
)

( task 
	( key 121 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] interception on the demon[4]")
	( desc "Please intercept the Demon Troops that are watching for the Geum-Oh Mine.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please kill Demon Mad Knight near to Geum-Oh Mine.")	;퀘스트 진행 설명
		( param 265612 285080 )		;npc의 위치
		( npcdesc "Mission table in Geum-Oh Mine" )
		( target 1 19 20)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 19 (monster) (color 0 255 0)
				(rect (8027 9054 8077 9077) )
				(rect (8085 9027 8110 9045) )
				(rect (8186 7457 8223 7513) )
				(rect (8266 7502 8294 7543) )
				(rect (8327 7445 8363 7466) )
			)
		)
		( gotarget QUEST_NPC 1207 1 1200)
	)
)

( task 
	( key 122 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] memorial ceremony")
	( desc "Please attain Buddhahood Ghost of Young Woman near to temporary Fort of Geum-Ohee Castle.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please attain Buddhahood Ghost of Young Woman near to temporary Fort of Geum-Ohee Castle.")	;퀘스트 진행 설명
		( param 267479 242553 )		;npc의 위치
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 31 20)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 31 (monster) (color 0 255 0) 
				(rect (8275 7298 8310 7331) )
				(rect (8187 7293 8204 7317) )
				(rect (8269 7201 8281 7231) )
				(rect (8278 7092 8298 7122) )
				(rect (8309 7235 8339 7253) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 123 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] revenge of the Geum-Ohee Castle[1]")
	( desc "Please revange to Geum-Ohee Castle.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please kill Devil Soldier near to Geum-Ohee Castle.")	;퀘스트 진행 설명
		( param 267479 242553 )		;npc의 위치
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 37 25)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 37 (monster) (color 0 255 0) 
				(rect (8254 6969 8309 7016) )
				(rect (8303 6972 8346 7004) )
				(rect (8323 7100 8344 7139) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 124 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] revenge of the Geum-Ohee Castle[2]")
	( desc "Please revange to Geum-Ohee Castle.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please kill Devil Soldier with TwinBlades near to Geum-Ohee Castle.")	;퀘스트 진행 설명
		( param 267479 242553 )		;npc의 위치
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 38 25)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 38 (monster) (color 0 255 0)
				(rect (8321 7082 8350 7123) )
			    (rect (8357 7107 8401 7152) )
			    (rect (8415 7061 8450 7145) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 125 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] revenge of the Geum-Ohee Castle[3]")
	( desc "Please revange to Geum-Ohee Castle.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please kill Devil Soldier with Sword near to Geum-Ohee Castle.")	;퀘스트 진행 설명
		( param 267479 242553 )		;npc의 위치
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 40 25)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 40 (monster) (color 0 255 0) 
				(rect (8369 7106 8425 7153) )
				(rect (8364 7032 8403 7083) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 126 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] recovering the Forest of Statues[1]")
	( desc "Please kill Devil Troop in Forest of Statues.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please kill Devil Troop of Desire in Forest of Statues.")	;퀘스트 진행 설명
		( param 267479 242553 )		;npc의 위치
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 52 25)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 52 (monster) (color 0 255 0)
				(rect (8537 7325 8540 7382) )
                (rect (8510 7359 8514 7418) )
                (rect (8463 7472 8467 7529) )
                (rect (8523 7423 8528 7478) )
			    (rect (8519 7349 8522 7415) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 127 )		;key 값이 9000이하 = 일반퀘스트
	( name "[Daily] recovering the Forest of Statues[2]")
	( desc "Please kill Devil Troop in Forest of Statues.")	;퀘스트 더블클릭시 나오는 설명
	( type 4 )		;3 = 반복, 4 = Daily(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag 
		( key 1)
		( desc "Please kill Devil Troop of Greed in Forest of Statues.")	;퀘스트 진행 설명
		( param 267479 242553 )		;npc의 위치
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 54 25)		; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
					; 옆의 예시 해석 - 1개의 목표가 3번 인덱스를 1개 필요로 한다 - 정도로 해석됨
		(targetrect 1 		; rect를 그려줄 개수
			(index 54 (monster) (color 0 255 0) 
				(rect (8591 7398 8595 7449) )
				(rect (8643 7546 8645 7619) )
				(rect (8621 7401 8626 7454) )
				(rect (8627 7546 8639 7622) )
				(rect (8617 7544 8630 7619) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 128 )	
	( name "[Daily] subduing the Doggebi[1]")
	( desc "Please overpower Crazed Doggebi in Forest of Statues.")	
	( type 4 )		
	( flag 
		( key 1)
		( desc "Please overpower Doggebi of Monster Face in Forest of Statues.")	
		( param 267479 242553 )		
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 44 25)		
		(targetrect 1 		
			(index 44 (monster) (color 0 255 0)
				(rect (8570 7502 8584 7538) )
			    (rect (8577 7489 8617 7500) )
			    (rect (8763 7469 8805 7485) )
			    (rect (8778 7466 8798 7526) )
			    (rect (8817 7495 8859 7508) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 129 )	
	( name "[Daily] recovering the Forest of Statues[3]")
	( desc "Please kill Devil Troop of Greed in Forest of Statues.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please kill  DevilTroop of Anger in Forest of Statues.")
		( param 267479 242553 )
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 58 25)
		(targetrect 1
			(index 58 (monster) (color 0 255 0)
				(rect (8769 7441 8776 7502) )
				(rect (8748 7444 8758 7510) )
				(rect (8741 7443 8746 7517) )
				(rect (8762 7442 8771 7502) )
				(rect (8775 7325 8779 7376) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 130 )
	( name "[Daily] subduing the Doggebi[2]")
	( desc "Please overpower Crazed Doggebi in Forest of Statues.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpower Doggebi with a Gong in Forest of Statues.")
		( param 267479 242553 )
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 45 25)
		(targetrect 1
			(index 45 (monster) (color 0 255 0) 
				(rect (8806 7487 8850 7501))
				(rect (8823 7433 8847 7459) )
				(rect (8827 7463 8873 7483) )
			)   
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 131 )
	( name "[Daily] subduing the Doggebi[3]")
	( desc "Please overpower Crazed Doggebi in Forest of Statues.")
	( type 4 )
	( flag
		( key 1)
		( desc "Please kill Drunken Doggebi in Forest of Statues.")
		( param 267479 242553 )
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 46 25)
		(targetrect 1
			(index 46 (monster) (color 0 255 0)
				(rect (8801 7482 8811 7521) )
				(rect (8805 7505 8845 7518) )
				(rect (8852 7444 8874 7476) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 132 )
	( name "[Daily] subduing the Doggebi[4]")
	( desc "Please overpower Crazed Doggebi in Forest of Statues.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpower Doggebi with a Mask of Black Panther in Forest of Statues.")
		( param 267479 242553 )
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 48 25)
		(targetrect 1
			(index 48 (monster) (color 0 255 0) 
				(rect (8811 7432 8854 7471) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 133 )
	( name "[Daily] subduing the Doggebi[5]")
	( desc "Please overpower Crazed Doggebi in Forest of Statues.")
	( type 4 )
	( flag
		( key 1)
		( desc "Please overpower Guardian of Doggebi in Forest of Statues.")
		( param 267479 242553 )
		( npcdesc "Mission table in Geum-Ohee Castle" )
		( target 1 50 25)
		(targetrect 1
			(index 50 (monster) (color 0 255 0) 
				(rect (7614 9133 7616 9184) )
			)
		)
		( gotarget QUEST_NPC 1209 1 1400)
	)
)

( task 
	( key 134 )
	( name "[Daily] Grave Management[1]")
	( desc "Please kill the the Soldiers that are out of the control at the Royal Tomb.")
	( type 4 )
	( flag
		( key 1)
		( desc "Please overpower Rotten Skeleton Warrior of theRoyal Tomb in the Royal Tomb.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 2 78 20 79 20)
		(targetrect 2
			(index 78 (monster) (color 0 255 0) 
				(rect (7789 9109 7790 9148) )
			    (rect (7767 9099 7769 9145) )
				(rect (7788 9067 7804 9093) )
				(rect (7771 9052 7788 9080) )
			)
			(index 79 (monster) (color 0 255 0) 
				(rect (7779 9108 7780 9148) )
			    (rect (7797 9112 7799 9153) )
				(rect (7772 9077 7807 9091) )
				(rect (7766 9059 7795 9077) )
			)
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 135 )
	( name "[Daily] Grave Management[2]")
	( desc "Please kill the the Soldiers that are out of the control at the Royal Tomb.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpower Maid of Honor of the Royal Tomb and Minister of the Royal Tomb in the Royal Tomb.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 2 80 20 81 20)
		(targetrect 2
			(index 80 (monster) (color 0 255 0) 
				(rect (7569 9132 7589 9170) )
			    (rect (7559 9119 7579 9151) )
			    (rect (7592 9147 7620 9165) )
				(rect (7602 9113 7635 9127) )
				(rect (7619 9112 7643 9129) )
			)
			(index 81 (monster) (color 0 255 0) 
				(rect (7553 9137 7573 9174) )
				(rect (7561 9099 7582 9133) )
				(rect (7582 9160 7606 9178) )
				(rect (7608 9065 7637 9104) )
			)
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 136 )
	( name "[Daily] Grave Management[3]")
	( desc "Please kill the the Soldiers that are out of the control at the Royal Tomb.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpower the Royal Tomb Keeper in the Royal Tomb.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 3 82 15 84 15 85 15)
		(targetrect 3
			(index 82 (monster) (color 0 255 0) 
				(rect (7812 9272 7825 9315) )
				(rect (7721 9259 7760 9272) )
			)
			(index 84 (monster) (color 0 255 0) 
				(rect (7809 9271 7800 9311) )
			)
			(index 85 (monster) (color 0 255 0) 
				(rect (7762 9237 7806 9252) )
				(rect (7726 9236 7773 9250) )
			)
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 137 )
	( name "[Daily] subduing the High Class Doggebi [1]")
	( desc "Please overpower High Class Doggebi in The Doggebi Tower")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the High Class Drunken Doggebi in [The Doggebi Tower] 2nd floor and 3rd floor.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 239 50)
		(targetrect 1
			(index 239 (monster) (color 0 255 0)
                (rect (8771 7765 8811 7805) )
            )
                
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 138 )
	( name "[Daily] subduing the High Class Doggebi [2]")
	( desc "Please overpower High Class Doggebi in The Doggebi Tower")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the High Class Doggebi with a Mask of Black Crow in [The Doggebi Tower] 2nd floor and 3rd floor.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 242 50)
		(targetrect 1
			(index 242 (monster) (color 0 255 0)
                (rect (8771 7765 8811 7805) )
            ) 
                
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 139 )
	( name "[Daily] subduing the Demon [1]")
	( desc "Please kill Demon")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the Demon Crack Soldier in [The Doggebi Tower] 3rd floor.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 245 50)
		(targetrect 1
			(index 245 (monster) (color 0 255 0)
                (rect (8771 7765 8811 7805) )
            ) 
                
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 140 )
	( name "[Daily] subduing the Demon [2]")
	( desc "Please kill Demon")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the Warrior of Shadow Troop in [Royal Tomb of Gehbalhan].")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 160 50)
		(targetrect 1
			(index 160 (monster) (color 0 255 0) 
                (rect (7569 9302 7596 9332) )
            )

		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 141 )
	( name "[Daily] subduing the Demon [3]")
	( desc "Please kill Demon.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the Hook of Shadow Troop in [Royal Tomb of Gehbalhan].")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 161 50)
		(targetrect 1
			(index 161 (monster) (color 0 255 0) 
                (rect (7569 9302 7596 9332) )
            )
                
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 142 )
	( name "[Daily] subduing the Demon [4]")
	( desc "Please kill Demon.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the Chief of Demon Crack Troop in [The Doggebi Tower] 4th floor.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 248 50)
		(targetrect 1
			(index 248 (monster) (color 0 255 0) 
                (rect (8771 7765 8811 7805) )
            )
                
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 143 )
	( name "[Daily] subduing the Demon [5]")
	( desc "Please kill Demon.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the Watcher of Shadow Troop in [Royal Tomb of Gehbalhan].")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 162 50)
		(targetrect 1
			(index 162 (monster) (color 0 255 0)
                (rect (7569 9302 7596 9332) )
            )
                            
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 144 )
	( name "[Daily] subduing the Demon [6]")
	( desc "Please kill Demon.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the White Beast of Demon Crack Troop in [The Doggebi Tower] 4th floor and 5th floor.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 254 50)
		(targetrect 1
			(index 254 (monster) (color 0 255 0)
                (rect (8771 7765 8811 7805) )
            )
                
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 145 )
	( name "[Daily] subduing the Demon [7]")
	( desc "Please kill Demon.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the Chief Warrior of Shadow Troop in [Royal Tomb of Gehbalhan].")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 163 50)
		(targetrect 1
			(index 163 (monster) (color 0 255 0)
                (rect (7569 9302 7596 9332) )
            )
                
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 146 )
	( name "[Daily] subduing the Demon [8]")
	( desc "Please kill Demon.")
	( type 4 )
	( flag 
		( key 1)
		( desc "Please overpowered the Blue Beast of Demon Crack Troop in [The Doggebi Tower] 5th floor.")
		( param 256534 289154 )
		( npcdesc "Mission table in The Pub of the Giant Bird" )
		( target 1 257 50)
		(targetrect 1
			(index 257 (monster) (color 0 255 0) 
                (rect (8771 7765 8811 7805) )
            )
                
		)
		( gotarget QUEST_NPC 1211 1 1300)
	)
)

( task 
	( key 9010)
	( name "Gateway to success")
	( desc " High Priest Sur An is worried about the elements that are currently awaken and bringing confusion to the world. He seems to need your help for stopping this. If you solve this problem, you'll be rewarded adequately.")
	( npcindex 109 )
    (prequest 9008)	
	( flag 
		( key 1)
		( desc "Go to City of Priest and find high priest Sur An and give him Jae Ga's recommendation letter.")
		( param 231594 294695 )
		( item 1 1471 1 )
		( npcdesc "High priest [Sur-An]" )
		( level 70 )
		( npcindex 288 )
		( gotarget QUEST_NPC 288 1 1600)
	)


	( flag 
		( key 4)
		( desc "Find the elements from low level elemental spirits in the forest. There are 5 kinds of elements: elements of fire, water, wood, iron, and earth. Gather 10 of them each.")
		( param 231594 294695)
		( item 5 1461 10 1462 10 1463 10 1464 10 1465 10 )
		( npcdesc "High priest [Sur-An]" )
		( level 70 )
		( npcindex 288 )
		(targetrect 5
			(index 1461 (item) (color 0 255 0) 
				(rect	(7169 8574 7217 8699)
					(7365 8755 7371 8764)
				)
			)
			(index 1462 (item) (color 0 255 0) 
				(rect	(7304 8511 7399 8657)
					(7258 8707 7308 8791)
					(7435 8648 7474 8691)
					(7365 8755 7371 8764)
				)
			)
			(index 1463 (item) (color 0 255 0) 
				(rect	(7489 8572 7572 8682)
					(7495 8722 7521 8779)
					(7365 8755 7371 8764)
				)
			)
			(index 1464 (item) (color 0 255 0) 
				(rect	(7514 8818 7643 8910)
					(7365 8755 7371 8764)
				)
			)
			(index 1465 (item) (color 0 255 0) 
				(rect	(7182 8816 7446 8895)
					(7365 8755 7371 8764)
				)
			)
		)
		( gotarget QUEST_NPC 288 1 1600)
	)


	( flag 
		( key 7)
		( desc "Go to the altar in the Forrest of Elements. Purify the elements of fire, water, wood, iron, and earth to get purified elements.")
		( param 231594 294695)
		( item 5 1466 1 1467 1 1468 1 1469 1 1470 1 )
		( npcdesc "High priest [Sur-An]" )
		( level 70 )
		( npcindex 288 )
		( gotarget QUEST_NPC 288 1 1600)
	)

	( flag 
		( key 10)
		( desc "Collect the materials that is required. They are the 'Necklace of Evil' of the Chief of the Traitor's Hangout, second one is the 'Lord's Jaw' from the Lord of Shadow Troop's head, third one is the 'Monster's Right Arm' from the Demon Monster, and the last one is the 'Sword of the Chief Defender' which the Demon Defender uses.")
		( param 231594 294695)
		( item 4 1493 1 1494 1 1495 1 1496 1)
		( npcdesc "High priest [Sur-An]" )
		( level 70 )
		( npcindex 288 )
		(targetrect 4
			(index 1493 (item) (color 0 255 0) 
				(rect	(6723 9261 6751 9286)
				)
			)
			(index 1494 (item) (color 0 255 0) 
				(rect	(7576 9307 7591 9322)
				)
			)
			(index 1495 (item) (color 0 255 0) 
				(rect	(7093 9946 7109 9962)
				)
			)
			(index 1496 (item) (color 0 255 0) 
				(rect	(7989 8035 8001 8048)
				)
			)
		)
		( gotarget QUEST_NPC 288 1 1600)
	)
	
	( flag 
		( key 13)
		( desc "Get the 'Complete E-moogy's Scale' from the Thousand Year Old E-moogy in the E-mok Island, and the 'Horn of Doggebi Lord' from the Doggebi Lord's forehead.")
		( param 231594 294695)
		( item 2 1497 1 1498 1 )
		( npcdesc "High priest [Sur-An]" )
		( level 70 )
		( npcindex 288 )
		(targetrect 2
			(index 1497 (item) (color 0 255 0) 
				(rect	(7989 8035 8001 8048)
				)
			)
			(index 1498 (item) (color 0 255 0) 
				(rect	(8783 7807 8797 7823)
				)
			)
		)
		( gotarget QUEST_NPC 288 1 1600)
	)
)




( task 
	( key 9011)
	( name "Go to the tower of the Priest")
	( desc "Sur An's ceremony for returning the elemental spirits has been concluded, and you have earned new government position. Now is the time with the power from new world to make an order for Bae Dal country in chaos. As a first step, Seo Ahn tells you to find 'Il Ja'.")
	( npcindex 288 )
    (prequest 9010)
	( flag 
		( key 1)
		( desc "Find 'Il Ja' in the Tower of Priest.")
		( param 235968 279757)
		( npcdesc "Priest Tower [Il Ja]" )
		( level 70 )
		( npcindex 653 )
		( gotarget QUEST_NPC 653 1 1600)
	)

)

;priest
( task 
	( key 10001)
	( name "[Event] Qualification Test :"Essence of Elemental"")
	( desc "You’ve come to Il ja upon Seoan’s recommendation, but he does not seem to trust you yet. To find a way to correct the alteration happening in the world, you must first gain his trust. He has the key that leads you to the way.")
	( npcindex 653 )
	( flag 
		( key 1)
		( desc "You must obtain essences of 5 different Master elementals in the Priest Tower: Fire, Water, Wood, Iron, and Earth. Bring all of them to Il ja. He will teach you how to correct the altered world.")
		( param 235968 279757 )
		( item 5 1612 1 1613 1 1614 1 1615 1 1616 1 )
		( npcdesc "Priest Tower [Il Ja]" )
		( level 70 )
		( npcindex 653 )
		(targetrect 5
			(index 1612 (item) (color 0 255 0) 
				(rect	(7355 8748 7377 8773)
				)
			)
			(index 1613 (item) (color 0 255 0) 
				(rect	(7355 8748 7377 8773)
				)
			)
			(index 1614 (item) (color 0 255 0) 
				(rect	(7355 8748 7377 8773)
				)
			)
			(index 1615 (item) (color 0 255 0) 
				(rect	(7355 8748 7377 8773)
				)
			)
			(index 1616 (item) (color 0 255 0) 
				(rect	(7355 8748 7377 8773)
				)
			)
		)
		( gotarget QUEST_NPC 653 1 1600)
	)
)

( task 
	( key 10002)
	( name "[Event] The Passage Money : "Devah's Soul" ")
	( desc "You’ve come to Il ja upon Seoan’s recommendation, but he does not seem to trust you yet. To find a way to correct the alteration happening in the world, you must first gain his trust. He has the key that leads you to the way.")
	( npcindex 653 )
	( flag 
		( key 1)
		( desc "Il ja has asked you to collect 100 Essence of the Undead for a trinket which will enable you to pass through Elia’s protective magic square. Please collect the essences as Il ja asked, so you can speak to Elia and learn how to go to Western Regions.")
		( param 235968 279757 )
		( item 1 1617 100 )
		( npcdesc "Priest Tower [Il Ja]" )
		( level 70 )
		( npcindex 653 )
		(targetrect 1
			(index 1617 (item) (color 0 255 0) 
				(rect	(6720 9245 6806 9297)
					(6923 9244 7134 9502)
					(7202 9337 7416 9518)
				)
			)
		)
		( gotarget QUEST_NPC 653 1 1600)
	)
)

( task 
	( key 10003)
	( name "[Event] The Key to the Unknown World")
	( desc "You’ve come to Il ja upon Seoan’s recommendation, but he does not seem to trust you yet. To find a way to correct the alteration happening in the world, you must first gain his trust. He has the key that leads you to the way.")
	( npcindex 653 )
	( flag 
		( key 1)
		( desc "Handed the necklace to pass through Elia’s magic square, Il ja has encouraged you to ask Elia how to go to Western Regions.")
		( param 235968 279757 )
		( npcdesc "Priest Tower [Il Ja]" )
		( item 1 1619 1 )
		( level 70 )
		( npcindex 653 )
		(targetrect 1
			(index 1619 (item) (color 0 255 0) 
				(rect	(7354 8744 7381 8773)
				)
			)
		)
		( gotarget QUEST_NPC 653 1 1600)
	)
)

( task 
	( key 10004)
	( name "[Event] The gateway to the West World")
	( desc "When you arrived at his room, Elia already has left the Priest Tower leaving only his soul behind. But fortunately, you were able to find a key to Western Regions. According to Il ja, the ring enables you to move to Western Region following the road that Elia has walked. You must go ask help from the people of the regions to correct the alteration of the world.")
	( flag 
		( key 1)
		( desc "Find the gate and road to Western Regions.")
		( param 235968 279757 )
		( gotarget QUEST_NPC 653 1 1600)
	)
)

( task 
	( key 10005)
	( name "[Event] Moving Trinket")
	( desc "Jin-Heun said that you have to meet Il-Ja first to receive the Moving Trinket.")
	( flag 
		( key 1)
		( desc "If you hand both an I’Lryer's necklace and an I’Lryer's ring to Jin-Heun, you can get a Moving Trinket from him.")
		( param 266256 288108 )
		( npcdesc "Messenger of Devah [Jin-Heun]" )
		( npcindex 694 )
		( gotarget QUEST_NPC 694 1 1200)
	)
)

( task 
	( key 10006)
	( name "[Event] Entry into valley of Devah")
	( desc "You got exhausted and fallen on the ground in front of the gate of Mu-Geuk after the battle against I'Lryer. Chunji-Yun's village headman's daughter, Lady Soo-Ryun has found you unconscious and helped you to recover.")
	( flag 
		( key 1)
		( desc "Lady Soo-Ryun is waiting for you to get well. Give thanks as soon as you are recovered.")
		( param 361649 187379 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( gotarget QUEST_NPC 1000 2 2100)
	)

)

( task 
	( key 10007)
	( name "[Event] Quality of Mu-Geuk warrior")
	( desc "Demons that have come across to Mu-Geuk have started to set up a formation. Lady Soo-Ryun asked you a favor to protect Chunji-Yun village, Mu-Geuk's last defence.")_
	( flag 
		( key 1)
		( desc "Lady Soo-Ryun is waiting for you to get well. Give thanks as soon as you are recovered.")
		( param 361649 187379 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( gotarget QUEST_NPC 1000 2 2100)
	)
	( flag 
		( key 2)
		( desc "Lady Soo-Ryun is waiting for you to get well. Give thanks as soon as you are recovered.")
		( param 361649 187379 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( gotarget QUEST_NPC 1000 2 2100)
	)
	( flag 
		( key 3)
		( desc "Lady Soo-Ryun is waiting for you to get well. Give thanks as soon as you are recovered.")
		( param 361649 187379 )
		( npcindex 1000 )
		( npcdesc "Soo-Ryun" )
		( gotarget QUEST_NPC 1000 2 2100)
	)
	( flag 
		( key 4)
		( desc "Destroy all Crazy Demon Worker's catapult and bring 30 Crazy Demon Worker's heads.")
		( param 361649 187379 )
		( npcindex 1000 )
		( npcdesc "Soo-Ryun" )
		( item 2 1692 10 1713 30 )
		(targetrect 2
			(index 1692 (item) (color 0 255 0) 
				(rect	;(11217 5887 11218 5888)
					;(11209 5832 11211 5833)
					;(11242 6326 11243 6327)
					;(11253 6265 11254 6266)
					;(11217 6290 11218 6291)
					(11210 5880 11220 5890)
					(11205 5825 11215 5835)
					(11235 6320 11245 6330)
					(11250 6260 11260 6270)
					(11215 6285 11225 6295)
				)
			)
			(index 1713 (item) (color 0 255 0) 
				(rect	(10991 5826 11161 5930)
					(11134 6029 11211 6098)
					(11082 5955 11174 6018)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)

( task 
	( key 10008)
	( name "[Event] Quality of Mu-Geuk warrior ")
	( desc "Chunji-Yun's elder Beom-Soo was Mu-Geuk's tactician who mastered martial arts and scholastics. He was well known for his kindness and modesty. He was admired by everyone. Now he is retired but still works for Chunji-Yun village. With his wisdom, you will be able to see what you need to do in this wide Mu-Geuk.")
	( flag 
		( key 1)
		( desc "Elder Beom-Soo is looking for you. Elder Beon-Soo stays at east of the village, Munseongjeong. Meet him.")
		( param 360887 188039 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 10009)
	( name "[Event] Quality of Mu-Geuk warrior  ")
	( desc "Chunji-Yun's elder Beom-Soo was Mu-Geuk's tactician who mastered martial arts and scholastics. He was well known for his kindness and modesty. He was admired by everyone. Now he is retired but still works for Chunji-Yun village. With his wisdom, you will be able to see what you need to do in this wide Mu-Geuk.")
	( flag 
		( key 1)
		( desc "Elder Beom-Soo is looking for you. Elder Beon-Soo stays at east of the village, Munseongjeong. Meet him.")
		( param 360887 188039 )
		( npcdesc "Beom-Soo" )
		( npcindex 1006 )
		( gotarget QUEST_NPC 1006 2 2100)
	)
	( flag 
		( key 2)
		( desc "Elder Beom-Soo asked you to go to Demon's camp at Chunji-Yun's northeast end and retrieve Sealed Stone with Village Headman's Spirit and bring it to Lady Soo-Ryun. Find the Sealed Stone and bring it to Lady Soo-Ryun.")
		( param 361649 187379 )
		( npcindex 1006 )
		( npcdesc "Beom-Soo" )
		( item 1 1694 1 )
		( gotarget QUEST_NPC 1006 2 2100)
	)

)

( task 
	( key 20000)
	( name "[Repeat] Troublesome Deset Scorpions")
	( desc "Desert Scorpions have been reeking havoc in the Hondel Region. Hade as asker for your assistance in getting rid of them. Hunt the Desert Scorpions.")
	( npcindex 1026 )
	( type 3)
	( flag 
		( key 1)
		( desc "Hunt the Desert Scorpions that dwell in the southern region of Hondel.")
		( giveup 1)
		( level 75)
		( npcindex 1026 )
		( param 359987 234019)
		( npcdesc "Jade")
		( target 1 947 30)
		(targetrect 1
			(index 947 (monster) (color 0 255 0)
				(rect (11097 7173 11259 7268)
				)
			)
		)
		( gotarget QUEST_NPC 1026 2 2000)
	)
)

( task 
	( key 20001)
	( name "[Repeat] Suspicious Movement")
	( desc "Skeletons in the Einklames Castle have been acting strangely. Hunt the Skeletons for Jade.")
	( npcindex 1026 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Skeleton Soldiers and Archers in the Einklames Castle.")
		( giveup 1)
		( level 75)
		( npcindex 1026 )
		( param 359987 234019)
		( npcdesc "Jade")
		( target 2 924 20 929 10)
		(targetrect 2
			(index 924 (monster) (color 0 255 0)
				(rect	(11103 7264 11228 7477)
				)
			)
			(index 929 (monster) (color 0 255 0)
				(rect	(11129 7336 11208 7413)
				)
			)
		)
		( gotarget QUEST_NPC 1026 2 2000)
	)
)
( task 
	( key 20002)
	( name "[Repeat] Twisted Demon Warrior's Retaliation. ")
	( desc "The Hondel Guards have been injured by the Twisted Demon Warriors. Jade has requested your help in defeating them.")
	( npcindex 1026 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Twisted Demon Warriors near the Einklames Castle.")
		( giveup 1)
		( level 75)
		( npcindex 1026 )
		( param 359987 234019)
		( npcdesc "Jade")
		( target 1 707 30)
		(targetrect 1
			(index 707 (monster) (color 0 255 0)
				(rect	(11132 7476 11224 7522)
				)
			)
		)
		( gotarget QUEST_NPC 1026 2 2000)
	)
)
( task 
	( key 20003)
	( name "[Repeat] Xill Eradication.")
	( desc "Jade has requested you to kill the Xills that threaten Hondel.")
	( npcindex 1026 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Xill and Xill archers that block the path to the Alter of Hopyruth.")
		( giveup 1)
		( level 75)
		( npcindex 1026 )
		( param 359987 234019)
		( npcdesc "Jade")
		( target 2 624 20 817 10)
		(targetrect 2
			(index 624 (monster) (color 0 255 0)
				(rect	(11216 7325 11295 7587)
				)
			)
			(index 817 (monster) (color 0 255 0)
				(rect	(11221 7351 11291 7505)
				)
			)
		)
		( gotarget QUEST_NPC 1026 2 2000)
	)
)
( task 
	( key 20004)
	( name "[Repeat] Monster Solution")
	( desc "Xills have been acting violently because of their curse. Kill the Xill Conjurators and Starved Xill Soldiers that are attacking the people visiting the Alter of Hopyruth.")
	( npcindex 1026 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Xill Conjurators and Starved Xill Soldiers that block the path to the Alter of Hopyruth.")
		( npcindex 1026 )
		( npcdesc "Jade")
		( param 359987 234019)
		( target 2 820 10 801 20)
		(targetrect 2
			(index 820 (monster) (color 0 255 0)
				(rect	(11073 7536 11235 7597)
				)
			)
			(index 801 (monster) (color 0 255 0)
				(rect	(11060 7532 11258 7679)
				)
			)
		) 
		( gotarget QUEST_NPC 1026 2 2000)
	)
)
( task 
	( key 20005)
	( name "[Repeat] Intruder of Hondel")
	( desc "The townspeople are having difficulties performing their rituals at the Alter of Hopyruth because of the Master Skeletons. ")
	( npcindex 1026 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Master Skeleton Soldiers and Master Skeleton Archers at the Alter of Hopyruth.")
		( npcindex 1026 )
		( npcdesc "Jade")
		( param 359987 234019)
		( giveup 1)
		( level 75)
		( target 2 934 10 939 10) 
		(targetrect 2
			(index 934 (monster) (color 0 255 0)
				(rect	(10950 7353 11064 7576)
				)
			)
			(index 939 (monster) (color 0 255 0)
				(rect	(10960 7520 11017 7574)
				)
			)
		) 
		( gotarget QUEST_NPC 1026 2 2000)
	)
)
( task 
	( key 20006)
	( name "[Repeat] Reducing the number of the Master Wraith")
	( desc "Master Wraiths have been looking for a chance to invade Hondel. Jade will give you a reward for killing the Master Wraiths at the Alter of Hopyruth.")
	( npcindex 1026 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Master Wraiths at the Alter of Hopyruth.")
		( giveup 1)
		( level 75)
		( npcindex 1026 )
		( param 359987 234019)
		( npcdesc "Jade")
		( target 1 582 20)
		(targetrect 1
			(index 582 (monster) (color 0 255 0)
				(rect	(10950 7302 11065 7470)
				)
			)
		)
		( gotarget QUEST_NPC 1026 2 2000)
	)
)

( task 
	( key 30000)
	( name "[Daily] Defensive Plans for the Hondel Region ")
	( desc "Get rid of the monsters threatening Hondel, and talk to the Desert Traveler.")
	( npcdesc "Noynir" )
	( npcindex 1011 )
	( type 4)
	( flag 
		( key 1)
		( desc "Kill the Knoll Soldier in the Hondel Region.")
		( giveup 1)
		( level 75)
		( target 1 946 30)
		( param 360022 234002 )
		( npcdesc "Noynir" )
		( npcindex 1011 )
		(targetrect 1
			(index 946 (monster) (color 0 255 0)
				(rect	(11265 7197 11440 7309)
				)
			)
		)
		( gotarget QUEST_NPC 1011 2 2000)
	)
	( flag 
		( key 2)
		( desc "Kill the Knoll Mad Warriors in the Hondel Region.")
		( giveup 1)
		( level 75)
		( target 1 695 30)
		( param 360022 234002 )
		( npcdesc "Noynir" )
		( npcindex 1011 )
		(targetrect 1
			(index 695 (monster) (color 0 255 0)
				(rect	(11265 7200 11441 7312)
				)
			)
		)
		( gotarget QUEST_NPC 1011 2 2000)
	)
	( flag 
		( key 3)
		( desc "Kill the Wounded Evolved Zombies in the Hondel Region.")
		( giveup 1)
		( level 75)
		( target 1 674 30)
		( param 360022 234002 )
		( npcdesc "Noynir" )
		( npcindex 1011 )
		(targetrect 1
			(index 674 (monster) (color 0 255 0)
				(rect	(11342 7315 11449 7449)
				)
			)
		)
		( gotarget QUEST_NPC 1011 2 2000)
	)
	( flag 
		( key 4)
		( desc "Kill the Wounded Zombie conjurator in the Hondel Region.")
		( giveup 1)
		( level 75)
		( target 1 677 30)
		( param 360022 234002 )
		( npcdesc "Noynir" )
		( npcindex 1011 )
		(targetrect 1
			(index 677 (monster) (color 0 255 0)
				(rect	(11382 7373 11417 7414)
				)
			)
		)
		( gotarget QUEST_NPC 1011 2 2000)
	)

	( flag 
		( key 5)
		( desc "Kill the Goblin Warriors in the Hondel Region.")
		( giveup 1)
		( level 75)
		( target 1 686 30)
		( param 360022 234002 )
		( npcdesc "Noynir" )
		( npcindex 1011 )
		(targetrect 1
			(index 686 (monster) (color 0 255 0)
				(rect	(11042 7376 11114 7549)
				)
			)
		)
		( gotarget QUEST_NPC 1011 2 2000)
	)
)
( task 
	( key 20017)
	( name "[Event] Quality of the Mu-Geuk Warrior: First Test")
	( desc "Prove you have the quality of a Mu-Geuk Warrior to Soo-Ryun.")
	( npcdesc "Soo-Ryun" )
	( npcindex 1000 )
	( prequest 1 20016)
	( flag 
		( key 1)
		( desc "Hunt the wolves and collect their Fur.")
		( item 1 1740 100)
		( giveup 0)
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		(targetrect 1
			(index 1740 (item) (color 0 255 0) 
				(rect	(10879 5950 10935 6091)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 20018)
	( name "[Event] Quality of the Mu-Geuk Warrior: Second Test")
	( desc "This is the second test to porve your qualities as a Mu-Geuk Warrior. Time is short and you must move quickly.")
	( npcdesc "Soo-Ryun" )
	( npcindex 1000 )
	( prequest 1 20017)
	( flag 
		( key 1)
		( desc "Hunt the Wild Boars and collect their meat.")
		( giveup 0)
		( item 1 1718 100)
		( param 361661 187380 )
		( npcdesc "Soo-Ryun" )
		( npcindex 1000 )
		(targetrect 1
			(index 1718 (item) (color 0 255 0) 
				(rect	(10887 5960 10922 6139)
				)
			)
		)
		( gotarget QUEST_NPC 1000 2 2100)
	)
)
( task 
	( key 20019)
	( name "[Event] Quality of the Mu-Geuk Warrior: Third Test")
	( desc "You are overcoming the trials of becoming the Mu-Geuk Warrior. Don't give up now!")
	( npcdesc "Soo-Ryun" )
	( npcindex 1000 )
	( prequest 1 20018)
	( flag 
		( key 1)
		( desc "Talk to Elder Beom-Soo.")
		( param 360887 188039 )
		( npcdesc "Beom-Soo" )
		( npcindex 1006 )
		( giveup 0)
		( level 77)
		( gotarget QUEST_NPC 1006 2 2100)
	)
)
( task 
	( key 20020)
	( name "[Event] Quality of the Mu-Geuk Warrior: Final Test")
	( desc "This is the last trial of becoming the Mu-Geuk Warrior. You must tread carefully.")
	( npcdesc "Beom-Soo" )
	( npcindex 1006 )
	( prequest 1 20019)
	( flag 
		( key 1)
		( desc "Galls can be collected by hunting the Bears.")
		( giveup 0)
		( item 1 1730 100)
		( param 360887 188044 )
		( npcdesc "Beom-Soo" )
		( npcindex 1006 )
		( level 78)
		(targetrect 1
			(index 1730 (item) (color 0 255 0) 
				(rect	(10866 6201 11014 6338)
				)
			)
		)
		( gotarget QUEST_NPC 1006 2 2100)
	)
)


( task 
	( key 30004)
	( name "[Daily] Killing the wanderer of sand")
	( desc "Wanderer of sand comes from [Mautareta], It can extract and confiscate strength of land to grow into another [Mautareta]. We must deal with them right now, when they die they leave essences of sand which is my Limae can collect. Kill them about 20 then I can turn it into Flowing essence of Sand.")
	( npcindex 739 )
	( type 4)
	( flag 
		( key 1)
		( desc "Kill wanderer of sand which appears all over Emok-Island to obtain Flowing essence of Sand.")
		( giveup 1)
		( level 75)
		( target 1 673 20)
		( param 359559 233861 )
		( npcdesc "Special-Envoy Cho-Woo" )
		( npcindex 739 )
		(targetrect 1
			(index 673 (monster) (color 0 255 0)
				(rect	(10384 7977 10996 8557)
				)
			)
		)
		( gotarget QUEST_NPC 739 2 2000)
	)
)

( task 
	( key 20022)
	( name "[Repeat] Passage to the spirit world of sand.")
	( desc "Mautareta lives in the Sprit world of sand which human like us cannot enter freely. but if you have the pass made with Flowing essence of sand, you can enter.Get me 80 Flowing essence of sand to me then I can make the pass which lets you travel into the Spirit world of sand.")
	( type 3)
	( flag 
		( key 1)
		( desc "Return Flowing essence of sand which can be obtained by completing daily quest [Killing the wanderer of sand] ")
		( giveup 1)
		( level 75)
		( item 1 2333 80)
		( param 359559 233861 )
		( npcdesc "Special-Envoy Cho-Woo" )
		(targetrect 1
			(index 2333 (item) (color 0 255 0) 
				(rect	(7986 8036 7997 8046)
				)
			)
		)
		( gotarget QUEST_NPC 739 2 2000)
	)
)
( task 
	( key 20023)
	( name "[Repeat] One thing after another!!")
	( desc "We have just realized there is even more stronger monster than Deadly sand [Mautareta], in order to kill it we must travel into the center of spirit world.but to get there you need special key that only [Mautareta] has.If you find the Sand smeared key which [Mautareta] has, bring it to me with Flowing essence of sand.")
	( type 3)
	( flag 
		( key 1)
		( desc "Return the Flowing essence of sand which can be obtained by completing daily quest [ Killing the wanderer of sand ] and [ Sand smeared key ] which drops from Mautareta.")
		( giveup 1)
		( level 75)
		( item 2 2333 80 2310 1)
		( param 359559 233861 )
		( npcdesc "Special-Envoy Cho-Woo" )
		(targetrect 1
			(index 2333 (item) (color 0 255 0) 
				(rect	(7986 8036 7997 8046)
				)
			)
		)
		( gotarget QUEST_NPC 739 2 2000)
	)
)


( task 
	( key 30005)
	( name "[Daily] Defense of Cheonji-Yun.")
	( desc "Report back to Kyoung-Mi after killing monsters that threatens the safety of Cheonji-Yun.")
	( npcindex 1034 )
	( type 4)
	( flag 
		( key 1)
		( desc "Kill the Elite Skeleton Archer which is found around the Cheonji-Yun area.")
		( giveup 1)
		( level 75)
		( target 1 643 30)
		( param 360768 186781 )
		( npcdesc "Kyoung-Mi" )
		( npcindex 1034 )
		(targetrect 1
			(index 643 (monster) (color 0 255 0) 
				(rect	(10825 6238 11098 6636)
				)
			)
		)
	)
	( flag 
		( key 2)
		( desc "Kill the Wild Boars which is found around the Cheonji-Yun area.")
		( giveup 1)
		( level 75)
		( target 1 595 30)
		( param 360768 186781 )
		( npcdesc "Kyoung-Mi" )
		( npcindex 1034 )
		(targetrect 1
			(index 595 (monster) (color 0 255 0)
				(rect	(10858 5953 10932 6234)
				)
			)
		)
	)
	( flag 
		( key 3)
		( desc "Kill the Brown Bear which is found around the Cheonji-Yun area.")
		( giveup 1)
		( level 75)
		( target 1 601 30)
		( param 360768 186781 )
		( npcdesc "Kyoung-Mi" )
		( npcindex 1034 )
		(targetrect 1
			(index 601 (monster) (color 0 255 0) 
				(rect	(10852 6187 11055 6403)
				)
			)
		)
	)
)

( task
	( key 30006)
	( name "[Repeat] Kill Crazy Demon Workers")
	( desc "Crazy Demon Workers have been spotted in the Cheonji-Yun area. Soon-Oak has asked to kill Crazy Demon Workers.")
	( npcindex 1033 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Crazy Demon Workers around the Cheonji-Yun area.")
		( giveup 1)
		( level 75)
		( param 360835 187249)
		( npcindex 1033 )
		( npcdesc "Soon - Oak")
		( target 1 585 80)
		(targetrect 1
			(index 585 (monster) (color 0 255 0)
				(rect	(10954 5796 11247 6110)
				)
			)
		)
	)
)

( task 
	( key 30007)
	( name "[Repeat] Attack from Crazy Demons")
	( desc "Crazy Demons have been attacking villagers. Kill the Crazy Demon soldiers and Crazy Demon Conjurators around the Cheonji-Yun area.")
	( npcindex 1033 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Crazy Demon soldiers and Crazy Demon Conjurators around the Cheonji-Yun area.")
		( giveup 1)
		( level 75)
		( param 360835 187249)
		( npcindex 1033 )
		( npcdesc "Soon - Oak")
		( target 2 698 20 814 10)
		(targetrect 2
			(index 698 (monster) (color 0 255 0)
				(rect	(10977 5837 11208 6086)
				)
			)
			(index 814 (monster) (color  0 0 255)
				(rect	(10978 5836 11207 6084)
				)
			)
		)
	)
)

( task 
	( key 30008)
	( name "[Repeat] Born of mutant soldier")
	( desc "Numbers of Twisted Demon soldiers are increasing. We must stop them before we are overwhelmed.")
	( npcindex 1033 )
	( type 3)
	( flag 
		( key 1)
		( desc "Kill the Twisted Demon soldiers around the Cheonji-Yun area.")
		( giveup 1)
		( level 75)
		( param 360835 187249)
		( npcindex 1033 )
		( npcdesc "Soon - Oak")
		( target 1 704 30)
		(targetrect 1
			(index 704 (monster) (color 0 255 0)
				(rect	(11012 6077 11369 6347)
				)
			)
		)
	)
)


( task 
	( key 8020)
	( name "[Event] Rudolf Got A Cold!")
	( desc "Emergency! Rudolf got a cold and cannot deliver presents. Collect 100 Cold Medicine from Monsters near Village to cure Rudolf.")
	( npcdesc "Red Santa Claus" )
	( npcindex 1042 )
	( flag 
		( key 1)
		( desc "Emergency! Rudolf got a cold and cannot deliver presents. Collect 100 Cold Medicine from Monsters near Village to cure Rudolf.")
		( param 257677 259393 )
		( npcdesc "Red Santa Claus" )
		( npcindex 1042 )
		( item 1 2453 100 )
		( giveup 0)
		( level 1)
	)
)

( task 
	( key 8021)
	( name "[Event] Find the Adress Book")
	( desc "Green Santa Claus lost Address Book that has all the address to the home of children, Get 100 Address Book back from the monsters near the Village to help him.")
	( npcdesc "Green Santa Claus" )
	( npcindex 1043 )
	( prequest 1 8020)
	( flag 
		( key 1)
		( desc "Green Santa Claus lost Address Book that has all the address to the home of children, Get 100 Address Book back from the monsters near the Village to help him.")
		( param 265538 285359 )
		( npcdesc "Green Santa Claus" )
		( npcindex 1043 )
		( item 1 2454 100 )
		( giveup 0)
		( level 1)
	)
)

( task 
	( key 8022)
	( name "[Event] Take back Christmas Gift")
	( desc "Take back 100 Christmas Gift that was stolen from Monsters last night.")
	( npcdesc "Red Santa Claus" )
	( npcindex 1042 )
	( prequest 1 8021)
	( flag 
		( key 1)
		( desc "Take back 100 Christmas Gift that was stolen from Monsters last night.")
		( param 257677 259393 )
		( npcdesc "Red Santa Claus" )
		( npcindex 1042 )
		( item 1 2455 100 )
		( giveup 0)
		( level 1)
	)
)

( task 
	( key 8023)
	( name "[Event] Honor of Santa")
	( desc "Kill 50 Black Santa.")
	( npcdesc "Santa Claus" )
	( npcindex 1044 )
	( prequest 1 8022)
	( flag 
		( key 1)
		( desc "Kill 50 Evil Black Santa.")
		( param 267848 242977 )
		( npcdesc "Santa Claus" )
		( npcindex 1044 )
		( target 1 898 100 )
		( giveup 0)
		( level 1)
	)
	( flag 
		( key 2)
		( desc "Kill 50 Evil Black Santa.")
		( param 267848 242977 )
		( npcdesc "Santa Claus" )
		( npcindex 1044 )
		( target 1 898 50 )
		( giveup 0)
		( level 1)
	)
	( flag 
		( key 3)
		( desc "Kill 50 Evil Black Santa. Evil Black Santa is found around Highland.")
		( param 267848 242977 )
		( npcdesc "Santa Claus" )
		( npcindex 1044 )
		( target 1 898 50 )
		( giveup 0)
		( level 81)
	)
	( flag 
		( key 4)
		( desc "Kill 50 Master Black Santa.  Master Black Santa is found around the Tower of Priest.")
		( param 267848 242977 )
		( npcdesc "Santa Claus" )
		( npcindex 1044 )
		( target 1 897 50 )
		( giveup 0)
		( level 61)
	)
	( flag 
		( key 5)
		( desc "Kill 50 Elite Black Santa. Elite Black Santa is found around Forsaken Fort.")
		( param 267848 242977 )
		( npcdesc "Santa Claus" )
		( npcindex 1044 )
		( target 1 895 50 )
		( giveup 0)
		( level 41)
	)
	( flag 
		( key 6)
		( desc "Kill 50 Black Santa. Black Santa is found around Temporary Fort of Geum-Ohee Castle and Devil Soldier’s place.")
		( param 267848 242977 )
		( npcdesc "Santa Claus" )
		( npcindex 1044 )
		( target 1 893 50 )
		( giveup 0)
		( level 21)
	)
	( flag 
		( key 7)
		( desc "Kill 50 Little Black Santa. Little Black Santa is found around the Village of Narootuh and Pub of Giant Bird.")
		( param 267848 242977 )
		( npcdesc "Santa Claus" )
		( npcindex 1044 )
		( target 1 891 50 )
		( giveup 0)
		( level 1)
	)
)

( task 
	( key 8024)
	( name "[Event][Repeat] Donate Your Heart")
	( desc "Collect 100 Presents and place them under the Christmas Tree.")
	( npcdesc "Christmas Tree" )
	( npcindex 1045 )
	( prequest 1 8023)
	( flag 
		( key 1)
		( desc "Collect 100 Presents and place them under the Christmas Tree.")
		( param 257561 259440 )
		( npcdesc "Christmas Tree" )
		( npcindex 1045 )
		( item 1 2455 100 )
		( giveup 0)
		( level 1)
	)
)

( task 
	( key 30013)
	( name "[Daily] Mineral Request")
	( desc "Doggebi Blacksmith Guild assigned collecting minerals.")
	( npcindex 1066 )
	( type 4)
	( flag 
		( key 1)
		( desc "Let’s collect 12 Copper ore, 12 Quartz ore, 4 Iron ore and 4 Corundum ore from mining.")
		( giveup 1)
		( level 1)
		( item 4 2530 12 2531 12 2532 4 2533 4)
		( param 267158 283172 )
		( npcdesc "Artisan Doggebi" )
		( npcindex 1066 )
		( gotarget NPC 1066 1 1200)
	)
	( flag 
		( key 2)
		( desc "Let’s collect 10 Copper ore, 10 Quartz ore, 3 Iron ore and 3 Corundum ore from mining.")
		( giveup 1)
		( level 1)
		( item 4 2530 10 2531 10 2532 3 2533 3)
		( param 267158 283172 )
		( npcdesc "Artisan Doggebi" )
		( npcindex 1066 )
		( gotarget NPC 1066 1 1200)
	)
	( flag 
		( key 3)
		( desc "Let’s collect 8 Copper ore, 8 Quartz ore, 2 Iron ore and 2 Corundum ore from mining.")
		( giveup 1)
		( level 1)
		( item 4 2530 8 2531 8 2532 2 2533 2)
		( param 267158 283172 )
		( npcdesc "Artisan Doggebi" )
		( npcindex 1066 )
		( gotarget NPC 1066 1 1200)
	)
	( flag 
		( key 4)
		( desc "Let’s collect 4 Copper ore, 4 Quartz ore, 2 Iron ore and 2 Corundum ore from mining.")
		( giveup 1)
		( level 1)
		( item 4 2530 4 2531 4 2532 2 2533 2)
		( param 267158 283172 )
		( npcdesc "Artisan Doggebi" )
		( npcindex 1066 )
		( gotarget NPC 1066 1 1200)
	)
	( flag 
		( key 5)
		( desc "Let’s collect 2 Copper ore, 2 Quartz ore, 1 Iron ore and 1 Corundum ore from mining.")
		( giveup 1)
		( level 1)
		( item 4 2530 2 2531 2 2532 1 2533 1)
		( param 267158 283172 )
		( npcdesc "Artisan Doggebi" )
		( npcindex 1066 )
		( gotarget NPC 1066 1 1200)
	)
)

;2014 월드컵 이벤트
( task 
	( key 30014)
	( name "[Daily] Find a missing footballs.")
	( desc "A monster steal all footballs for beighboring country's huge footbal events. We need to find footballs as soon as possible before start football event. If you help to find an enough footballs and start football event on time. There will be a huge reward.")
	( npcindex 1094 )
	( type 4)
	( flag 
		( key 1)
		( desc "Su-Jung [NPC] lost footballs because of monsters attack. Please hunt monsters and find a football. Then return them to Su-Jung [NPC]")
		( giveup 1)
		( level 1)
		( item 2 7977 10)
		( param 257401 259363 )
		( npcdesc "Su-Jung [NPC]" )
		( npcindex 1094 )
	)
)

;( task 
;	( key 8027)
;	( name "[Event] Bad rumors in Town")
;	( desc "Collect 100 Bribes from Monsters near towns. Also, find the Santa and talk to them in order to get a letter item. They are in in the Narootuh village, Guem-oh temporary port, and City of Priest.")
;	( flag 
;		( key 1)
;		( desc "Collect 100 Bribes from Monsters near towns. Also, find the Santa and talk to them in order to get a letter item. They are in in the Narootuh village, Guem-oh temporary port, and City of Priest.")
;		( giveup 1)
;		( level 1)
;		( item 2 2986 100 2985 3)
;	)
;)
;( task 
;	( key 8028)
;	( name "[Event] Stop the poison plan")
;	( desc "Take 100 toxic materials from the Black Santaclaus.")
;	( flag 
;		( key 1)
;		( desc "Take 100 toxic materials from the Black Santaclaus.")
;		( giveup 1)
;		( level 1)
;		( item 1 2984 100)
;	)
;)
;(; task 
;	( key 8029)
;	( name "[Event] Find a spy Santa")
;	( desc "Collect 30 Evidences from Black Santa.")
;	( flag 
;		( key 1)
;		( desc "Collect 30 Evidences from Black Santa.")
;		( giveup 1)
;		( level 1)
;		( item 1 2987 30)
;	)
;)
;( task 
;	( key 8030)
;	( name "[Event] Defeat bad Santa")
;	( desc "Defeat bad Santas for peace of the village.")
;	( flag 
;		( key 1)
;		( desc "Kill 100 Little bad Santa. Little bad Santa is found around the Village of Narootuh and Pub of Giant Bird.")
;		( giveup 1)
;		( level 1)
;		( target 1 1095 100)
;	)
;	( flag 
;		( key 2)
;		( desc "Kill 100 Weak Santa Clause. Weak bad Santa is found around Temporary Fort of Geum-Ohee Castle and Devil Soldier’s place.")
;		( giveup 1)
;		( level 1)
;		( target 1 1096 100)
;	)
;	( flag 
;		( key 3)
;		( desc "Kill 100 Elite bad Santa Clause. Elite bad Santa Clause is found around Forsaken Fort.")
;		( giveup 1)
;		( level 1)
;		( target 1 1097 100)
;	)
;	( flag 
;		( key 4)
;		( desc "Kill 100 Master bad Santa. Master bad Santa is found around the Tower of Priest.")
;		( giveup 1)
;		( level 1)
;		( target 1 1098 100)
;	)
;	( flag 
;		( key 5)
;		( desc "Kill 100 Evil Santa. Evil Santa is found around Highland.")
;		( giveup 1)
;		( level 1)
;		( target 1 1099 100)
;	)
;
;)
;( task 
;	( key 8031)
;	( name "[Event][Repeat] Get rid of all of bad Santa")
;	( desc "Collect 10 Tokens from Black Santa. ")
;	( flag 
;		( key 1)
;		( desc "Collect 10 Tokens from Black Santa.")
;		( giveup 1)
;		( level 1)
;		( item 1 2997 10)
;	)
;)

;각성퀘스트1차
( task 
	( key 9200)
	( name "[Event] Itinerary of Awaken")
	( desc "To do the first awaken, you must kill the Twisted Demon Officer of Attack and Twisted Imperial Demon Commander. Plus, you have to seek after the Mysterious Marble and Piece of Shining Gold from the Shadow of D`evah. ")
	( npcindex 1200 )
	( flag
		( key 1)
		( desc "To do the first awaken, you must kill the Twisted Demon Officer of Attack and Twisted Imperial Demon Commander. Then, check the qualification of training for the 1st awaken.")
		( item 2 2459 20 2460 5)
		( param 256460 257801)
		( level 91)
		( npcdesc "DEADO Hye min")
		( npcindex 1200)
		( target 2 1111 200 1112 200 )
		(targetrect 4
		(index 1111 (monster) (color 0 255 0) (rect (7989 8035 8001 8048)))
		(index 1112 (monster) (color 0 255 0) (rect (7989 8035 8001 8048)))
		(index 2459 (item) (color 0 255 0) (rect (7989 8035 8001 8048)))
		(index 2460 (item) (color 0 255 0) (rect (7989 8035 8001 8048)))
		)
		( gotarget QUEST_NPC 1200 1 1400)
	)	
)

;2차-1
( task 
	( key 9201)
	( name "[Event] Price of the Awaken")
	( desc "You have to prove your devotion to Deado Hyemin first in order to get information of 2nd awaken system.")
	( npcindex  1200 )	
	( prequest 1 9200)
	( flag 
		( key 1)
		( desc "You have to pay the commission to Deado Hyemin first in order to get information of 2nd awaken system.")
		( item 1 2429 1)
		( param 256460 257801)
		( level 96)
		( npcdesc "DEADO Hye min")
		( npcindex 1200)
		(targetrect 1
		(index 3163 (item) (color 0 255 0) (rect (11140 7664 11155 7678)))
		)
		( gotarget QUEST_NPC 1200 1 1400)
	)	
)

;2차-2
( task 
	( key 9202)
	( name "[Event] Incipiency of Awaken")
	( desc "To do the second awaken, you need the Gold Ingot in addition. Plus, you have to seek after the Mysterious Marble and Piece of Shining Gold from the Shadow of D`evah.")
	( npcindex  1200 )
	( prequest 1 9200)
	( flag 
		( key 1)
		( desc "To do the second awaken, you need the Gold Ingot in addition. Plus, you have to seek after the Mysterious Marble and Piece of Shining Gold from the Shadow of D`evah.")
		( item 3 2429 1 2459 60 2460 15)
		( param 256460 257801)
		( level 96)
		( npcdesc "DEADO Hye min")
		( npcindex 1200)
		(targetrect 3
		(index 3163 (item) (color 0 255 0) (rect (11140 7664 11155 7678)))
		(index 2429 (item) (color 0 255 0) (rect (11140 7664 11155 7678)))
		(index 2459 (item) (color 0 255 0) (rect (11140 7664 11155 7678)))
		)
		( gotarget QUEST_NPC 1200 1 1400)
	)	
)

;3차
( task 
	( key 9203)
	( name "[Event] Conclusion of Awaken")
	( desc "To do the third awaken, you must meet Deado Hyemin to get the order for seeking after the Procssing Awaken Lv3")
	( npcindex  1200 )
	( prequest 1 9201)
	( flag 
		( key 1)
		( desc "The method of Awaken is in a possession of the strong boss monster To do the thrid awaken, you must fight the D`evah and retreive the Procssing Awaken Lv3. Procssing Awaken Lv3 is the ancient secret book that tells how to get the new power by drawing to the limit of man's power.")		( item 4 3164 1 2429 1 2459 120 2460 30)
		( param 256460 257801)
		( level 101)
		( npcdesc "DEADO Hye min")
		( npcindex 1200)
		(targetrect 4
		(index 3164 (item) (color 0 255 0) (rect (11140 7664 11155 7678)))
		(index 2429 (item) (color 0 255 0) (rect (11140 7664 11155 7678)))
		(index 2459 (item) (color 0 255 0) (rect (11140 7664 11155 7678)))
		(index 2460 (item) (color 0 255 0) (rect (11140 7664 11155 7678)))	
		)
		( gotarget QUEST_NPC 1200 1 1400)
	)	
)

;일일퀘스트 700~800 번으로 사용 (추가 임무 주문서로 초기화됨)
;망자의 안식처 일일퀘스트 3종
( task 
	( key 702 )
	( name "[Daily] Earth element type monter")
	( desc "Defeat the Land Bison (Earth) and collect 30 Bison horns.")	; 퀘스트창 목록 클릭(수락)시 뜨는 설명
	( type 4 )										;3 = 반복, 4 = 일일(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag
		( key 1)
		( desc "Defeat the Land Bison (Earth) and collect 30 Bison horns. You would need to equippied item with stone of Water Demon Gong for hunting Earth type monsters.") 	;퀘스트창의 설명
		( param 342195 217681 )						;NPC 위치
		( npcdesc "Demon Gong Researcher" )					;월드맵 설명
		( npcindex 1262 )
		( item 1 9999 30)							; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
		(targetrect 1
			(index 9999 (item) (color 0 255 0) 		;들소의 뿔 인덱스 9999
				(rect (10639 6792 10684 6830) )
			    (rect (10634 6755 10671 6807) )
				(rect (10623 6723 10651 6774) )				
			)
		)
		( gotarget QUEST_NPC 1262 1 1000)
	)
)

( task 
	( key 703 )
	( name "[Daily] Water element type monter")
	( desc "Defeat the Swamp Zombie (Water) and collect 30 Swamp Zombie Nucleuses.")	; 퀘스트창 목록 클릭(수락)시 뜨는 설명
	( type 4 )										;3 = 반복, 4 = 일일(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag
		( key 1)
		( desc "Defeat the Swamp Zombie (Water) and collect 30 Swamp Zombie Nucleuses. You would need to equippied item with stone of Wind Demon Gong for hunting Water type monsters.") 	;퀘스트창의 설명
		( param 342195 217681 )						;NPC 위치
		( npcdesc "Demon Gong Researcher" )					;월드맵 설명
		( npcindex 1262 )
		( item 1 9998 30)							; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
		(targetrect 1
			(index 9998 (item) (color 0 255 0) 		;늪의 좀비 핵 인덱스 9998
				(rect (10655 6845 10685 6884) )
			    (rect (10610 6877 10655 6908) )
				(rect (10629 6861 10672 6894) )				
			)
		)
		( gotarget QUEST_NPC 1262 1 1000)
	)
)

( task 
	( key 704 )
	( name "[Daily] Wind element type monter")
	( desc "Defeat the Gale Zombie (Wind) and collect 30 Gale Zombie Nucleuses.")	; 퀘스트창 목록 클릭(수락)시 뜨는 설명
	( type 4 )										;3 = 반복, 4 = 일일(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag
		( key 1)
		( desc "Defeat the Gale Zombie (Wind) and collect 30 Gale Zombie Nucleuses. You would need to equippied item with stone of Earth Demon Gong for hunting Wind type monsters.") 	;퀘스트창의 설명
		( param 342195 217681 )						;NPC 위치
		( npcdesc "Demon Gong Researcher" )					;월드맵 설명
		( npcindex 1262 )
		( item 1 9997 30)							; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
		(targetrect 1
			(index 9997 (item) (color 0 255 0) 		;광풍의 좀비 핵 인덱스 9997
				(rect (10559 6754 10585 6813) )
			    (rect (10581 6714 10605 6776) )
				(rect (10540 6696 10577 6766) )	
				(rect (10503 6718 10545 6744) )					
			)
		)
		( gotarget QUEST_NPC 1262 1 1000)
	)
)


;망자의 무법지대 일일퀘스트 3종
( task 
	( key 722 )
	( name "[Daily] Earth element type monter(Lawless zone)")
	( desc "Defeat the Lawless zone Land Bison (Earth) and collect 30 Lawless zone Bison tail.")	; 퀘스트창 목록 클릭(수락)시 뜨는 설명
	( type 4 )										;3 = 반복, 4 = 일일(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag
		( key 1)
		( desc "Defeat the Lawless zone Land Bison (Earth) and collect 30 Lawless zone Bison tail. You would need to equippied item with stone of Water Demon Gong for hunting Earth type monsters.") 	;퀘스트창의 설명
		( param 407729 397894 )						;NPC 위치
		( npcdesc "Lawless zone Gate Keeper" )					;월드맵 설명
		( npcindex 1277 )
		( item 1 9899 30)							; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
		(targetrect 1
			(index 9899 (item) (color 0 255 0) 		;무법지대 들소의 꼬리 인덱스 9899
				(rect (12687	12424	12732	12462) )
			    (rect (12682	12387	12719	12439) )
				(rect (12671	12355	12699	12406) )				
			)
		)
		( gotarget QUEST_NPC 1277 1 1000)
	)
)
		
( task 
	( key 723 )
	( name "[Daily] Water element type monter(Lawless zone)")
	( desc "Defeat the Lawless zone Swamp Zombie (Water) and collect 30 Lawless zone Swamp Zombie Teeth.")	; 퀘스트창 목록 클릭(수락)시 뜨는 설명
	( type 4 )										;3 = 반복, 4 = 일일(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag
		( key 1)
		( desc "Defeat the Lawless zone Swamp Zombie (Water) and collect 30 Lawless zone Swamp Zombie Teeth. You would need to equippied item with stone of Wind Demon Gong for hunting Water type monsters.") 	;퀘스트창의 설명
		( param 407729 397894 )						;NPC 위치
		( npcdesc "Lawless zone Gate Keeper" )					;월드맵 설명
		( npcindex 1277 )
		( item 1 9898 30)							; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
		(targetrect 1
			(index 9898 (item) (color 0 255 0) 		;무법지대 늪의 좀비 이빨 인덱스 9898
				(rect (12703	12477	12733	12516) )
			    (rect (12658	12509	12703	12540) )
				(rect (12677	12493	12720	12526) )				
			)
		)
		( gotarget QUEST_NPC 1277 1 1000)
	)
)

( task 
	( key 724 )
	( name "[Daily] Wind element type monter(Lawless zone)")
	( desc "Defeat Lawless zone Gale Zombie (Wind) and collect 30 Lawless zone Gale Zombie blood.")	; 퀘스트창 목록 클릭(수락)시 뜨는 설명
	( type 4 )										;3 = 반복, 4 = 일일(이게 바뀌면 npc 머리 위 스크롤 색깔이 바뀜)
	( flag
		( key 1)
		( desc "Defeat Lawless zone Gale Zombie (Wind) and collect 30 Lawless zone Gale Zombie blood. You would need to equippied item with stone of Earth Demon Gong for hunting Wind type monsters.") 	;퀘스트창의 설명
		( param 407729 397894 )						;NPC 위치
		( npcdesc "Lawless zone Gate Keeper" )					;월드맵 설명
		( npcindex 1277 )
		( item 1 9897 30)							; 1 = 실행해야 할 목표 개수, 2 = 첫번째 목표의 인덱스(몬스터든 아이템이든), 3 = 첫번째 목표의 달성 개수(몬스터든 아이템이든)
		(targetrect 1
			(index 9897 (item) (color 0 255 0) 		;무법지대 광풍의 좀비 혈액 인덱스 9897
				(rect (12607	12386	12633	12445) )
			    (rect (12629	12346	12653	12408) )
				(rect (12588	12328	12625	12398) )	
				(rect (12551	12350	12593	12376) )					
			)
		)
		( gotarget QUEST_NPC 1277 1 1000)
	)
)

Thats the last Task.dat from international... guess you can learn from it..
didn't handle the quest on my files yet so i cant help you more than that.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 20, 2014
Messages
49
Reaction score
26
dude, the quests are working, but it doesnt shows under Hotkey: Q.

this is my code:

Code:
;(country_type ENG)
( task 
    ( key 1200)
    ( name "")
    ( desc "")
    ( flag 
        ( key 1)
        ( desc "")
        ( param 361649 187379 )
        ( npcdesc "DAILY" )
        ( npcindex 1101 )
        ( gotarget QUEST_NPC 1200 2 2100)
    )

( task 
    ( key 1201)
    ( name "")
    ( desc "")
    ( flag 
        ( key 2)
        ( desc "")
        ( param 361649 187379 )
        ( npcdesc "DAILY" )
        ( npcindex 1101 )
        ( gotarget QUEST_NPC 1201 2 2100)
    )
)

####################Quest###############################
(quest (index 1 1)
(case (if (clear 1)) ;if already completed
(then (html 0))); thanks

(case (if (quest 1 0) (clear 1));if not done + previous quest completed
(then (link 1 2))); check lvl

(case (if (quest 1 1));if active
(then (link 1 4))); check for items

(case (then (html 950029))) ;else: act like nothing happened (quest already done or previous quest not done)
)

(quest (index 1 2) (linked 1)
(case (if (level 1)) ;check lvl
(then (html 0))) ;show first window
(case (then (html 950028))) ;too low lvl
)
(quest (index 1 3) ;accept quest
(case (if (quest 1 0) (level 1));check lvl
(then (save 1 1)));start quest
)
(quest (index 1 4) (linked 1)
(case (if (item (1 1)))
(then (item (out 1 1)) (exp 1) (clear 1 2) (html 0))) ;reward
(case (then (html 0)))
)


####################Task-e##############################
( task
( key 1)
( name "Quest name here")
( desc "Type text you want to be showen in the first box inside "Q"")

( flag
( key 1) ;Don't change "1"
( desc "Type text you want to be showen in the second box inside "Q"")
)
)


####################Npc#################################
( gennpc (index Index Here) (country 2) (kind 3) (shape Shape here) (quest 1 1) (map 0) (xy All 3 Coordinates here) (dir 2 first Coordinates here))


####################message-e###########################
( npcname Index Here "Npc Name Here")





i have a php generator that i made. Discord kukki#6421
 
Upvote 0
Back
Top