[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,
이거 맞음?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
44610 | 02-27 | 390 | ||
44609 | 02-27 | 231 | ||
44608 | 02-27 | 234 | ||
44607 | 02-27 | 326 | ||
44606 | 02-27 | 219 | ||
44605 | 02-27 | 590 | ||
44604 | 02-27 | 527 | ||
44603 | 02-27 | 236 | ||
44602 | 02-27 | 424 | ||
44601 | 02-27 | 182 | ||
44600 | 02-27 | 429 | ||
44599 | 02-27 | 234 | ||
44598 | 02-27 | 211 | ||
44597 | 02-27 | 230 | ||
44596 | 02-27 | 730 | ||
44595 | 02-27 | 520 | ||
44594 | 02-27 | 806 | ||
44593 | 02-27 | 313 | ||
44592 | 02-27 | 344 | ||
44591 | 점언이 뭐임+10 | 02-27 | 512 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?