diff options
Diffstat (limited to 'npc/re/other')
-rw-r--r-- | npc/re/other/mercenary_rent.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/re/other/mercenary_rent.txt b/npc/re/other/mercenary_rent.txt index 834321f42..75aaae5a5 100644 --- a/npc/re/other/mercenary_rent.txt +++ b/npc/re/other/mercenary_rent.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.1 Optimization. [Zephyrus] //= 1.2 Removed redundent input. [L0ne_W0lf] //= 1.3 Duplicates now spawned from floating NPCs. [L0ne_W0lf] +//= 1.4 Updated to match the new Izlude Map. [Masao] //============================================================ prontera,41,337,5 script Mercenary Manager#Spear 105,{ @@ -228,7 +229,7 @@ prontera,41,337,5 script Mercenary Manager#Spear 105,{ } } -izlude,47,139,5 script Mercenary Manager#Sword 734,{ +izlude,47,169,5 script Mercenary Manager#Sword 734,{ set .@faith_sword, mercenary_get_faith(SWORD_MERC_GUILD); mes "[Mercenary Manager]"; mes "Welcome to the"; @@ -703,7 +704,7 @@ pay_arche,99,167,4 script Mercenary Manager#Bow 732,{ } prontera,30,337,4 duplicate(MercMerchant) Mercenary Merchant#Spear 700 -izlude,56,139,4 duplicate(MercMerchant) Mercenary Merchant#Sword 892 +izlude,56,169,4 duplicate(MercMerchant) Mercenary Merchant#Sword 892 pay_arche,102,167,5 duplicate(MercMerchant) Mercenary Merchant#Bow 879 // Function for selling items. |