diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/rewards.txt | 3 | ||||
-rw-r--r-- | npc/017-1/nowhere_man.txt | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 2228a6576..9a0abc141 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -43,7 +43,8 @@ OnInit: sellitem Googles,600; // Temporary, Seasonal, for events, rare drops, next release - sellitem DesertBow, 10000; + sellitem DesertBow, 9000; + sellitem MiereCleaver, 3000; sellitem LeatherShirt, 350; sellitem JeansShorts, 300; diff --git a/npc/017-1/nowhere_man.txt b/npc/017-1/nowhere_man.txt index 6e2d32b3e..8e5177ee1 100644 --- a/npc/017-1/nowhere_man.txt +++ b/npc/017-1/nowhere_man.txt @@ -10,6 +10,10 @@ // The refund is the exact fair price, retrieved from database. The only "loss" here // is that you would rather do something else with Leather Patch but instead, you "sold" it. // If you sell items you don't get experience, so you shouldn't get any exp here either. +// +// This NPC could as well do Jeans Shorts, but I'm too lazy to calculate formula now. +// The price is Cave Snake Skin in proportion to Jean Shorts rarity, and cost in proportion +// to sell price difference. 017-1,155,162,0 script Nowhere Man NPC_UKAR,{ mesn; |