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
형들 공속 이거
리턴값은 노딜 명령어 쳐야 적용되는거자나
그럼 기본 공속은 어떤거 수정해야됨?
위에 리턴값이랑 아래쪽 리턴값은 뭐가다른거?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+142 | 10-20 | 19425 | |
59458 | 01:54 | 46 | ||
59457 | 01:54 | 32 | ||
59456 | 01:04 | 49 | ||
59455 | 00:01 | 66 | ||
59454 | 04-19 | 62 | ||
59453 | 04-19 | 143 | ||
59452 | 04-19 | 121 | ||
59451 | 04-19 | 140 | ||
59450 | 04-19 | 150 | ||
59449 | 04-19 | 157 | ||
59448 | 04-19 | 154 | ||
59447 | 04-19 | 152 | ||
59446 | 04-19 | 241 | ||
59445 | 04-18 | 242 | ||
59444 | 04-18 | 368 | ||
59443 | 04-18 | 244 | ||
59442 | 04-18 | 452 | ||
59441 | 04-18 | 387 | ||
59440 | 04-18 | 320 |
댓글1
둘 다 0으로 바꾸면 됨