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
형들 공속 이거
리턴값은 노딜 명령어 쳐야 적용되는거자나
그럼 기본 공속은 어떤거 수정해야됨?
위에 리턴값이랑 아래쪽 리턴값은 뭐가다른거?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+128 | 10-20 | 17104 | |
58388 | 06:46 | 108 | ||
58387 | 00:19 | 201 | ||
58386 | 11-28 | 233 | ||
58385 | 11-28 | 308 | ||
58384 | 11-28 | 450 | ||
58383 | 11-28 | 352 | ||
58382 | 11-28 | 479 | ||
58381 | 11-27 | 602 | ||
58380 | 11-27 | 735 | ||
58379 | 11-27 | 741 | ||
58378 | 11-26 | 840 | ||
58377 | 11-26 | 908 | ||
58376 | 11-26 | 814 | ||
58375 | 11-26 | 843 | ||
58374 | 11-26 | 860 | ||
58373 | 11-26 | 1024 | ||
58372 | 11-26 | 886 | ||
58371 | 11-26 | 978 | ||
58370 | 11-26 | 1282 |
댓글1
둘 다 0으로 바꾸면 됨