diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-28 10:35:41 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-28 10:35:41 +0000 |
commit | 4e643fd7733f69e080c0206d82980fb1003f76e0 (patch) | |
tree | c6ffc2657c6830a3af80383d39091384b378f271 /npc/merchants/ammo_dealer.txt | |
parent | ae8b1995129858e7b90150bfbad469c3d0242fc7 (diff) | |
download | hercules-4e643fd7733f69e080c0206d82980fb1003f76e0.tar.gz hercules-4e643fd7733f69e080c0206d82980fb1003f76e0.tar.bz2 hercules-4e643fd7733f69e080c0206d82980fb1003f76e0.tar.xz hercules-4e643fd7733f69e080c0206d82980fb1003f76e0.zip |
Corrected typos/inconsistencies in npc headers
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10638 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/ammo_dealer.txt')
-rw-r--r-- | npc/merchants/ammo_dealer.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/npc/merchants/ammo_dealer.txt b/npc/merchants/ammo_dealer.txt index d398255e0..4163cd0fc 100644 --- a/npc/merchants/ammo_dealer.txt +++ b/npc/merchants/ammo_dealer.txt @@ -1,19 +1,20 @@ -//===== Athena Script ===================================== -//= Bullet Merchant, Tony. -//===== By ================================================ +//===== Athena Script ======================================== +//= Bullet Dealer, Tony +//===== By =================================================== //= Playtester, Paradox924X, Legionaire -//===== Version =========================================== +//===== Version ============================================== //= 1.2a -//===== Compatible With =================================== -//= eAthena SVN with jAthena scripting engine and . variables. -//===== Description ======================================= +//===== Compatible With ====================================== +//= eAthena SVN with jAthena scripting engine and . variables +//===== Description ========================================== //= Bullet trader. -//===== Comments ========================================== +//===== Comments ============================================= //= 1.0 First version [Playtester] //= 1.1 Converted from Aegis [Paradox924X] //= 1.2 More optimized conversion [Legionaire] //= 1.2a Removed .GATs [Lupus] -//========================================================= +//============================================================ + que_ng,187,156,3 script Bullet Dealer Tony 86,{ if(BaseJob != Job_Gunslinger){ @@ -92,4 +93,4 @@ que_ng,187,156,3 script Bullet Dealer Tony 86,{ delitem .@btt[1],.@btt[3]*.@btt[2]; getitem .@btt[0],.@btt[3]*30; close; -}
\ No newline at end of file +} |