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
법사는 매직아래에 있는 스피드 조절하잖아요.
전사는 그럼 어떤걸 변경해야하나요?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 26511 | 02-02 | 251 | ||
| 26510 | 02-02 | 364 | ||
| 26509 | 02-02 | 982 | ||
| 26508 | 02-02 | 636 | ||
| 26507 | 02-02 | 341 | ||
| 26506 | 02-02 | 115 | ||
| 26505 | 뿌려진거 2시간 후기+12 | 02-02 | 641 | |
| 26504 | 02-02 | 408 | ||
| 26503 | 02-02 | 382 | ||
| 26502 | 02-02 | 599 | ||
| 26501 | 점언지언 ㅍㅍㅍ+5 | 02-02 | 249 | |
| 26500 | 02-02 | 330 | ||
| 26499 | 공속조절+1 | 02-02 | 273 | |
| 26498 | 02-02 | 392 | ||
| 26497 | 02-02 | 787 | ||
| 26496 | 02-02 | 328 | ||
| 26495 | 02-02 | 167 | ||
| 26494 | 02-02 | 197 | ||
| 26493 | 02-02 | 136 | ||
| 26492 | 02-02 | 217 |
댓글1
return 10 바꾸셈