Skip to content

Commit

Permalink
Fixes issue #1482
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoog999 committed Aug 7, 2016
1 parent 49088df commit e00adfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions npc/merchants/ammo_boxes.txt
Expand Up @@ -3,7 +3,7 @@
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//= 2.0
//= 2.1
//===== Compatible With: =====================================
//= rAthena Project
//===== Description: =========================================
Expand All @@ -17,11 +17,12 @@
//= 1.4 Updated to match AEGIS script again. [Masao]
//= 1.5 Moved Izlude duplicate to pre-re/re paths. [Euphy]
//= 2.0 Clean-up. [Capuche]
//= 2.1 Fixes Issue #1482, where Rebellion jobs cannot use this npc. [Limestone]
//============================================================

alberta,118,157,3 script Magazine Dealer Kenny::mdk 4_M_01,{
mes "[Kenny]";
if (BaseJob == Job_Gunslinger) {
if (BaseClass == Job_Gunslinger) {
mes "Welcome to my Magazine Shop.";
mes "As you may know, large numbers";
mes "of bullets can be carried more";
Expand Down
5 changes: 3 additions & 2 deletions npc/merchants/ammo_dealer.txt
Expand Up @@ -3,7 +3,7 @@
//===== By ===================================================
//= Playtester, Paradox924X
//===== Version ==============================================
//= 2.0
//= 2.1
//===== Compatible With ======================================
//= rAthena Project
//===== Description ==========================================
Expand All @@ -18,11 +18,12 @@
//= 1.5 Updated to match AEGIS script again. [Masao]
//= 1.6 Moved Izlude duplicate to pre-re/re paths. [Euphy]
//= 2.0 Clean-up. [Capuche]
//= 2.1 Fixes Issue #1482, where Rebellion jobs cannot use this npc. [Limestone]
//============================================================

alberta,118,160,3 script Bullet Dealer Tony#alb::bdt 4_M_04,{
mes "[Tony]";
if (BaseJob == Job_Gunslinger) {
if (BaseClass == Job_Gunslinger) {
mes "I'm Tony, the Bullet Dealer.";
mes "Come to me whenever you're";
mes "short on ammo. Just bring me";
Expand Down

0 comments on commit e00adfe

Please sign in to comment.