From 624cb2950afb52a9499fd2c6cd58209805757335 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Jul 2019 23:03:13 -0300 Subject: Prepare the new crafting system (Lv 15) --- npc/020-7-1/mirjami.txt | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) (limited to 'npc/020-7-1') 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; -- cgit v1.2.3-60-g2f50