summaryrefslogtreecommitdiff
path: root/world
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-06-26 12:27:40 +0200
committerAli-G <gauvain.dauchy@free.fr>2011-06-26 12:27:40 +0200
commitcb63e5c79c71c34db082fea3584311bfa48a2f4f (patch)
tree564d48171546c100886193c0eadbea818d8448b0 /world
parent4477c04b6d4c51c2213d60b2f6b075a4cb50bf75 (diff)
downloadserverdata-cb63e5c79c71c34db082fea3584311bfa48a2f4f.tar.gz
serverdata-cb63e5c79c71c34db082fea3584311bfa48a2f4f.tar.bz2
serverdata-cb63e5c79c71c34db082fea3584311bfa48a2f4f.tar.xz
serverdata-cb63e5c79c71c34db082fea3584311bfa48a2f4f.zip
Fixed some sentences into Caul's script.
Changed the name of the 4 new mana potions into mana elixirs.
Diffstat (limited to 'world')
-rw-r--r--world/map/db/item_db.txt9
-rw-r--r--world/map/npc/018-2/caul.txt10
2 files changed, 10 insertions, 9 deletions
diff --git a/world/map/db/item_db.txt b/world/map/db/item_db.txt
index 22b01e89..ec61cc42 100644
--- a/world/map/db/item_db.txt
+++ b/world/map/db/item_db.txt
@@ -338,11 +338,12 @@
822, GemPowderBlue, Sapphire Powder, 3, 1000, 500, 5, , , , , , , , , , , {}, {}
823, GemPowderYellow, Topaz Powder, 3, 1000, 500, 5, , , , , , , , , , , {}, {}
824, GemPowderPurple, Amethyst Powder, 3, 1000, 500, 5, , , , , , , , , , , {}, {}
-825, TinyManaPotion, Tiny Mana Potion, 0, 100, 10, 5, , , , , , 2, , , 0, , {itemheal 0, 25;}, {},
-826, SmallManaPotion, Small Mana Potion, 0, 200, 20, 10, , , , , , 2, , , 0, , {itemheal 0, 50;}, {},
-827, MediumManaPotion, Medium Mana Potion, 0, 400, 40, 15, , , , , , 2, , , 0, , {itemheal 0, 100;}, {},
-828, LargeManaPotion, Large Mana Potion, 0, 800, 80, 25, , , , , , 2, , , 0, , {itemheal 0, 250;}, {},
+825, TinyManaElixir, Tiny Mana Elixir, 0, 100, 10, 5, , , , , , 2, , , 0, , {itemheal 0, 25;}, {},
+826, SmallManaElixir, Small Mana Elixir, 0, 200, 20, 10, , , , , , 2, , , 0, , {itemheal 0, 50;}, {},
+827, MediumManaElixir, Medium Mana Elixir, 0, 400, 40, 15, , , , , , 2, , , 0, , {itemheal 0, 100;}, {},
+828, LargeManaElixir, Large Mana Elixir, 0, 800, 80, 25, , , , , , 2, , , 0, , {itemheal 0, 250;}, {},
829, LightCrystal, Light Crystal, 3, 100, 50, 10, , , , , , , , , , , {}, {}, ,
+//830, RESERVED, WitchRoot, , , , , , , , , , , , , , , {}, {}, ,
// Add new entries above here. For dyed entries, add to the bottom of the 2000s.
diff --git a/world/map/npc/018-2/caul.txt b/world/map/npc/018-2/caul.txt
index 56734a69..ddbe6a3c 100644
--- a/world/map/npc/018-2/caul.txt
+++ b/world/map/npc/018-2/caul.txt
@@ -38,7 +38,7 @@
set @C_dementiapotion, 23;
set @C_bye, 24;
- setarray @choice$, "One", "Five", "Ten", "Fifty", "", "", "", "", "";
+ setarray @choice$, "One.", "Five.", "Ten.", "Fifty.", "", "", "", "", "";
setarray @choice_idx, 1, 5, 10, 50, 0, 0, 0, 0, 0;
set @choices_nr, 4;
@@ -47,7 +47,7 @@
goto L_M_no_monster_oil;
set @choice_idx[@choices_nr], @C_monster_oil;
- set @choice$[@choices_nr], "I would like to brew monster oil.";
+ set @choice$[@choices_nr], "I would like to brew Monster Oil.";
set @choices_nr, @choices_nr + 1;
L_M_no_monster_oil:
@@ -56,7 +56,7 @@ L_M_no_monster_oil:
goto L_M_no_mopox_cure;
set @choice_idx[@choices_nr], @C_mopox_cure;
- set @choice$[@choices_nr], "I would like to brew a Mopox cure.";
+ set @choice$[@choices_nr], "I would like to brew a Mopox Cure Potion.";
set @choices_nr, @choices_nr + 1;
L_M_no_mopox_cure:
@@ -74,13 +74,13 @@ L_M_no_inspector:
goto L_M_no_dempo;
set @choice_idx[@choices_nr], @C_dementiapotion;
- set @choice$[@choices_nr], "I would like to brew Dementia Potion";
+ set @choice$[@choices_nr], "I would like to brew a Dementia Potion.";
set @choices_nr, @choices_nr + 1;
L_M_no_dempo:
set @choice_idx[@choices_nr], @C_bye;
- set @choice$[@choices_nr], "Never mind";
+ set @choice$[@choices_nr], "Never mind.";
set @choices_nr, @choices_nr + 1;
menu