summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-09-07 13:46:52 +0400
committerAlige <aligetmw@hotmail.fr>2012-09-07 13:50:54 +0400
commited203faf07ec993fd182ebac8031a00efa2d6f7e (patch)
tree4b896840a7af0f84fee34eb0e2a5408d23f8eae1
parent7a32e12249bc8aa432b2eacab7384572c0934735 (diff)
downloadserverdata-ed203faf07ec993fd182ebac8031a00efa2d6f7e.tar.gz
serverdata-ed203faf07ec993fd182ebac8031a00efa2d6f7e.tar.bz2
serverdata-ed203faf07ec993fd182ebac8031a00efa2d6f7e.tar.xz
serverdata-ed203faf07ec993fd182ebac8031a00efa2d6f7e.zip
Renamed the Plushroom Box and the Sea Drops in the database and some scripts.
-rw-r--r--db/item_db.txt4
-rw-r--r--npc/000-1/astapolos.txt4
-rw-r--r--npc/000-2-1/alige.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/db/item_db.txt b/db/item_db.txt
index 90adfc32..73691a79 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -7,7 +7,7 @@
505, PiouLegs, Piou Legs, 0, 0, 10, 3, 5, , , , , , 2, , , 0, , 0, {itemheal 10, 0;}, {} {}
506, Lettuce, Lettuce, 0, 0, 25, 12, 5, , , , , , 2, , , 0, , 0, {itemheal 15, 0;}, {} {}
507, Piberries, Piberries, 0, 0, 40, 20, 3, , , , , , 2, , , 0, , 0, {itemheal 20, 0;}, {} {}
-508, SeaDrop, Sea Drop, 0, 0, 5, 1, 2, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedWater";}, {} {}
+508, SeaDrops, Sea Drops, 0, 0, 5, 1, 2, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedWater";}, {} {}
509, Aquada, Aquada, 0, 0, 50, 24, 5, , , , , , 2, , , 0, , 0, {itemheal 30, 0;}, {} {}
510, PinkBlobime, Pink Blobime, 0, 0, 30, 13, 2, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedBlobime";},{} {}
// 511,PurpleBlobime, Purple Blobime, 0, 0, 60, 27, 2, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedBlobime";},{} {}
@@ -30,7 +30,7 @@
713, FishBox, Fish Box, 519, 3, 1, 1, 2000, , , , , , , , , , , 0, {}, {} {}
713, AquadaBox, Aquada Box, 519, 3, 1, 1, 2500, , , , , , , , , , , 0, {}, {} {}
713, CroconutBox, Croconut Box, 519, 3, 1, 1, 3500, , , , , , , , , , , 0, {}, {} {}
-713, PlumushroomBox, Plumushroom Box, 519, 3, 1, 1, 1500, , , , , , , , , , , 0, {}, {} {}
+713, PlushroomBox, Plushroom Box, 519, 3, 1, 1, 1500, , , , , , , , , , , 0, {}, {} {}
1300, WornShirt, Worn Shirt, 0, 5, 100, 25, 50, , 2, , , 0, 2, 512, , 0, , 0, {}, {} {}
1301, SailorTankTop, Sailor Tank Top, 0, 5, 2000, 250, 40, , 3, , , 0, 2, 512, , 0, , 0, {}, {} {}
1302, SailorShirt, Sailor Shirt, 0, 5, 7500, 950, 75, , 4, , , 0, 2, 512, , 0, , 0, {}, {} {}
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 300a5057..589f5754 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -51,11 +51,11 @@ l_Who:
l_Aquada:
mes "";
mesn;
- mesq l("This is an Aquada, a light blue sea fruit. They're highly desired in the archipelago.");
+ mesq l("This is an aquada, a light blue sea fruit. They're highly desired in the archipelago.");
next;
mesq l("You can find them in the ocean, near corals and other sea beings.");
next;
- mesq l("Orelse, if you feel capable, you can try killing Tortugas or Crocs if you're strong enough. I'm sure they could drop one or two @@.", getitemlink("Aquada"));
+ mesq l("Orelse, if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink("Aquada"));
close;
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 2aea7083..eaadd2f1 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -151,7 +151,7 @@ l_GiveFood:
rif(countitem(505, 1), l(getitemname("PiouLegs"))), 505,
rif(countitem(506, 1), l(getitemname("Lettuce"))), 506,
rif(countitem(507, 1), l(getitemname("Piberries"))), 2,
- rif(countitem(508, 1), l(getitemname("SeaDrop"))), 1,
+ rif(countitem(508, 1), l(getitemname("SeaDrops"))), 1,
rif(countitem(509, 1), l(getitemname("Aquada"))), 509,
rif(countitem(510, 1), l(getitemname("PinkBlobime"))), 1,
l("I don't have anything good for you today."), -1;