From b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2 Mon Sep 17 00:00:00 2001 From: brianluau Date: Fri, 1 Jun 2012 04:06:10 +0000 Subject: - Replaced more -> rAthena (follow up to r15251). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16195 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/breeder.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'npc/custom/breeder.txt') diff --git a/npc/custom/breeder.txt b/npc/custom/breeder.txt index 580042b45..d03928ad2 100644 --- a/npc/custom/breeder.txt +++ b/npc/custom/breeder.txt @@ -25,29 +25,27 @@ prontera,124,201,1 script Universal Rental Npc 726,{ case 1: if((BaseClass == Job_Merchant || BaseJob == Job_SuperNovice) && checkcart() == 0 && getskilllv("MC_PUSHCART")>0) { setcart; - close; } else { mes "[Universal Rental Npc]"; mes "Sorry " + strcharinfo(0) + ", Please make sure you are the required job and have the required skill."; - close; } + break; case 2: if(BaseJob != Job_Archer && BaseClass == Job_Archer && checkfalcon() == 0 && getskilllv("HT_FALCON")>0) { setfalcon; - close; } else { mes "[Universal Rental Npc]"; mes "Sorry " + strcharinfo(0) + ", Please make sure you are the required job and have the required skill."; - close; } + break; case 3: if (BaseJob != Job_Swordman && BaseClass == Job_Swordman && checkriding() == 0 && getskilllv("KN_RIDING")>0) { setriding; - close; } else { mes "[Universal Rental Npc]"; mes "Sorry " + strcharinfo(0) + ", Please make sure you are the required job and have the required skill."; - close; } + break; } + close; } -- cgit v1.2.3-60-g2f50