茶服加密更新
This commit is contained in:
@@ -643,7 +643,13 @@ function setCustomData_po_summoners(obj, receiveData)
|
||||
obj.getVar("time").clear_vector();
|
||||
obj.getVar("time").push_vector(time);
|
||||
obj.setTimeEvent(0,time,1,false);
|
||||
if(subtype == 61) sq_flashScreen(obj,693,time - 693,500,180, sq_RGB(0,0,0), GRAPHICEFFECT_NONE, ENUM_DRAWLAYER_BOTTOM);
|
||||
if(subtype == 61){
|
||||
local skill = sq_GetSkill(sqrChr, 150);
|
||||
local isSeal = 0;
|
||||
if(!skill.isSealFunction()) isSeal = 1;
|
||||
obj.getVar("sealSet").setInt(0, isSeal);
|
||||
sq_flashScreen(obj,693,time - 693,500,180, sq_RGB(0,0,0), GRAPHICEFFECT_NONE, ENUM_DRAWLAYER_BOTTOM);
|
||||
}
|
||||
break;
|
||||
case 63:
|
||||
local totalDamage = receiveData.readDword();
|
||||
|
||||
Reference in New Issue
Block a user