* Fixed some bugs in Cursed Spirit Quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10597 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
4228b025e7
commit
4c65e3f2e4
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2007/05/21
|
||||||
|
* Fixed some bugs in Cursed Spirit Quest. [SinSloth]
|
||||||
2007/05/18
|
2007/05/18
|
||||||
* Fixed a bug in Thanatos Tower Quest, which didn't allow you to get rewards. [SinSloth]
|
* Fixed a bug in Thanatos Tower Quest, which didn't allow you to get rewards. [SinSloth]
|
||||||
* Rev 10569 Kiel Hyre quest update, moved delitems to the proper NPC. [L0ne_W0lf]
|
* Rev 10569 Kiel Hyre quest update, moved delitems to the proper NPC. [L0ne_W0lf]
|
||||||
|
@ -3602,12 +3602,12 @@ lhz_que01,99,74,5 script #pecomaster 48,{
|
|||||||
set lhz_curse,17;
|
set lhz_curse,17;
|
||||||
getitem 7341,1;
|
getitem 7341,1;
|
||||||
close2;
|
close2;
|
||||||
warp "lhz_in01",278,162;
|
warp "lhz_in01",278,161;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
warp "lhz_in01",278,162;
|
warp "lhz_in01",278,161;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -4179,7 +4179,7 @@ lhz_in03,32,162,3 script Crippled Girl 53,{
|
|||||||
mes "Sheesh.";
|
mes "Sheesh.";
|
||||||
mes "Don't kill the";
|
mes "Don't kill the";
|
||||||
mes "messenger.";
|
mes "messenger.";
|
||||||
set lhz_curse,20;
|
set lhz_curse,23;
|
||||||
close2;
|
close2;
|
||||||
warp "lighthalzen",322,323;
|
warp "lighthalzen",322,323;
|
||||||
end;
|
end;
|
||||||
@ -4407,9 +4407,9 @@ OnTouch:
|
|||||||
mes "Corporation^000000 and that";
|
mes "Corporation^000000 and that";
|
||||||
mes "^FF0000Regenschirm Laboratory^000000.";
|
mes "^FF0000Regenschirm Laboratory^000000.";
|
||||||
set lhz_curse,26;
|
set lhz_curse,26;
|
||||||
if(BaseJob < 70) getexp 800000,300000;
|
if(BaseLevel < 70) getexp 800000,300000;
|
||||||
else if(BaseJob < 80) getexp 1000000,500000;
|
else if(BaseLevel < 80) getexp 1000000,500000;
|
||||||
else if(BaseJob < 90) getexp 1500000,800000;
|
else if(BaseLevel < 90) getexp 1500000,800000;
|
||||||
else getexp 2000000,1000000;
|
else getexp 2000000,1000000;
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user