* Fixed an Eden Quest bug (bugreport:6633)
* Follow-up r16779: one missing check git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16781 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
0e0860a78d
commit
c3494224b3
@ -246,7 +246,7 @@ OnBuyItem:
|
||||
close;
|
||||
|
||||
OnNPCKillEvent:
|
||||
if (!#Mission_Count) end;
|
||||
if (!#Mission_Count || !Mission1) end;
|
||||
for(set .@i,0; .@i<.Quests; set .@i,.@i+1) {
|
||||
if (strmobinfo(1,killedrid) == strmobinfo(1,getd("Mission"+.@i))) {
|
||||
if (getd("Mission"+.@i+"_") < #Mission_Count) {
|
||||
|
@ -4551,8 +4551,7 @@ moc_para01,111,83,3 script Toren 813,{
|
||||
getitem 2571,1; //Paradise Mantle II
|
||||
getitem 2473,1; //Paradise Boots IV
|
||||
getitem 15031,1; //Paradise Uniform IV
|
||||
if (para_suv02 == 5 || para_suv02 == 7 || para_suv02 == 9 || para_suv02 == 11 || para_suv02 == 13)
|
||||
set para_suv02, para_suv02+1;
|
||||
set para_suv02,14;
|
||||
if (para_suv01 > 40)
|
||||
set para_suv01, para_suv01+1;
|
||||
if (Class == Job_Taekwon) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user