diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-27 23:53:46 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-27 23:53:46 +0000 |
commit | 3d4287cc5efb305ba392ab81875f117548e207f7 (patch) | |
tree | 8dc1149ed1f75afafaf2ce8f82b975d3f87afd8b /npc/merchants | |
parent | f8d5302f9f7352d4379061ebc8ad38e55b4cf4b3 (diff) | |
download | hercules-3d4287cc5efb305ba392ab81875f117548e207f7.tar.gz hercules-3d4287cc5efb305ba392ab81875f117548e207f7.tar.bz2 hercules-3d4287cc5efb305ba392ab81875f117548e207f7.tar.xz hercules-3d4287cc5efb305ba392ab81875f117548e207f7.zip |
- Added an security check for each player which is entering an instance to make sure that the cool down time can't be bypassed which would lead to abuses of the according instance dungeons. bugreport:5768
- Some minor additions to the Magic Gear renter NPC.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16158 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/renters.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index 25a6227fc..3d56bf75a 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88, mod by Lupus //===== Current Version: ===================================== -//= 1.7 +//= 1.9 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -20,6 +20,7 @@ //= 1.6: Moved the Falcon Master to Hugel [Poki#3] //= 1.7 Updated to Aegis 10.3 standards. [L0ne_W0lf] //= 1.8 Added 3rd Job creature NPCs (Dragon/Gryphon) [L0ne_W0lf] +//= 1.9 Enabled Gryphon Renter NPC and added Mado Gear NPC. [Masao] //============================================================ // PecoPeco Breeder (for Knights)------------------------------------------- @@ -318,6 +319,7 @@ prontera,125,208,5 script Peco Peco Remover 105,{ close; } +// Magic Gear Renter prontera,163,178,4 script Magic Gear Master 105,{ mes "[Magic Gear Master]"; if (Class == Job_Mechanic || Class == Job_Mechanic_T || Class == Job_Baby_Mechanic) { |