return function (self,magic)
local speed
if(zz_y7.use_attack_speed) then
return 3
end
if (magic) then
speed = 9
else
speed = self.CurrentWeaponAttackSpeed
end
speed += self.Entity.PlayerTemporaryStat:GetValue(_CTS.Booster)
if (speed < 5) then
return 3
end
if (speed > 9) then
return 9
end
return speed
end
위아래 상관없이 법사 전사 맞음?
리턴값 변경하는건 알겠는데 전사 법사 둘다 적용되는거같은데 어떤게 전사고 법사야?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 35299 | 02-13 | 798 | ||
| 35298 | 02-13 | 1024 | ||
| 35297 | 02-13 | 434 | ||
| 35296 | 02-13 | 933 | ||
| 35295 | 02-13 | 856 | ||
| 35294 | 02-13 | 442 | ||
| 35293 | 02-13 | 1966 | ||
| 35292 | 02-13 | 893 | ||
| 35291 | 02-13 | 701 | ||
| 35290 | 02-13 | 978 | ||
| 35289 | 02-13 | 412 | ||
| 35288 | 02-13 | 650 | ||
| 35287 | 02-13 | 752 | ||
| 35286 | 02-13 | 422 | ||
| 35285 | 몹텔 구해봅니다+2 | 02-13 | 458 | |
| 35284 | 02-13 | 437 | ||
| 35283 | 02-13 | 1075 | ||
| 35282 | 02-13 | 898 | ||
| 35281 | 02-13 | 766 | ||
| 35280 | 02-13 | 1593 |
댓글2
걍둘다 return 3인거임 공속명령어치면
/공속 하면 그냥 3고정