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/pre-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/pre-re/merchants/shops.txt')
-rw-r--r-- | npc/pre-re/merchants/shops.txt | 74 |
1 files changed, 73 insertions, 1 deletions
diff --git a/npc/pre-re/merchants/shops.txt b/npc/pre-re/merchants/shops.txt index 538e5b533..c887a74d8 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.5 +//= 1.6 //========================================================================= //== Prontera ============================================== @@ -230,6 +230,73 @@ OnInit: sellitem Empty_Potion; } +//== Payon ================================================= +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 Green_Potion; + sellitem Center_Potion; + sellitem Awakening_Potion; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; + sellitem Booby_Trap; +} + +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 Green_Potion; + sellitem Center_Potion; + sellitem Awakening_Potion; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; + sellitem Booby_Trap; +} + +payon,159,96,4 trader Tool Dealer#pay3 4_M_ORIENT01,{ +OnInit: + sellitem Arrow; + sellitem Red_Potion; + sellitem Center_Potion; + sellitem Wing_Of_Fly; + sellitem Wing_Of_Butterfly; +} + +payon,177,131,4 trader Pet Groomer#pay 4_F_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; +} + //== Cooking Addition ====================================== prontera,156,212,1 trader Chef Assistant#prt 8_F_GIRL,{ OnInit: @@ -252,3 +319,8 @@ geffen,196,111,3 trader Chef Assistant#gef 4_M_03,{ OnInit: sellitem Pot; } + +payon,206,119,5 trader Chef Assistant#pay 4_M_ORIENT02,{ +OnInit: + sellitem Hot_Sauce; +} |