[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,
이거 맞음?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
46034 | 02-29 | 1059 | ||
46033 | 02-29 | 763 | ||
46032 | 02-29 | 634 | ||
46031 | 02-29 | 807 | ||
46030 | 02-29 | 997 | ||
46029 | 02-29 | 409 | ||
46028 | 패치내용 복붙좀+1 | 02-29 | 664 | |
46027 | 02-29 | 615 | ||
46026 | 소름돋는데+1 | 02-29 | 909 | |
46025 | 02-29 | 591 | ||
46024 | 02-29 | 543 | ||
46023 | 02-29 | 1059 | ||
46022 | 02-29 | 527 | ||
46021 | 02-29 | 652 | ||
46020 | 02-29 | 582 | ||
46019 | 02-29 | 441 | ||
46018 | 02-29 | 360 | ||
46017 | 메랜 H ㅅㅅ+1 | 02-29 | 408 | |
46016 | 02-29 | 1074 | ||
46015 | 02-29 | 397 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?