diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2016-01-05 12:23:23 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-22 00:04:06 +0100 |
commit | 0a097048ef2957354370cbbec4128c1f92b4fc25 (patch) | |
tree | 881c96a72878c60a6ea55e331a205510fb49b123 /npc/re/merchants/shops.txt | |
parent | bd749a1cb9d9838dd2194095e08f92397b6fac6b (diff) | |
download | hercules-0a097048ef2957354370cbbec4128c1f92b4fc25.tar.gz hercules-0a097048ef2957354370cbbec4128c1f92b4fc25.tar.bz2 hercules-0a097048ef2957354370cbbec4128c1f92b4fc25.tar.xz hercules-0a097048ef2957354370cbbec4128c1f92b4fc25.zip |
Payon NPC Update
- Change the coordinate of Taekwon Job Changer 'Phoenix' from payon to payon_in01
- Change the facing position of Repairman
- Change the selling items of Tool Dealer and Pet Groomer in RENEWAL
- Add PRE-RENEWAL Tool Dealer and Pet Groomer.
- Change the coordinates of some warps
- Change the coordinate of Guide in payon
- Change the coordinate of Helm of Angel and Deviruchi Cap quest npc
Diffstat (limited to 'npc/re/merchants/shops.txt')
-rw-r--r-- | npc/re/merchants/shops.txt | 89 |
1 files changed, 88 insertions, 1 deletions
diff --git a/npc/re/merchants/shops.txt b/npc/re/merchants/shops.txt index 2d03059ab..a76949e83 100644 --- a/npc/re/merchants/shops.txt +++ b/npc/re/merchants/shops.txt @@ -36,7 +36,7 @@ //================= Description =========================================== //= Renewal-specific town shop NPCs. //================= Current Version ======================================= -//= 2.2 +//= 2.3 //========================================================================= //== Comodo ================================================ @@ -791,6 +791,74 @@ OnInit: sellitem Empty_Bottle; } +//== Payon ================================================= +payon,159,96,4 trader Tool Dealer#pay3 4_M_ORIENT01,{ +OnInit: + sellitem Arrow; + sellitem Red_Potion; + sellitem Center_Potion; + sellitem Empty_Bottle; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; +} + +payon_in01,5,49,7 trader Tool Dealer#pay 4_M_ORIENT01,{ +OnInit: + sellitem Arrow; + sellitem Spectacles; + sellitem Red_Potion; + sellitem Orange_Potion; + sellitem Yellow_Potion; + sellitem White_Potion; + sellitem Center_Potion; + sellitem Awakening_Potion; + sellitem Empty_Bottle; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; + sellitem Booby_Trap; +} + +payon,177,131,4 trader Pet Groomer#pay 4_F_TELEPORTER,{ +OnInit: + sellitem Pet_Food; + sellitem Pet_Incubator; + sellitem Backpack; + sellitem Rocker_Glasses; + sellitem Vital_Flower_; + sellitem Flame_Gemstone; + sellitem Bun_; + sellitem Vital_Flower; + sellitem Damp_Darkness; + sellitem Small_Snow_Flower; + sellitem Fresh_Plant; + sellitem Big_Cell; + sellitem Apple_Pudding; + sellitem Mystic_Stone; + sellitem Flavored_Alcohol; + sellitem Spirit_Liquor; + sellitem Pumpkin_Pie_; + sellitem Sunset_On_The_Rock; + sellitem Morning_Dew; + sellitem Grilled_Rice_Cake; +} + +payon_in02,87,34,0 trader Tool Dealer#pay2 1_F_ORIENT_01,{ +OnInit: + sellitem Arrow; + sellitem Silver_Arrow; + sellitem Spectacles; + sellitem Red_Potion; + sellitem Orange_Potion; + sellitem Yellow_Potion; + sellitem White_Potion; + sellitem Center_Potion; + sellitem Awakening_Potion; + sellitem Empty_Bottle; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; + sellitem Booby_Trap; +} + //== Rachel ================================================ ra_in01,263,281,4 trader Trap Specialist#ra 1_F_01,{ OnInit: @@ -892,3 +960,22 @@ OnInit: sellitem Indoor_Cooking_Kits; sellitem High_end_Cooking_Kits; } + +payon,206,119,5 trader Chef Assistant#pay 4_M_ORIENT02,{ +OnInit: + sellitem Combination_Kit; + sellitem Mushroom; + sellitem Pot; + sellitem Bread; + sellitem Grain; + sellitem Cooking_Oil; + sellitem Plain_Sauce; + sellitem Hot_Sauce; + sellitem Sweet_Sauce; + sellitem Red_Spice; + sellitem Yellow_Spice; + sellitem Delicious_Fish; + sellitem Outdoor_Cooking_Kits; + sellitem Indoor_Cooking_Kits; + sellitem High_end_Cooking_Kits; +} |