summaryrefslogtreecommitdiff
path: root/npc/jobs/2-2
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-14 09:43:55 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-14 09:43:55 +0000
commit15c98b7f69ab4c17cc48ca0785c9f4a6fab9745b (patch)
tree659756b6af8cf9c6478bb30169bbd0bed597d54a /npc/jobs/2-2
parent9d2c740129b9c037bdfd584fec33da313cbc934b (diff)
downloadhercules-15c98b7f69ab4c17cc48ca0785c9f4a6fab9745b.tar.gz
hercules-15c98b7f69ab4c17cc48ca0785c9f4a6fab9745b.tar.bz2
hercules-15c98b7f69ab4c17cc48ca0785c9f4a6fab9745b.tar.xz
hercules-15c98b7f69ab4c17cc48ca0785c9f4a6fab9745b.zip
* 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
Diffstat (limited to 'npc/jobs/2-2')
-rw-r--r--npc/jobs/2-2/crusader.txt7
1 files changed, 4 insertions, 3 deletions
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]";