diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2016-01-12 13:39:40 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-22 00:07:08 +0100 |
commit | 2824860863d78bcf02954e86a1e6540d125910b1 (patch) | |
tree | 632f5197870f8d2e5f973010564893bc02e691a4 /npc/pre-re | |
parent | 5debffd8cf6e14cd65b3f28ae20e50bb315dbda6 (diff) | |
download | hercules-2824860863d78bcf02954e86a1e6540d125910b1.tar.gz hercules-2824860863d78bcf02954e86a1e6540d125910b1.tar.bz2 hercules-2824860863d78bcf02954e86a1e6540d125910b1.tar.xz hercules-2824860863d78bcf02954e86a1e6540d125910b1.zip |
Alberta NPC Updates
- Separate Tool Dealer and Pet Groomer selling items in Renewal and PRE-Renewal
- Change the selling bullets of Trading Merchant in Renewal and PRE-Renewal
Diffstat (limited to 'npc/pre-re')
-rw-r--r-- | npc/pre-re/merchants/shops.txt | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/npc/pre-re/merchants/shops.txt b/npc/pre-re/merchants/shops.txt index c887a74d8..f5dd954f8 100644 --- a/npc/pre-re/merchants/shops.txt +++ b/npc/pre-re/merchants/shops.txt @@ -31,7 +31,7 @@ //================= Description =========================================== //= Pre-renewal-specific town shop NPCs. //================= Current Version ======================================= -//= 1.6 +//= 1.7 //========================================================================= //== Prontera ============================================== @@ -297,6 +297,52 @@ OnInit: sellitem Traditional_Cookie; } +//== Alberta =============================================== +alb2trea,87,65,5 trader Tool Dealer#alb 4_M_01,{ +OnInit: + sellitem Arrow; + sellitem Silver_Arrow; + sellitem Fire_Arrow; + sellitem Red_Potion; + sellitem Orange_Potion; + sellitem Yellow_Potion; + sellitem White_Potion; + sellitem Green_Potion; + sellitem Center_Potion; + sellitem Awakening_Potion; +} + +alberta_in,182,97,0 trader Tool Dealer#alb2 1_F_MERCHANT_01,{ +OnInit: + sellitem Arrow; + sellitem Spectacles; + sellitem Red_Potion; + sellitem Orange_Potion; + sellitem Yellow_Potion; + sellitem White_Potion; + sellitem Green_Potion; + sellitem Center_Potion; + sellitem Awakening_Potion; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; + sellitem Spinning_Eyes; +} + +alberta_in,176,81,3 trader Trading Merchant#alb 4_M_HUMERCHANT,{ +OnInit: + sellitem Bullet; + sellitem Silver_Bullet; + sellitem Shell_Of_Blood; + sellitem Branch; + sellitem Crimson_Bolt; + sellitem The_Cyclone; + sellitem Rolling_Stone; + sellitem Black_Rose; + sellitem Long_Barrel; + sellitem Jungle_Carbine; + sellitem Thunder_P; +} + //== Cooking Addition ====================================== prontera,156,212,1 trader Chef Assistant#prt 8_F_GIRL,{ OnInit: @@ -320,6 +366,11 @@ OnInit: sellitem Pot; } +alberta,167,135,5 trader Chef Assistant#alb 4_M_05,{ +OnInit: + sellitem Delicious_Fish; +} + payon,206,119,5 trader Chef Assistant#pay 4_M_ORIENT02,{ OnInit: sellitem Hot_Sauce; |