11
This commit is contained in:
@@ -97,20 +97,20 @@ function L_drawMainCustomUI_All() {
|
||||
|
||||
|
||||
|
||||
local attackInfo = sq_GetCustomAttackInfo(obj, 0);
|
||||
sq_SetAttackInfoHitDelayRateDamager(attackInfo, 4.2);
|
||||
// sq_SetCurrentAttackBonusRate(attackInfo, 4812);
|
||||
// sq_SetCurrentAttacknUpForce(attackInfo, 41918);
|
||||
// sq_GetAttackInfoHitDelayRateDamager(attackInfo);
|
||||
local AtkC = L_sq_P2I(attackInfo["__ot"][28259608]);
|
||||
// local attackInfo = sq_GetCustomAttackInfo(obj, 0);
|
||||
// sq_SetAttackInfoHitDelayRateDamager(attackInfo, 4.2);
|
||||
// // sq_SetCurrentAttackBonusRate(attackInfo, 4812);
|
||||
// // sq_SetCurrentAttacknUpForce(attackInfo, 41918);
|
||||
// // sq_GetAttackInfoHitDelayRateDamager(attackInfo);
|
||||
// local AtkC = L_sq_P2I(attackInfo["__ot"][28259608]);
|
||||
|
||||
// sq_SetChangeStatusIntoAttackInfoWithEtc(attackInfo, 0, 10, 50, 150, 140, 49, 0);
|
||||
// print(attackInfo["__ot"][28259608])
|
||||
|
||||
|
||||
// for (local i = 0; i< 8000; i++) {
|
||||
// local Ret = DATK(AtkC, i).readFloat();
|
||||
// if (Ret == 50.0)
|
||||
// local Ret = DATK(AtkC, i).readInt();
|
||||
// if (Ret == 21567)
|
||||
// {
|
||||
// print("找到了! " + format("当前遍历: 0x%02x\n", i));
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user