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/merchants | |
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/merchants')
-rw-r--r-- | npc/merchants/refine.txt | 4 | ||||
-rw-r--r-- | npc/merchants/shops.txt | 73 |
2 files changed, 3 insertions, 74 deletions
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index 281988946..7f1b4d9a3 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -50,7 +50,7 @@ //================= Description =========================================== //= Refining NPCs and Metal Salesmen. //================= Current Version ======================================= -//= 3.3.1 +//= 3.3.2 //========================================================================= //== Christopher: Geffen Blacksmith ======================== @@ -1101,7 +1101,7 @@ moc_ruins,107,94,4 script Repairman#moc 4W_M_03,{ end; } -payon,143,165,4 script Repairman#pay 4_M_ORIENT01,{ +payon,143,165,0 script Repairman#pay 4_M_ORIENT01,{ callfunc "repairmain","Repairman"; end; } diff --git a/npc/merchants/shops.txt b/npc/merchants/shops.txt index 605a01777..f94640829 100644 --- a/npc/merchants/shops.txt +++ b/npc/merchants/shops.txt @@ -46,7 +46,7 @@ //================= Description =========================================== //= Town shop NPCs. //================= Current Version ======================================= -//= 3.7 +//= 3.8 //========================================================================= //== Alberta =============================================== @@ -1510,72 +1510,6 @@ OnInit: sellitem Novice_Armlet; } -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; -} - //== Prontera ============================================== prontera,73,134,0 trader Vendor from Milk Ranch#p 4_F_01,{ OnInit: @@ -1904,11 +1838,6 @@ OnInit: } //== Cooking Addition ====================================== -payon,206,119,5 trader Chef Assistant#pay 4_M_ORIENT02,{ -OnInit: - sellitem Hot_Sauce; -} - alberta,167,135,5 trader Chef Assistant#alb 4_M_05,{ OnInit: sellitem Delicious_Fish; |