From ba57119a2123a754a44a91ed4d34fa624eb24cd8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 29 May 2018 09:02:17 -0300 Subject: Remove Gold Pieces drops, re-struct Jeweler --- npc/003-5/jeweler.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'npc/003-5/jeweler.txt') diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 90779ad67..20d1a2dc9 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -3,12 +3,27 @@ // Jesusalva // Description: // Sells and crafts jewels +// +// Notes: +// Gold Ore (dropped by bifs) → Pieces or Ingot, depends on what you want to forge +// Jeweler only works with Gold PIECES. The Ingots are for forges. 003-5,33,37,0 script Jeweler NPC_FEMALE,{ + mesn; + mesq l("Hello!"); + mes ""; + menu + l("I want to shop."), -, + l("Nothing, sorry."), L_Close; + openshop; closedialog; close; +L_Close: + close2; + goodbye; + end; OnInit: .@npcId = getnpcid(0, .name$); @@ -22,6 +37,7 @@ OnInit: .sex = G_FEMALE; .distance = 5; + tradertype(NST_ZENY); sellitem WeddingRing, 5000; end; -- cgit v1.2.3-60-g2f50