[zz_y7_const.INVEN] = function(self, user, argc, args)
local cd = user.WsCharacterData
-- no check argc but idc cuz its trash for rn
local empty_slot_count = _InventoryLogic:GetFreeSlots(cd, tonumber(args[2]))
local full_slot_count = _InventoryLogic:GetHoldCount(cd, tonumber(args[2]))
_ChatMessageLogic:Add(_ChatMessageType.System, "[Command/Inven] slot: " .. full_slot_count .. " / " .. empty_slot_count)
end,이거 맞음?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 46478 | 02-29 | 464 | ||
| 46477 | 02-29 | 950 | ||
| 46476 | 02-29 | 658 | ||
| 46475 | 02-29 | 831 | ||
| 46474 | 02-29 | 463 | ||
| 46473 | 02-29 | 481 | ||
| 46472 | 02-29 | 403 | ||
| 46471 | 02-29 | 543 | ||
| 46470 | 02-29 | 491 | ||
| 46469 | 02-29 | 996 | ||
| 46468 | 02-29 | 369 | ||
| 46467 | 02-29 | 556 | ||
| 46466 | H.ㅁㅅ 삽니다+5 | 02-29 | 430 | |
| 46465 | 02-29 | 823 | ||
| 46464 | 02-29 | 447 | ||
| 46463 | 02-29 | 456 | ||
| 46462 | 02-29 | 396 | ||
| 46461 | 02-29 | 752 | ||
| 46460 | 02-29 | 480 | ||
| 46459 | 02-29 | 547 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?