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_dealer.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_dealer.txt')
-rw-r--r-- | npc/merchants/ammo_dealer.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/merchants/ammo_dealer.txt b/npc/merchants/ammo_dealer.txt index 545d8b3f5..ea5f9a803 100644 --- a/npc/merchants/ammo_dealer.txt +++ b/npc/merchants/ammo_dealer.txt @@ -3,7 +3,7 @@ //===== By =================================================== //= Playtester, Paradox924X //===== Version ============================================== -//= 1.4 +//= 1.5 //===== Compatible With ====================================== //= rAthena SVN //===== Description ========================================== @@ -15,9 +15,10 @@ //= 1.2a Removed .GATs [Lupus] //= 1.3 Fixed [Playtester] Optimized. Got rid of @vars [Lupus] //= 1.4 Updated to match AEGIS script. [Kisuka] +//= 1.5 Updated to match AEGIS script again. [Masao] //============================================================ -que_ng,187,156,3 script Bullet Dealer Tony 86,{ +alberta,118,160,3 script Bullet Dealer Tony#alb::bdt 86,{ if (BaseJob == Job_Gunslinger) { mes "[Tony]"; mes "I'm Tony, the Bullet Dealer."; @@ -121,3 +122,5 @@ function script Bullet_Trade { close; } } + +izlude,171,133,3 duplicate(bdt) Bullet Dealer Tony#iz 86 |