Small fix to Kiel Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10742 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d925e1717b
commit
079d9bc66e
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/06/10
|
2007/06/10
|
||||||
|
* Small fix to Kiel Quest [Playtester]
|
||||||
* Fixed exploit and optimized Rachel donations [Playtester]
|
* Fixed exploit and optimized Rachel donations [Playtester]
|
||||||
2007/06/09
|
2007/06/09
|
||||||
* Rev. 10737 Removed an erroneous "case" in Rachel quest. Thanks, Jet. [L0ne_W0lf]
|
* Rev. 10737 Removed an erroneous "case" in Rachel quest. Thanks, Jet. [L0ne_W0lf]
|
||||||
|
@ -5135,7 +5135,7 @@ kh_mansion,22,28,4 script Kiel Hyre 903,{
|
|||||||
// Allysia
|
// Allysia
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
kh_mansion,18,30,4 script Allysia 894,{
|
kh_mansion,18,30,4 script Allysia 894,{
|
||||||
cutin "kh_ellisia",2;
|
|
||||||
if (KielHyreQuest < 46) {
|
if (KielHyreQuest < 46) {
|
||||||
mes "[Allysia]";
|
mes "[Allysia]";
|
||||||
mes "Who are you?";
|
mes "Who are you?";
|
||||||
@ -5144,7 +5144,9 @@ kh_mansion,18,30,4 script Allysia 894,{
|
|||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (KielHyreQuest >= 46) {
|
cutin "kh_ellisia",2;
|
||||||
|
|
||||||
|
if (KielHyreQuest < 70) {
|
||||||
mes "[Allysia]";
|
mes "[Allysia]";
|
||||||
mes "You must be surprised";
|
mes "You must be surprised";
|
||||||
mes "by everything that's been";
|
mes "by everything that's been";
|
||||||
@ -5295,7 +5297,7 @@ kh_mansion,18,30,4 script Allysia 894,{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (KielHyreQuest >= 70) {
|
else {
|
||||||
mes "[Allysia]";
|
mes "[Allysia]";
|
||||||
mes "......";
|
mes "......";
|
||||||
mes ".........";
|
mes ".........";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user