- Fixed typo on item 6079 (bugreport:3581).
- Fixed issue with Knight Quest. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14058 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
2c629f0173
commit
d594bc38ae
@ -2781,7 +2781,7 @@
|
||||
6076,Portable_Toolbox,Portable Toolbox,3,0,,10,,,,,,,,,,,,,{},{},{}
|
||||
6077,Rough_Mineral,Rough Mineral,3,0,,10,,,,,,,,,,,,,{},{},{}
|
||||
6078,Stone_Fragments,Stone Fragments,3,0,,10,,,,,,,,,,,,,{},{},{}
|
||||
6079,Flower_Of_Alfheim,FLower of Alfheim,3,0,,10,,,,,,,,,,,,,{},{},{}
|
||||
6079,Flower_Of_Alfheim,Flower of Alfheim,3,0,,10,,,,,,,,,,,,,{},{},{}
|
||||
6080,Manuk_Coin,Manuk Coin,3,0,,10,,,,,,,,,,,,,{},{},{}
|
||||
6081,Splendide_Coin,Splendide Coin,3,0,,10,,,,,,,,,,,,,{},{},{}
|
||||
6082,Spirit_Of_Alfheim,Spirit of Alfheim,3,0,,10,,,,,,,,,,,,,{},{},{}
|
||||
|
@ -1239,6 +1239,9 @@ prt_in,79,94,4 script Sir Windsor#knt 733,{
|
||||
mes "...This way.";
|
||||
}
|
||||
close2;
|
||||
if(checkquest(9006) == -1) {
|
||||
changequest 9005,9006;
|
||||
}
|
||||
warp "job_knt",89,101;
|
||||
end;
|
||||
}
|
||||
@ -1299,9 +1302,6 @@ job_knt,89,106,4 script Knight Windsor#knt 733,{
|
||||
next;
|
||||
mes "[Sir Windsor]";
|
||||
mes "..........";
|
||||
if(checkquest(9006) == -1) {
|
||||
changequest 9005,9006;
|
||||
}
|
||||
close;
|
||||
case 2:
|
||||
mes "[Sir Windsor]";
|
||||
@ -1332,9 +1332,6 @@ job_knt,89,106,4 script Knight Windsor#knt 733,{
|
||||
next;
|
||||
mes "[Sir Windsor]";
|
||||
mes "...";
|
||||
if(checkquest(9006) == -1) {
|
||||
changequest 9005,9006;
|
||||
}
|
||||
close;
|
||||
case 3:
|
||||
mes "[Sir Windsor]";
|
||||
@ -1364,9 +1361,6 @@ OnStartArena:
|
||||
killmonster "job_knt", "Knight1::OnMyMobDead";
|
||||
killmonster "job_knt", "Knight2::OnMyMobDead";
|
||||
killmonster "job_knt", "Knight3::OnMyMobDead";
|
||||
if(checkquest(9006) == -1) {
|
||||
changequest 9005,9006;
|
||||
}
|
||||
warpwaitingpc "job_knt",43,146;
|
||||
donpcevent "Knight1::OnEnable";
|
||||
disablewaitingroomevent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user