summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-20 15:57:31 +0200
committerReid <reidyaro@gmail.com>2015-06-20 15:57:31 +0200
commit0af6f46e4f30d0b4be7bfc0981a91532aa23a7be (patch)
treeb4d35b9af14039eef6f7237bd444d111aef7fcff /npc/000-1/jalad.txt
parent292270ca3bec31382ee31aa12c327ca855c568a4 (diff)
downloadserverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.gz
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.bz2
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.xz
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.zip
Replace NPC names by NPC IDs.
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 4e1eaedb..f7ba491a 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -37,17 +37,17 @@
L_Continue:
mes "";
mesn;
- mesq l("Surely. Take this box full of @@s.", getitemlink("Plushroom"));
+ mesq l("Surely. Take this box full of @@s.", getitemlink(515));
next;
inventoryplace 716, 1;
setq ShipQuests_Jalad, 1;
- getitem "PlushroomBox", 1;
+ getitem 716, 1;
mes "";
mesn;
- mesq l("They are so tasty when cooked together with some @@. Don't drop any of them!", getitemlink("PiouLegs"));
+ mesq l("They are so tasty when cooked together with some @@. Don't drop any of them!", getitemlink(505));
goto L_Close;
@@ -96,11 +96,11 @@ L_Ale:
L_Plushroom:
mes "";
mesn;
- mesq l("'That', as you call it, is a @@. There're plenty on this island!", getitemlink("Plushroom"));
+ mesq l("'That', as you call it, is a @@. There're plenty on this island!", getitemlink(515));
next;
mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance. It looks like a plush!");
next;
- mesq l("There are some groups of these @@s all around this island. Just pick some and have a try.", getitemlink("Plushroom"));
+ mesq l("There are some groups of these @@s all around this island. Just pick some and have a try.", getitemlink(515));
close;