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
형들 공속 이거
리턴값은 노딜 명령어 쳐야 적용되는거자나
그럼 기본 공속은 어떤거 수정해야됨?
위에 리턴값이랑 아래쪽 리턴값은 뭐가다른거?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
44203 | 02-26 | 558 | ||
44202 | 02-26 | 1155 | ||
44201 | 02-26 | 429 | ||
44200 | 02-26 | 363 | ||
44199 | 02-26 | 289 | ||
44198 | 02-26 | 678 | ||
44197 | 02-26 | 418 | ||
44196 | 02-26 | 340 | ||
44195 | 02-26 | 1653 | ||
44194 | 02-26 | 368 | ||
44193 | 02-26 | 349 | ||
44192 | 02-26 | 355 | ||
44191 | 02-26 | 322 | ||
44190 | 02-26 | 350 | ||
44189 | 02-26 | 274 | ||
44188 | 02-26 | 332 | ||
44187 | 02-26 | 308 | ||
44186 | 랜계 삽니다~+1 | 02-26 | 298 | |
44185 | 02-26 | 311 | ||
44184 | 02-26 | 375 |
댓글1
둘 다 0으로 바꾸면 됨