summaryrefslogtreecommitdiff
path: root/npc/quests/quests_13_1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/quests_13_1.txt')
-rw-r--r--npc/quests/quests_13_1.txt20
1 files changed, 2 insertions, 18 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt
index 7bed6a624..cb88b7b5f 100644
--- a/npc/quests/quests_13_1.txt
+++ b/npc/quests/quests_13_1.txt
@@ -8834,27 +8834,11 @@ mid_campin,90,121,5 script Hibba Agip 4_M_REDSWORD,{
cutin "ep13_captin_edq",255;
close;
}
- else if ((ep13_1_edq == 9) && (countitem(11012) < 3)) {
+ else if ((ep13_1_edq == 9) && (countitem(11012) != 3)) {
mes "[Hibba Agip]";
mes "Is something wrong? Alright, we'll write another report for you.";
next;
- delitem 11012,1; //Expedition_Report
- delitem 11012,1; //Expedition_Report
- delitem 11012,1; //Expedition_Report
- getitem 11012,3; //Expedition_Report
- mes "[Hibba Agip]";
- mes "Let me remind you again. The officials are these three people: ^0000FFMinister Laur^000000 of the Rune Midgarts Kingdom, ^0000FFPriest Nuria^000000 of Arunafeltz and ^0000FFGerhart^000000 of the Schwaltzvalt Republic.";
- next;
- mes "[Hibba Agip]";
- mes "Make sure to deliver the report to them without fail. Come back in one piece, alright?";
- cutin "ep13_captin_edq",255;
- close;
- }
- else if ((ep13_1_edq == 9) && (countitem(11012) > 3)) {
- mes "[Hibba Agip]";
- mes "Is something wrong? Alright, we'll write another report for you.";
- next;
- delitem 11012,20; //Expedition_Report
+ delitem 11012,countitem(11012); //Expedition_Report
getitem 11012,3; //Expedition_Report
mes "[Hibba Agip]";
mes "Let me remind you again. The officials are these three people: ^0000FFMinister Laur^000000 of the Rune Midgarts Kingdom, ^0000FFPriest Nuria^000000 of Arunafeltz and ^0000FFGerhart^000000 of the Schwaltzvalt Republic.";