summaryrefslogtreecommitdiff
path: root/npc/merchants/ammo_dealer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/merchants/ammo_dealer.txt')
-rw-r--r--npc/merchants/ammo_dealer.txt21
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
+}