- Virüs Taraması
- http://prntscr.com/ofy05h
kritik damagesini pembe yapar.test edilmiştir
https://www.dosyaupload.com/j6ardosyaları şu kısma at
http://prntscr.com/ofy05h
instancebaseeffect.cpp de şu kısmı değiştir
https://www.dosyaupload.com/j6ardosyaları şu kısma at
http://prntscr.com/ofy05h
instancebaseeffect.cpp de şu kısmı değiştir
Python:
else if(bTarget == false)
{
strDamageType = "nontarget_";
rdwCRCEft = EFFECT_DAMAGE_NOT_TARGET;
return;//ÇöÀç Àû¿ë ¾ÈµÊ.
}
else
{
strDamageType = (flag & DAMAGE_CRITICAL) ? "target_crit_" : "target_";
rdwCRCEft = EFFECT_DAMAGE_TARGET;
}