Столкнулся с такой же проблемой.
Фикс:
OnDeath:
if(@ks > 2){
if(#Announcer == 0){ announce rid2name(killedrid)+" just ended "+strcharinfo(0)+"'s "+.ESDotA$[@ks - 3]+" "+((.Streak)?"("+@ks+")":"")+"", ((.Broadcast)?bc_all:bc_map), .ESColor$; }
if(#Announcer > 1){ announce rid2name(killedrid)+" just ended "+strcharinfo(0)+"'s "+.ESHoN$[@ks - 3]+" "+((.Streak)?"("+@ks+")":"")+"", ((.Broadcast)?bc_all:bc_map), .ESColor$; }
}
if(@nm > 3){
//soundeffectall #Announcer+"_Payback.wav", 0, rid2name(killedrid);
announce rid2name(killedrid)+" just have a payback againts "+strcharinfo(0)+" "+((.Nemesis)?"("+@nm+")":"")+"", ((.Broadcast)?bc_all:bc_map), .PBColor$;
}
attachrid(killedrid);
set Death, Death + 1; // добавить это, вроде работает
callsub OnClearData;
return;
Check maybe you are testing it with Group 99 GM, it will ignore the count.
No. GM Lvl players on pvp was equal 0. (sry 4 badly english)
Столкнулся с такой же проблемой.
Фикс:
OnDeath:
if(@ks > 2){
if(#Announcer == 0){ announce rid2name(killedrid)+" just ended "+strcharinfo(0)+"'s "+.ESDotA$[@ks - 3]+" "+((.Streak)?"("+@ks+")":"")+"", ((.Broadcast)?bc_all:bc_map), .ESColor$; }
if(#Announcer > 1){ announce rid2name(killedrid)+" just ended "+strcharinfo(0)+"'s "+.ESHoN$[@ks - 3]+" "+((.Streak)?"("+@ks+")":"")+"", ((.Broadcast)?bc_all:bc_map), .ESColor$; }
}
if(@nm > 3){
//soundeffectall #Announcer+"_Payback.wav", 0, rid2name(killedrid);
announce rid2name(killedrid)+" just have a payback againts "+strcharinfo(0)+" "+((.Nemesis)?"("+@nm+")":"")+"", ((.Broadcast)?bc_all:bc_map), .PBColor$;
}
attachrid(killedrid);
set Death, Death + 1; // добавить это, вроде работает
callsub OnClearData;
return;
Check maybe you are testing it with Group 99 GM, it will ignore the count.
BTW if trouble was with GM level, then kills not increased too