更新茶服加密
This commit is contained in:
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user