이걸로 바꿔서 사용하라는데 스크립파일 다 열어서 검색해봐도 어디서 바꿔야할지몰겟어요
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
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 57414 | 06-29 | 1496 | ||
| 57413 | 06-29 | 1465 | ||
| 57412 | 06-29 | 1531 | ||
| 57411 | 06-29 | 1638 | ||
| 57410 | 06-28 | 2552 | ||
| 57409 | 06-28 | 1706 | ||
| 57408 | 06-28 | 2351 | ||
| 57407 | 06-28 | 1461 | ||
| 57406 | 06-28 | 1638 | ||
| 57405 | 06-28 | 2011 | ||
| 57404 | 06-27 | 1604 | ||
| 57403 | 06-27 | 1656 | ||
| 57402 | 06-27 | 3302 | ||
| 57401 | 06-27 | 1709 | ||
| 57400 | 06-27 | 1605 | ||
| 57399 | 06-27 | 2310 | ||
| 57398 | 06-27 | 1522 | ||
| 57397 | 06-27 | 1997 | ||
| 57396 | 06-27 | 2980 | ||
| 57395 | 06-27 | 1651 |
댓글2
1댈
죄송함다 포인트가없슴다 여기서 알려주심안댈까요