summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-10-21 14:55:18 +0200
committerReid <reidyaro@gmail.com>2012-10-21 15:23:18 +0200
commit5bb5bdf639d6893c5623152d0a45d0bf7e5c1160 (patch)
treebafb4a1810fde72bb03e3e7943af92c2942d0d93 /npc/000-1/gugli.txt
parentb0dcd2dd1bc101e52ddb2719899a072cdbf7c399 (diff)
downloadserverdata-5bb5bdf639d6893c5623152d0a45d0bf7e5c1160.tar.gz
serverdata-5bb5bdf639d6893c5623152d0a45d0bf7e5c1160.tar.bz2
serverdata-5bb5bdf639d6893c5623152d0a45d0bf7e5c1160.tar.xz
serverdata-5bb5bdf639d6893c5623152d0a45d0bf7e5c1160.zip
Put numeric IDs back on Gulukan, Lean and Gugli scripts,
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index 95ed6bd9..d515d362 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -57,10 +57,10 @@ OnTalk:
mesn;
mesq l("Right! Sailors are pretty quick with their job. They just take too much time bringing all the food back to the ship. Maybe you can help them.");
next;
- mesq l("Captain wants: ???");
- mesq l("- 2 @@", getitemlink("714"));
- mesq l("- 2 @@", getitemlink("715"));
- mesq l("- 2 @@", getitemlink("716"));
+ mesq l("Captain wants:");
+ mesq l("- 2 @@", getitemlink("AquadaBox"));
+ mesq l("- 2 @@", getitemlink("CroconutBox"));
+ mesq l("- 2 @@", getitemlink("PlushroomBox"));
next;
mesq l("Ask sailors around here they shouldn't be so far.");
next;
@@ -75,7 +75,7 @@ l_TaskGiven:
l_Menu:
menu
rif(getq(ShipQuests_Couwan) == 1, l("Couwan gave me this box, it is for you.")), l_Couwan,
- rif(countitem("714") > 1 && countitem("715") > 1 && countitem("716") > 1, l("I have collected all the boxes you needed.")), l_TaskDone,
+ rif(countitem("AquadaBox") > 1 && countitem("CroconutBox") > 1 && countitem("PlushroomBox") > 1, l("I have collected all the boxes you needed.")), l_TaskDone,
l("Where can I find your crew?"), l_Location,
l("See you."), -;
@@ -96,7 +96,7 @@ l_Couwan:
setq ShipQuests_Couwan, 2;
set zeny, zeny+50;
- if (countitem("713") > 0) delitem "713", 1;
+ if (countitem("FishBox") > 0) delitem "FishBox", 1;
message strcharinfo(0), l("You receive 50GP!");
close;
@@ -138,9 +138,9 @@ l_Lean:
close;
l_TaskDone:
- if (countitem("714") > 1) delitem "714", 2;
- if (countitem("715") > 1) delitem "715", 2;
- if (countitem("716") > 1) delitem "716", 2;
+ if (countitem("AquadaBox") > 1) delitem "AquadaBox", 2;
+ if (countitem("CroconutBox") > 1) delitem "CroconutBox", 2;
+ if (countitem("PlushroomBox") > 1) delitem "PlushroomBox", 2;
setq ShipQuests_Gugli, 2;
mesq l("Well done! Now the ship is ready to sail again!");