[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,
이거 맞음?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+143 | 10-20 | 19785 | |
59733 | 07:03 | 17 | ||
59732 | 06:46 | 12 | ||
59731 | 06:33 | 14 | ||
59730 | 03:55 | 45 | ||
59729 | 03:14 | 47 | ||
59728 | 02:14 | 58 | ||
59727 | 01:56 | 128 | ||
59726 | 01:51 | 160 | ||
59725 | 00:41 | 75 | ||
59724 | 00:11 | 65 | ||
59723 | 05-12 | 70 | ||
59722 | 05-12 | 89 | ||
59721 | 05-12 | 114 | ||
59720 | 05-12 | 107 | ||
59719 | 05-12 | 212 | ||
59718 | 05-12 | 90 | ||
59717 | 05-12 | 99 | ||
59716 | 05-12 | 107 | ||
59715 | 05-12 | 208 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?