diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-08 20:13:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-08 20:13:08 -0300 |
commit | 61bb3a0468126c70998f9db37f2fb0b27a266a67 (patch) | |
tree | 72391a3d9df6f3e711fd7b5009e636d94eb45a3c | |
parent | c5dec6eac0a92b0a6a6a5b7dfcbe310b1908bfad (diff) | |
download | serverdata-61bb3a0468126c70998f9db37f2fb0b27a266a67.tar.gz serverdata-61bb3a0468126c70998f9db37f2fb0b27a266a67.tar.bz2 serverdata-61bb3a0468126c70998f9db37f2fb0b27a266a67.tar.xz serverdata-61bb3a0468126c70998f9db37f2fb0b27a266a67.zip |
Prepare for #RARE_POINTS removal
Removal will only be made effective when LoF Merge v2 begins.
I really should have used MAX() since the begin >.>
-rw-r--r-- | npc/017-1/misc.txt | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/npc/017-1/misc.txt b/npc/017-1/misc.txt index 46781c2cc..823f71b36 100644 --- a/npc/017-1/misc.txt +++ b/npc/017-1/misc.txt @@ -262,9 +262,6 @@ OnInit: // Rares sellitem BlacksmithAxe, 64000; - //sellitem MiereCleaver, 32000; - //sellitem Kanabo, 13500; - //sellitem PiouEgg, 8350; sellitem AxeHat, 7000; sellitem Googles, 5000; @@ -273,41 +270,6 @@ OnInit: sellitem Sunglasses, 6000; sellitem BunnyEars, 800; sellitem StrangeCoin, 30; - - // Gamble - //sellitem SupremeGift,30000; - //sellitem PrismGift, 11000; - //sellitem GoldenGift, 4000; - //sellitem SilverGift, 1500; - //sellitem BronzeGift, 500; - //sellitem CasinoCoins, 35; - - // Equipment - //sellitem WoodenSword, 5500; - //sellitem Chainmail, 2500; - //sellitem LeatherShirt, 800; - //sellitem JeansShorts, 600; - //sellitem ShortBow, 500; - //sellitem RoundLeatherShield,200; - //sellitem WoodenBow, 100; - //sellitem Dagger, 100; - - // Consumables - //sellitem TonoriDelight, 80; - //sellitem Aquada, 60; - //sellitem Manana, 50; - //sellitem Cheese, 40; - //sellitem Plushroom, 15; - //sellitem Chagashroom, 15; - - // Useful ores and money stuff - //sellitem IronIngot, 2500; - //sellitem EmptyBottle, 60; - //sellitem Arrow, 4; - //sellitem TolchiArrow, 1; - //sellitem PiouFeathers, 1; - - end; OnCountFunds: |