From 171b99caa2956cf8d80441ffbf1698e93d978605 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 23:23:02 -0300 Subject: Joaquim's quest is complete. We could add a NPC to recycle old weapon. So you could give, say, the Bug Slayer, get some Iron Ingots back, and use it to make the Short Gladius. --- npc/009-5/joaquim.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/009-5') diff --git a/npc/009-5/joaquim.txt b/npc/009-5/joaquim.txt index 3569149c5..1ed38b778 100644 --- a/npc/009-5/joaquim.txt +++ b/npc/009-5/joaquim.txt @@ -54,12 +54,15 @@ L_Finish: mesn; mesq l("Thanks for helping my wife! May the Mouboo watch over you! o.o"); next; - inventoryplace ElixirOfLife, 1; + inventoryplace ElixirOfLife, 1, IronIngot, 1; geitem ElixirOfLife, 1; - getexp 17288, 0; // 15% from needed experience to level up + geitem IronIngot, 1; setq HalinarzoQuest_SickWife, 5; mesn; mesq l("Take this spare @@ I did. It heals fully and instantly, so don't hesit to use it if you're about to die.", getitemlink(ElixirOfLife)); + next; + mesn; + mesq l("This costed years of work... But you deserve it. Here is, an @@. Use it wisely, many armor can be forged with it.", getitemlink(IronIngot)); close; L_DoIt: @@ -168,6 +171,7 @@ OnInit: setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 3); setunitdata(.@npcId, UDT_HAIRCOLOR, 5); + npcsit; .sex = G_MALE; .distance = 5; -- cgit v1.2.3-70-g09d2