[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,이거 맞음?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+157 | 10-20 | 22633 | |
| 61876 | 00:45 | 106 | ||
| 61875 | 02-26 | 246 | ||
| 61874 | 02-25 | 298 | ||
| 61873 | 02-25 | 476 | ||
| 61872 | 02-25 | 363 | ||
| 61871 | 02-25 | 416 | ||
| 61870 | 02-24 | 643 | ||
| 61869 | 02-24 | 518 | ||
| 61868 | 02-24 | 630 | ||
| 61867 | 02-24 | 530 | ||
| 61866 | 02-24 | 612 | ||
| 61865 | 02-23 | 591 | ||
| 61864 | 02-23 | 564 | ||
| 61863 | 02-23 | 600 | ||
| 61862 | 02-22 | 787 | ||
| 61861 | 02-22 | 899 | ||
| 61860 | 02-21 | 991 | ||
| 61859 | 02-19 | 1320 | ||
| 61858 | 린클 분석하실분+4 | 02-19 | 1514 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?