summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorsamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-13 23:40:07 +0000
committersamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-13 23:40:07 +0000
commit3040bd5b091a1f03593d38e7e6e3995ae20f4e0e (patch)
tree88dd38ca4492ad9f8bb80e586436369c163a359a /npc/custom
parent946b17b00a5ba8e6d8ca3fe1843cd7447fdde773 (diff)
downloadhercules-3040bd5b091a1f03593d38e7e6e3995ae20f4e0e.tar.gz
hercules-3040bd5b091a1f03593d38e7e6e3995ae20f4e0e.tar.bz2
hercules-3040bd5b091a1f03593d38e7e6e3995ae20f4e0e.tar.xz
hercules-3040bd5b091a1f03593d38e7e6e3995ae20f4e0e.zip
* Fixed a Little Typo Error in Breeder NPC (Custom).
-Thanks to ~AnnieRuru~. * Fixed a little typo error in Prontera Guide (Extra RGB Values). -Thanks to Brainstorm. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11456 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/breeder.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/custom/breeder.txt b/npc/custom/breeder.txt
index dbd5a2820..8db0ff76c 100644
--- a/npc/custom/breeder.txt
+++ b/npc/custom/breeder.txt
@@ -3,15 +3,17 @@
//===== By: ==================================================
//= eAthena Team
//===== Current Version: =====================================
-//= 1.0
+//= 1.3a
//===== Compatible With: =====================================
//= eAthena 1.0 Final +
//===== Description: =========================================
//= A Free PecoPeco and Falcon Breeder
//===== Additional Comments: =================================
-//FIXED checkriding/cart/falcon funcs [Lupus]
-//Added Rebirth/Advanced Class support [Mass Zero]
-//Simplified the checks of job [Silentdragon]
+//= 1.1 FIXED checkriding/cart/falcon funcs [Lupus]
+//= 1.2 Added Rebirth/Advanced Class support [Mass Zero]
+//= 1.3 Simplified the checks of job [Silentdragon]
+//= 1.3a Fixed a Typo Error. [Samuray22]
+// -Thanks to ~AnnieRuru~.
//============================================================
@@ -26,13 +28,12 @@ L_Menu:
L_Cart:
if((BaseClass == Job_Merchant || BaseJob == Job_SuperNovice) && checkcart() == 0) goto L_Cart_Ok;
- if(getskilllv(39)<1) goto L_Need_Skill;
-
mes "[Universal Rental Npc]";
mes "Sorry " + strcharinfo(0) + ", but I only rent carts to people with the Merchant job root, who have enough skills to handle a cart.";
close;
L_Cart_Ok:
+ if(getskilllv(39)<1) goto L_Need_Skill;
setcart;
goto L_Quit2;