summaryrefslogtreecommitdiff
path: root/world/map/npc/016-1/rossy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/016-1/rossy.txt')
-rw-r--r--world/map/npc/016-1/rossy.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/016-1/rossy.txt b/world/map/npc/016-1/rossy.txt
index 126dd8b9..d4837a18 100644
--- a/world/map/npc/016-1/rossy.txt
+++ b/world/map/npc/016-1/rossy.txt
@@ -9,10 +9,10 @@
set @Cherry_EXP, 2000;
set @CactusDrink_Amount, 24;
- set @MaggotSlime_Amount, 32;
+ set @InsectSlime_Amount, 32;
set @GambodgeHerb_Amount, 50;
set @AlizarinHerb_Amount, 43;
- set @BugLeg_Amount, 30;
+ set @InsectLeg_Amount, 30;
set @Potion_EXP, 3000;
set @RedRose_Amount, 15;
@@ -133,14 +133,14 @@ L_PaperSays:
mes "\"Oh no, I completely forgot! My magic school exam! I need to make a potion and give it to my teacher today! But I haven't found Julia yet and I don't even have any of the ingredients required. Could you get them for me, please?\"";
next;
set Rossy_Quest, 6;
- mes "\"I need " + @CactusDrink_Amount + " Cactus Drinks, " + @MaggotSlime_Amount + " Maggot Slimes, " + @GambodgeHerb_Amount + " Gamboge Herbs, " + @AlizarinHerb_Amount + " Alizarin Herbs and " + @BugLeg_Amount + " Bug Legs.\"";
+ mes "\"I need " + @CactusDrink_Amount + " Cactus Drinks, " + @InsectSlime_Amount + " Insect Slimes, " + @GambodgeHerb_Amount + " Gamboge Herbs, " + @AlizarinHerb_Amount + " Alizarin Herbs and " + @InsectLeg_Amount + " Insect Legs.\"";
next;
mes "\"Please come back to see me when you have the ingredients. I know the recipe by heart.\"";
close;
L_NE:
mes "[Rossy]";
- mes "\"Please bring me " + @CactusDrink_Amount + " Cactus Drinks, " + @MaggotSlime_Amount + " Maggot Slimes, " + @GambodgeHerb_Amount + " Gamboge Herbs, " + @AlizarinHerb_Amount + " Alizarin Herbs and " + @BugLeg_Amount + " Bug Legs.\"";
+ mes "\"Please bring me " + @CactusDrink_Amount + " Cactus Drinks, " + @InsectSlime_Amount + " Insect Slimes, " + @GambodgeHerb_Amount + " Gamboge Herbs, " + @AlizarinHerb_Amount + " Alizarin Herbs and " + @InsectLeg_Amount + " Insect Legs.\"";
next;
mes "\"Please hurry!\"";
close;
@@ -148,19 +148,19 @@ L_NE:
L_Check2:
if(countitem("CactusDrink") < @CactusDrink_Amount)
goto L_NE;
- if(countitem("MaggotSlime") < @MaggotSlime_Amount)
+ if(countitem("InsectSlime") < @InsectSlime_Amount)
goto L_NE;
if(countitem("GambogeHerb") < @GambodgeHerb_Amount)
goto L_NE;
if(countitem("AlizarinHerb") < @AlizarinHerb_Amount)
goto L_NE;
- if(countitem("BugLeg") < @BugLeg_Amount)
+ if(countitem("InsectLeg") < @InsectLeg_Amount)
goto L_NE;
delitem "CactusDrink", @CactusDrink_Amount;
- delitem "MaggotSlime", @MaggotSlime_Amount;
+ delitem "InsectSlime", @InsectSlime_Amount;
delitem "GambogeHerb", @GambodgeHerb_Amount;
delitem "AlizarinHerb", @AlizarinHerb_Amount;
- delitem "BugLeg", @BugLeg_Amount;
+ delitem "InsectLeg", @InsectLeg_Amount;
mes "Rossy takes all the ingredients and places them on the ground. She starts to mix some herbs with the cactus drinks and appears to cast some spells. She seems to know what she is doing.";
next;
mes "[Rossy]";