diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2016-01-03 19:15:22 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2016-01-03 19:15:22 +0800 |
commit | 9f1fb9f8ef2f066e40aa46a5305ab8a0b88fa960 (patch) | |
tree | 611549f4799708f3ab025645d3250615760c624b /npc/pre-re | |
parent | 26e9ec372154cf640453c4240b2d885b35850b09 (diff) | |
download | hercules-9f1fb9f8ef2f066e40aa46a5305ab8a0b88fa960.tar.gz hercules-9f1fb9f8ef2f066e40aa46a5305ab8a0b88fa960.tar.bz2 hercules-9f1fb9f8ef2f066e40aa46a5305ab8a0b88fa960.tar.xz hercules-9f1fb9f8ef2f066e40aa46a5305ab8a0b88fa960.zip |
Update Prontera trader npc's to match kRO's trader npc's.
Diffstat (limited to 'npc/pre-re')
-rw-r--r-- | npc/pre-re/merchants/shops.txt | 65 |
1 files changed, 64 insertions, 1 deletions
diff --git a/npc/pre-re/merchants/shops.txt b/npc/pre-re/merchants/shops.txt index 20f0ee933..62ea538ba 100644 --- a/npc/pre-re/merchants/shops.txt +++ b/npc/pre-re/merchants/shops.txt @@ -31,9 +31,63 @@ //================= Description =========================================== //= Pre-renewal-specific town shop NPCs. //================= Current Version ======================================= -//= 1.2 +//= 1.3 //========================================================================= +//== Prontera ============================================== +prt_fild05,290,221,2 trader Tool Dealer#prt 4_M_01,{ +OnInit: + sellitem Arrow; + sellitem Spectacles; + sellitem Red_Potion; + sellitem Orange_Potion; + sellitem Green_Potion; + sellitem Center_Potion; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; +} + +prt_in,126,76,0 trader Tool Dealer#prt1 1_M_INNKEEPER,{ +OnInit: + sellitem Spectacles; + sellitem Arrow; + 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 Booby_Trap; + sellitem One_Eyed_Glass; +} + +prontera,218,211,4 trader Pet Groomer#prt 4_M_TELEPORTER,{ +OnInit: + sellitem Pet_Food; + sellitem Pet_Incubator; + sellitem Backpack; + sellitem Rocker_Glasses; + sellitem Mojji; + sellitem Flame_Gemstone; + sellitem Vital_Flower_; + sellitem Vital_Flower; + sellitem Bun_; + sellitem Damp_Darkness; + sellitem Small_Snow_Flower; + sellitem Fresh_Plant; + sellitem Big_Cell; + sellitem Apple_Pudding; + sellitem Mystic_Stone; + sellitem Flavored_Alcohol; + sellitem Grilled_Rice_Cake; + sellitem Fish_With_Blue_Back; + sellitem Pumpkin_Pie_; + sellitem Traditional_Cookie; +} + //== Izlude ================================================ izlude,105,99,0 trader Butcher#iz 1_M_JOBGUIDER,{ OnInit: @@ -94,3 +148,12 @@ OnInit: sellitem Jungle_Carbine; sellitem Thunder_P; } + +//== Cooking Addition ====================================== +prontera,156,212,1 trader Chef Assistant#prt 8_F_GIRL,{ +OnInit: + sellitem Plain_Sauce; + sellitem Red_Spice; + sellitem Pot; + sellitem Bread; +} |