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
형들 공속 이거
리턴값은 노딜 명령어 쳐야 적용되는거자나
그럼 기본 공속은 어떤거 수정해야됨?
위에 리턴값이랑 아래쪽 리턴값은 뭐가다른거?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
44219 | 02-26 | 825 | ||
44218 | 02-26 | 400 | ||
44217 | 02-26 | 214 | ||
44216 | 02-26 | 512 | ||
44215 | 02-26 | 427 | ||
44214 | 02-26 | 222 | ||
44213 | 02-26 | 323 | ||
44212 | 02-26 | 258 | ||
44211 | 02-26 | 220 | ||
44210 | 02-26 | 636 | ||
44209 | 02-26 | 411 | ||
44208 | 02-26 | 924 | ||
44207 | 02-26 | 344 | ||
44206 | 02-26 | 276 | ||
44205 | 02-26 | 210 | ||
44204 | 02-26 | 596 | ||
44203 | 02-26 | 340 | ||
44202 | 02-26 | 257 | ||
44201 | 02-26 | 1140 | ||
44200 | 02-26 | 293 |
댓글1
둘 다 0으로 바꾸면 됨