From 15c98b7f69ab4c17cc48ca0785c9f4a6fab9745b Mon Sep 17 00:00:00 2001 From: SinSloth Date: Mon, 14 May 2007 09:43:55 +0000 Subject: * Fixed some bugs in Crusader Job change quest. * Minor fix on NPC name in Swordman tutorial quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10537 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/crusader.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/jobs/2-2') diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index cf444838f..b4c8ff193 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -5,7 +5,7 @@ //= Converted by: Shin //= //===== Current Version: ===================================== -//= 2.2 +//= 2.3 //===== Compatible With: ===================================== //= eAthena 0.5.2 + //===== Description: ========================================= @@ -32,6 +32,7 @@ //= 2.2 Updated All NPCs to the officials one [Samuray22] //= -Based on the ASB 4.0 Package. //= -Maybe need be checked the monsters in the test 2 and 4. +//= 2.3 Fixed some bugs that prevented from going further. [SinSloth] //============================================================ @@ -360,7 +361,7 @@ prt_castle,164,32,7 script Suffering Man 733,5,5{ mes "Your name is..." + strcharinfo(0) + "...right?"; mes "Come over; let me see your face."; next; - if(getequipname(7) != "Rosary" || getequipname(8) != "Rosary") { + if((getequipid(7) != 2608 ) && (getequipid(8) != 2608 )) { mes "[Murnak Myjol]"; mes "Oh, you don't even have a Rosary, how to become a Crusader?"; mes "I don't want to see the guy like you, go out and buy a Carrot."; @@ -389,7 +390,7 @@ prt_castle,164,32,7 script Suffering Man 733,5,5{ mes "[Murnak Myjol]"; mes "Let's start then."; close2; - warp job_cru,23,42; + warp "job_cru",23,42; break; case 2: mes "[Murnak Myjol]"; -- cgit v1.2.3-70-g09d2