From 03cc029170d3ccdc02864d691b8aecd9d14ae7cd Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Wed, 14 Jun 2006 12:55:47 +0000 Subject: Fixed some quests giving too much exp. Also fixed a major problem in the level 4 weapon quest, thanks to Qwadrat. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7159 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/Lvl4_weapon_quest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests/Lvl4_weapon_quest.txt') diff --git a/npc/quests/Lvl4_weapon_quest.txt b/npc/quests/Lvl4_weapon_quest.txt index ce2af0856..e2a674fc1 100644 --- a/npc/quests/Lvl4_weapon_quest.txt +++ b/npc/quests/Lvl4_weapon_quest.txt @@ -1293,7 +1293,7 @@ LV4_15: if (countitem($@LV4_Phlogopite) >= 30 && countitem($@LV4_Olivine) >= 30 && countitem($@LV4_Rose_Quartz) >= 30) goto LV4_15_POR; if (countitem($@LV4_Phlogopite) >= 30 && countitem($@LV4_Olivine) >= 30) goto LV4_15_PO; if (countitem($@LV4_Phlogopite) >= 30 && countitem($@LV4_Rose_Quartz) >= 30) goto LV4_15_PR; - if (countitem($@LV4_Olivine) >= 30 && countitem($@LV4_Rose_Quartz) >= 30) goto LV4_15_PR; + if (countitem($@LV4_Olivine) >= 30 && countitem($@LV4_Rose_Quartz) >= 30) goto LV4_15_OR; if (countitem($@LV4_Phlogopite) >= 30) goto LV4_15_P; if (countitem($@LV4_Olivine) >= 30) goto LV4_15_O; if (countitem($@LV4_Rose_Quartz) >= 30) goto LV4_15_R; -- cgit v1.2.3-70-g09d2