- 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:
Kisuka 2009-09-13 10:55:14 +00:00
parent 2c629f0173
commit d594bc38ae
2 changed files with 4 additions and 10 deletions

View File

@ -2781,7 +2781,7 @@
6076,Portable_Toolbox,Portable Toolbox,3,0,,10,,,,,,,,,,,,,{},{},{} 6076,Portable_Toolbox,Portable Toolbox,3,0,,10,,,,,,,,,,,,,{},{},{}
6077,Rough_Mineral,Rough Mineral,3,0,,10,,,,,,,,,,,,,{},{},{} 6077,Rough_Mineral,Rough Mineral,3,0,,10,,,,,,,,,,,,,{},{},{}
6078,Stone_Fragments,Stone Fragments,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,,,,,,,,,,,,,{},{},{} 6080,Manuk_Coin,Manuk Coin,3,0,,10,,,,,,,,,,,,,{},{},{}
6081,Splendide_Coin,Splendide Coin,3,0,,10,,,,,,,,,,,,,{},{},{} 6081,Splendide_Coin,Splendide Coin,3,0,,10,,,,,,,,,,,,,{},{},{}
6082,Spirit_Of_Alfheim,Spirit of Alfheim,3,0,,10,,,,,,,,,,,,,{},{},{} 6082,Spirit_Of_Alfheim,Spirit of Alfheim,3,0,,10,,,,,,,,,,,,,{},{},{}

View File

@ -1239,6 +1239,9 @@ prt_in,79,94,4 script Sir Windsor#knt 733,{
mes "...This way."; mes "...This way.";
} }
close2; close2;
if(checkquest(9006) == -1) {
changequest 9005,9006;
}
warp "job_knt",89,101; warp "job_knt",89,101;
end; end;
} }
@ -1299,9 +1302,6 @@ job_knt,89,106,4 script Knight Windsor#knt 733,{
next; next;
mes "[Sir Windsor]"; mes "[Sir Windsor]";
mes ".........."; mes "..........";
if(checkquest(9006) == -1) {
changequest 9005,9006;
}
close; close;
case 2: case 2:
mes "[Sir Windsor]"; mes "[Sir Windsor]";
@ -1332,9 +1332,6 @@ job_knt,89,106,4 script Knight Windsor#knt 733,{
next; next;
mes "[Sir Windsor]"; mes "[Sir Windsor]";
mes "..."; mes "...";
if(checkquest(9006) == -1) {
changequest 9005,9006;
}
close; close;
case 3: case 3:
mes "[Sir Windsor]"; mes "[Sir Windsor]";
@ -1364,9 +1361,6 @@ OnStartArena:
killmonster "job_knt", "Knight1::OnMyMobDead"; killmonster "job_knt", "Knight1::OnMyMobDead";
killmonster "job_knt", "Knight2::OnMyMobDead"; killmonster "job_knt", "Knight2::OnMyMobDead";
killmonster "job_knt", "Knight3::OnMyMobDead"; killmonster "job_knt", "Knight3::OnMyMobDead";
if(checkquest(9006) == -1) {
changequest 9005,9006;
}
warpwaitingpc "job_knt",43,146; warpwaitingpc "job_knt",43,146;
donpcevent "Knight1::OnEnable"; donpcevent "Knight1::OnEnable";
disablewaitingroomevent; disablewaitingroomevent;