* Fixed some bugs in Crusader Job change quest.
* Minor fix on NPC name in Swordman tutorial quest. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10537 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
488f1a6f64
commit
90b66d458b
@ -1,6 +1,8 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/05/15
|
2007/05/15
|
||||||
|
* Fixed some bugs in Crusader Job change quest. [SinSloth]
|
||||||
|
* Minor fix on NPC name in Swordman tutorial quest. [SinSloth]
|
||||||
* Minor Kiel Hyre Quest optimization with extra goto, else or empty switch [Lupus]
|
* Minor Kiel Hyre Quest optimization with extra goto, else or empty switch [Lupus]
|
||||||
2007/05/13
|
2007/05/13
|
||||||
* Updated Monk Skill QUest to the Official One. [Samuray22]
|
* Updated Monk Skill QUest to the Official One. [Samuray22]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
//= Converted by: Shin
|
//= Converted by: Shin
|
||||||
//=
|
//=
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.2
|
//= 2.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 0.5.2 +
|
//= eAthena 0.5.2 +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -32,6 +32,7 @@
|
|||||||
//= 2.2 Updated All NPCs to the officials one [Samuray22]
|
//= 2.2 Updated All NPCs to the officials one [Samuray22]
|
||||||
//= -Based on the ASB 4.0 Package.
|
//= -Based on the ASB 4.0 Package.
|
||||||
//= -Maybe need be checked the monsters in the test 2 and 4.
|
//= -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 "Your name is..." + strcharinfo(0) + "...right?";
|
||||||
mes "Come over; let me see your face.";
|
mes "Come over; let me see your face.";
|
||||||
next;
|
next;
|
||||||
if(getequipname(7) != "Rosary" || getequipname(8) != "Rosary") {
|
if((getequipid(7) != 2608 ) && (getequipid(8) != 2608 )) {
|
||||||
mes "[Murnak Myjol]";
|
mes "[Murnak Myjol]";
|
||||||
mes "Oh, you don't even have a Rosary, how to become a Crusader?";
|
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.";
|
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 "[Murnak Myjol]";
|
||||||
mes "Let's start then.";
|
mes "Let's start then.";
|
||||||
close2;
|
close2;
|
||||||
warp job_cru,23,42;
|
warp "job_cru",23,42;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
mes "[Murnak Myjol]";
|
mes "[Murnak Myjol]";
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
//= 1.0 Fully working
|
//= 1.0 Fully working
|
||||||
//= 1.1 optimized [Lupus]
|
//= 1.1 optimized [Lupus]
|
||||||
//= TODO: Test, Add correct misceffects numbers
|
//= TODO: Test, Add correct misceffects numbers
|
||||||
|
//= 1.2 Fixed a typo on NPC name. [SinSloth]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -660,7 +661,6 @@ izlude_in,82,163,3 script Shurank 733,{
|
|||||||
close;
|
close;
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
mes "[Shurank]";
|
|
||||||
mes "If you want to be";
|
mes "If you want to be";
|
||||||
mes "able to use the full";
|
mes "able to use the full";
|
||||||
mes "power of the Bash skill,";
|
mes "power of the Bash skill,";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user