Bläddra i källkod

BETA: Fix Quest => The Finest Food:
* Fix cannot take the quest
* Quest is repeatable

Patch by: Asaru
Tested by: jurchiks, Zephyr
Reviewed by: UnAfraid

Zealar 10 år sedan
förälder
incheckning
b857255e00

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/31521-01.htm

@@ -6,5 +6,5 @@ Then and there I resolved to make a dish so indigenous to this region that those
 But, as I'm sure you're aware, it takes more than ingredients to make a dish.<br>
 The monsters in this region are too tough, don't you think?<br>
 Will you help me?<br>
-<a action="bypass -h Quest Q00623_TheFinestFood 31521-03.htm>">"I'll help you."</a>
+<a action="bypass -h Quest Q00623_TheFinestFood 31521-03.htm">"I'll help you."</a>
 </body></html>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/Q00623_TheFinestFood.java

@@ -114,7 +114,7 @@ public final class Q00623_TheFinestFood extends Quest
 							giveAdena(player, 73000, true);
 							addExpAndSp(player, 230000, 18200);
 						}
-						qs.exitQuest(false, true);
+						qs.exitQuest(true, true);
 						htmltext = event;
 					}
 					else