return function (self,magic)
local speed
if(zz_y7.use_attack_speed) then
return 5
end
if (magic) then
speed = 9
else
speed = self.CurrentWeaponAttackSpeed
end
speed += self.Entity.PlayerTemporaryStat:GetValue(_CTS.Booster)
if (speed < 5) then
return 4
end
if (speed > 9) then
return 9
end
return speed
end
형들 공속 이거
리턴값은 노딜 명령어 쳐야 적용되는거자나
그럼 기본 공속은 어떤거 수정해야됨?
위에 리턴값이랑 아래쪽 리턴값은 뭐가다른거?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
44226 | 02-26 | 690 | ||
44225 | 02-26 | 222 | ||
44224 | 02-26 | 287 | ||
44223 | 02-26 | 867 | ||
44222 | 02-26 | 328 | ||
44221 | 02-26 | 462 | ||
44220 | 02-26 | 354 | ||
44219 | 02-26 | 821 | ||
44218 | 02-26 | 395 | ||
44217 | 02-26 | 211 | ||
44216 | 02-26 | 507 | ||
44215 | 02-26 | 423 | ||
44214 | 02-26 | 217 | ||
44213 | 02-26 | 319 | ||
44212 | 02-26 | 252 | ||
44211 | 02-26 | 216 | ||
44210 | 02-26 | 632 | ||
44209 | 02-26 | 406 | ||
44208 | 02-26 | 920 | ||
44207 | 02-26 | 341 |
댓글1
둘 다 0으로 바꾸면 됨