summaryrefslogtreecommitdiff
path: root/npc/020-7-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-14 23:03:13 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-14 23:03:13 -0300
commit624cb2950afb52a9499fd2c6cd58209805757335 (patch)
treeaab8b2245c6e75181296114a8bd0d22cc4f1ccb8 /npc/020-7-1
parent3173990fe280775d28dbf21fbe85d94e60e0cd57 (diff)
downloadserverdata-624cb2950afb52a9499fd2c6cd58209805757335.tar.gz
serverdata-624cb2950afb52a9499fd2c6cd58209805757335.tar.bz2
serverdata-624cb2950afb52a9499fd2c6cd58209805757335.tar.xz
serverdata-624cb2950afb52a9499fd2c6cd58209805757335.zip
Prepare the new crafting system (Lv 15)
Diffstat (limited to 'npc/020-7-1')
-rw-r--r--npc/020-7-1/mirjami.txt35
1 files changed, 3 insertions, 32 deletions
diff --git a/npc/020-7-1/mirjami.txt b/npc/020-7-1/mirjami.txt
index 721aac041..d4b17502e 100644
--- a/npc/020-7-1/mirjami.txt
+++ b/npc/020-7-1/mirjami.txt
@@ -53,41 +53,12 @@ function askQuestion {
switch (@menu) {
case 1:
//mesq l("Not yet, blame Jesusalva, your reward was with them");
- inventoryplace AlchemyBlueprintA, 1, RecipeBook, 1;
+ inventoryplace AlchemyBlueprintA, 1, AncientBlueprint, 1;
mesn;
- mesq l("Yeah... I also found a @@. We don't need this crap, you can put it on your @@.", getitemlink(AlchemyBlueprintA), getitemlink(RecipeBook));
+ mesq l("Yeah... I also found a few old blueprints. We don't need this crap, you can put it on your @@.", getitemlink(AlchemyBlueprintA), getitemlink(RecipeBook));
next;
- select
- l("Erm... I don't have a recipe book."),
- l("That's nice, but... I don't have a recipe book."),
- l("Pardon me, what is a recipe book?");
- mes "";
- mesn;
- mesq l("WHAT? Have you not gained one at birth? That's absurd!");
- next;
- select
- l("Erm... I don't know my parents."),
- l("Maybe, but... I don't know my parents."),
- l("Pardon me, I don't remember my parents.");
- mes "";
- mesn;
- mesq l("WHAT? That's twice absurd! Now you'll say that you were found stranded on a desert island without equipment and can't remember anything but your own name!");
- next;
- select
- l("Erm... You're right."),
- l("Well... You're right."),
- l("How did you guess that?");
- mes "";
- mesn;
- mesq l("... ... ...");
- next;
- mesn;
- mesq l("...Okay, this is not fun anymore.");
- next;
- mesn;
- mesq l("Here, you can take mine. I don't mind. Just be sure to don't lose it, you will NEVER get another copy EVER again, was I clear?!");
getitem AlchemyBlueprintA, 1;
- getitem RecipeBook, 1;
+ getitem any(AncientBlueprint, AlchemyBlueprintA, EquipmentBlueprintA), 1;
setq1 NivalisQuest_BlueSageSlimes, 2;
next;
mesn;