diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-5/jeweler.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 68169ec2b..dc57bc2a9 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -5,7 +5,8 @@ // Sells and crafts jewels 003-5,33,37,0 script Jeweler NPC_PLAYER_F,{ - hello; + openshop; + closedialog; close; @@ -21,6 +22,8 @@ OnInit: .sex = G_FEMALE; .distance = 5; + tradertype(NST_ZENY); + sellitem WeddingRing, 5000; end; } |