return function (self,magic)
local speed
if(zz_y7.use_attack_speed) then
return 0
end
if (magic) then
speed = 9
else
speed = self.CurrentWeaponAttackSpeed
end
speed += self.Entity.PlayerTemporaryStat:GetValue(_CTS.Booster)
if (speed < 2) then
return 2
end
if (speed > 10) then
return 10
end
return speed
end
법사는 매직아래에 있는 스피드 조절하잖아요.
전사는 그럼 어떤걸 변경해야하나요?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22118 | |
| 61670 | 15:13 | 92 | ||
| 61669 | 12:22 | 94 | ||
| 61668 | 12:03 | 123 | ||
| 61667 | 11-11 | 216 | ||
| 61666 | 11-11 | 233 | ||
| 61665 | 11-11 | 243 | ||
| 61664 | 11-11 | 375 | ||
| 61663 | 11-11 | 292 | ||
| 61662 | 11-11 | 429 | ||
| 61661 | 11-10 | 363 | ||
| 61660 | 11-10 | 383 | ||
| 61659 | 11-10 | 369 | ||
| 61658 | 11-10 | 419 | ||
| 61657 | 11-10 | 537 | ||
| 61656 | 11-10 | 513 | ||
| 61655 | 11-09 | 576 | ||
| 61654 | 11-09 | 538 | ||
| 61653 | 11-09 | 567 | ||
| 61652 | 11-09 | 622 |
댓글1
return 10 바꾸셈