更新茶服加密

This commit is contained in:
2025-12-11 20:05:06 +08:00
parent e3add47a71
commit e1407d010f
9 changed files with 198 additions and 7 deletions

View File

@@ -2644,7 +2644,7 @@ function createPassiveObject_k_k(obj,monsterobj,skillIndex,subtype,x,y,z,pvector
// local bonusRate = obj.getVar("summoners_bonusRate").get_vector(0).tofloat() / 1000.0;
//print("bonusRate = "+bonusRate);
// pvector1 = (pvector1.tofloat() * bonusRate).tointeger();
if((skillIndex == SKILL_BYKK_SUMMONRAMOS && subtype == 41) || (skillIndex == 25 && subtype == 7) || (skillIndex == 46 && subtype == 6)) pvector2 = (pvector2.tofloat() * summoners_kuk_setbonusRate(obj).tofloat() / 1000.0).tointeger();
//if((skillIndex == SKILL_BYKK_SUMMONRAMOS && subtype == 41) || (skillIndex == 25 && subtype == 7) || (skillIndex == 46 && subtype == 6)) pvector2 = (pvector2.tofloat() * summoners_kuk_setbonusRate(obj).tofloat() / 1000.0).tointeger();
local destX_01 = 0;
local destY_01 = 0;
if(!isSameObject(obj, monsterobj)){