diff options
Diffstat (limited to 'npc/003-5')
-rw-r--r-- | npc/003-5/jeweler.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 21639ffe9..35c002bed 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -193,9 +193,14 @@ OnInit: .sex = G_FEMALE; .distance = 5; - tradertype(NST_ZENY); - sellitem WeddingRing, 5000; - sellitem GoldenBlackPearlRing, 500000; // I'm joking of course. Don't tell me you'll pay half MILLION for... this? + tradertype(NST_MARKET); + sellitem WeddingRing, 5000, 50; + sellitem GoldenBlackPearlRing, 500000, 1; // I'm joking of course. Don't tell me you'll pay half MILLION for... this? + end; + +OnClock2214: + restoreshopitem WeddingRing, 5000, 50; + restoreshopitem GoldenBlackPearlRing, 500000, 1; end; // Pay your taxes! |