diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 03:20:01 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 03:20:01 -0300 |
commit | bf585609996b09a82f5181a9e0dad5f75954bcac (patch) | |
tree | ee64a868260e9250dcd30ee08b6f0b5a17295d06 /npc/001-1/rewards.txt | |
parent | bafcefbf6a97f7fd31bd48696629242cf7d3ae12 (diff) | |
download | serverdata-bf585609996b09a82f5181a9e0dad5f75954bcac.tar.gz serverdata-bf585609996b09a82f5181a9e0dad5f75954bcac.tar.bz2 serverdata-bf585609996b09a82f5181a9e0dad5f75954bcac.tar.xz serverdata-bf585609996b09a82f5181a9e0dad5f75954bcac.zip |
(Place-holding) Dump bleach and dye scripts at Cyndala. Sell the basic colors at Aeros.
Diffstat (limited to 'npc/001-1/rewards.txt')
-rw-r--r-- | npc/001-1/rewards.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 7fe26ca17..cf3f36b97 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -31,10 +31,17 @@ OnInit: tradertype(NST_CUSTOM); - //sellitem GoldenWarlordPlate,2500; // Item still not balanced + // Equipment sellitem ThunderStaff,20000; sellitem PiouEgg,5000; sellitem Googles,800; + + // Temporary, but later may sell rare dyes (eg. golden?) + sellitem RedCottonDye, 50; + sellitem GreenCottonDye, 50; + sellitem BlueCottonDye, 50; + + // Consumables sellitem ElixirOfLife,35; sellitem Grenade,12; sellitem Curshroom,7; |