diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-01 20:01:52 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-01 20:01:52 +0000 |
commit | 9d5ed889d81740c4122e05747fd938dab1c53ba7 (patch) | |
tree | b91e33ac969d9bb08fa3dfa847b9b0b8c069e160 /npc/merchants/ammo_boxes.txt | |
parent | 40e63cdda0c726c69aebe8202875a337e7f0e888 (diff) | |
download | hercules-9d5ed889d81740c4122e05747fd938dab1c53ba7.tar.gz hercules-9d5ed889d81740c4122e05747fd938dab1c53ba7.tar.bz2 hercules-9d5ed889d81740c4122e05747fd938dab1c53ba7.tar.xz hercules-9d5ed889d81740c4122e05747fd938dab1c53ba7.zip |
- Added Genetic Book Seller to Alchemist Shop.
- Updated Gunslinger Ammo & Boxes Sales NPC positions.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15347 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/ammo_boxes.txt')
-rw-r--r-- | npc/merchants/ammo_boxes.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/merchants/ammo_boxes.txt b/npc/merchants/ammo_boxes.txt index 1ec561a33..f3fed67e6 100644 --- a/npc/merchants/ammo_boxes.txt +++ b/npc/merchants/ammo_boxes.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= rAthena dev team //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -14,9 +14,10 @@ //= 1.2 Optimized^2, corrected npc's name [ultramage] //= 1.2a Optimized. Please, ommit extra NPC names [Lupus] //= 1.3 Updated to match AEGIS script. [Kisuka] +//= 1.4 Updated to match AEGIS script again. [Masao] //============================================================ -que_ng,187,149,3 script Magazine Dealer Kenny 83,{ +izlude,171,127,3 script Magazine Dealer Kenny#iz::mdk 83,{ if(BaseJob == Job_Gunslinger) { mes "[Kenny]"; mes "Welcome to my Magazine Shop."; @@ -133,3 +134,5 @@ function script Func_Casing { close; } } + +alberta,118,157,3 duplicate(mdk) Magazine Dealer Tonny#alb 83 |