[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,
이거 맞음?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+156 | 10-20 | 21864 | |
61548 | 11:33 | 36 | ||
61547 | 06:57 | 82 | ||
61546 | 05:27 | 75 | ||
61545 | 01:51 | 161 | ||
61544 | 01:46 | 104 | ||
61543 | 10-19 | 113 | ||
61542 | 10-19 | 204 | ||
61541 | 10-19 | 221 | ||
61540 | 10-19 | 273 | ||
61539 | 10-19 | 376 | ||
61538 | 10-19 | 291 | ||
61537 | 10-19 | 266 | ||
61536 | 10-18 | 271 | ||
61535 | 10-18 | 294 | ||
61534 | 10-18 | 301 | ||
61533 | 10-18 | 379 | ||
61532 | 10-18 | 572 | ||
61531 | 10-18 | 490 | ||
61530 | 10-17 | 474 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?