diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2016-01-05 07:55:44 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-21 23:59:47 +0100 |
commit | bd749a1cb9d9838dd2194095e08f92397b6fac6b (patch) | |
tree | 66df2133ef711b54179ae5860145baec658b8af1 /npc/pre-re/merchants | |
parent | 3023f509a563f65f624248c5b233472e519c4d10 (diff) | |
download | hercules-bd749a1cb9d9838dd2194095e08f92397b6fac6b.tar.gz hercules-bd749a1cb9d9838dd2194095e08f92397b6fac6b.tar.bz2 hercules-bd749a1cb9d9838dd2194095e08f92397b6fac6b.tar.xz hercules-bd749a1cb9d9838dd2194095e08f92397b6fac6b.zip |
Geffen NPC Updates
- Change the selling items of Pet Groomer and Tool Dealer in RENEWAL
- Added PRE-RENEWAL Pet Groomer and Tool Dealer in PRE-RE folder
- Change the NPC Sprite of Repairman
Diffstat (limited to 'npc/pre-re/merchants')
-rw-r--r-- | npc/pre-re/merchants/shops.txt | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/npc/pre-re/merchants/shops.txt b/npc/pre-re/merchants/shops.txt index 4abe887a6..538e5b533 100644 --- a/npc/pre-re/merchants/shops.txt +++ b/npc/pre-re/merchants/shops.txt @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) 2012-2016 Hercules Dev Team //= Copyright (C) Frost //= Copyright (C) Streusel //= Copyright (C) Daegaladh @@ -31,7 +31,7 @@ //================= Description =========================================== //= Pre-renewal-specific town shop NPCs. //================= Current Version ======================================= -//= 1.4 +//= 1.5 //========================================================================= //== Prontera ============================================== @@ -195,6 +195,41 @@ OnInit: sellitem Bun_; } +//== Geffen ================================================ +geffen_in,77,167,0 trader Tool Dealer#gef 1_F_03,{ +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 Granpa_Beard; +} + +geffen,193,152,4 trader Pet Groomer#gef 4_F_TELEPORTER,{ +OnInit: + sellitem Pet_Food; + sellitem Pet_Incubator; + sellitem Backpack; + sellitem Rocker_Glasses; + sellitem Mojji; + sellitem Vital_Flower_; + sellitem Flame_Gemstone; + sellitem Bun_; +} + +geffen_in,171,123,4 trader Tool Dealer#gef2 1_M_WIZARD,{ +OnInit: + sellitem Empty_Cylinder; + sellitem Empty_Potion; +} + //== Cooking Addition ====================================== prontera,156,212,1 trader Chef Assistant#prt 8_F_GIRL,{ OnInit: @@ -212,3 +247,8 @@ OnInit: sellitem Red_Spice; sellitem Yellow_Spice; } + +geffen,196,111,3 trader Chef Assistant#gef 4_M_03,{ +OnInit: + sellitem Pot; +} |