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
형들 공속 이거
리턴값은 노딜 명령어 쳐야 적용되는거자나
그럼 기본 공속은 어떤거 수정해야됨?
위에 리턴값이랑 아래쪽 리턴값은 뭐가다른거?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
44229 | 02-26 | 405 | ||
44228 | 02-26 | 326 | ||
44227 | 02-26 | 130 | ||
44226 | 02-26 | 218 | ||
44225 | 02-26 | 161 | ||
44224 | 02-26 | 130 | ||
44223 | 02-26 | 445 | ||
44222 | 02-26 | 266 | ||
44221 | 테스트 끝+4 | 02-26 | 762 | |
44220 | 02-26 | 241 | ||
44219 | 02-26 | 177 | ||
44218 | 02-26 | 116 | ||
44217 | 02-26 | 487 | ||
44216 | 02-26 | 230 | ||
44215 | 02-26 | 163 | ||
44214 | 02-26 | 649 | ||
44213 | 02-26 | 188 | ||
44212 | 02-26 | 168 | ||
44211 | 02-26 | 181 | ||
44210 | 02-26 | 154 |
댓글1
둘 다 0으로 바꾸면 됨