이걸로 바꿔서 사용하라는데 스크립파일 다 열어서 검색해봐도 어디서 바꿔야할지몰겟어요
zz_y7.filter_only_live_mobs = function (hit,temp,output)
if (hit > 0) then
local count = 0
for _,c in ipairs(temp) do
---@type MobComponent
local mob = c.Entity.MobComponent
if (mob.Hp > 0) then
continue
end
count += 1
output[#output + 1] = mob
end
if (count > 0) then
return count
end
end
return 0
end
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 55668 | 03-30 | 773 | ||
| 55667 | 03-30 | 1139 | ||
| 55666 | 03-30 | 897 | ||
| 55665 | 03-30 | 809 | ||
| 55664 | 03-30 | 934 | ||
| 55663 | 03-30 | 1232 | ||
| 55662 | 03-30 | 792 | ||
| 55661 | 03-30 | 951 | ||
| 55660 | 03-30 | 854 | ||
| 55659 | 03-30 | 1101 | ||
| 55658 | 03-30 | 827 | ||
| 55657 | 03-30 | 951 | ||
| 55656 | 03-30 | 986 | ||
| 55655 | 03-30 | 1028 | ||
| 55654 | 03-30 | 1299 | ||
| 55653 | 03-30 | 1207 | ||
| 55652 | 03-30 | 1185 | ||
| 55651 | 03-30 | 1297 | ||
| 55650 | 03-30 | 983 | ||
| 55649 | 03-30 | 827 |
댓글2
1댈
죄송함다 포인트가없슴다 여기서 알려주심안댈까요