[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,
이거 맞음?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
44611 | 02-27 | 378 | ||
44610 | 02-27 | 403 | ||
44609 | 02-27 | 247 | ||
44608 | 02-27 | 249 | ||
44607 | 02-27 | 339 | ||
44606 | 02-27 | 233 | ||
44605 | 02-27 | 606 | ||
44604 | 02-27 | 542 | ||
44603 | 02-27 | 251 | ||
44602 | 02-27 | 439 | ||
44601 | 02-27 | 195 | ||
44600 | 02-27 | 445 | ||
44599 | 02-27 | 251 | ||
44598 | 02-27 | 224 | ||
44597 | 02-27 | 245 | ||
44596 | 02-27 | 745 | ||
44595 | 02-27 | 539 | ||
44594 | 02-27 | 837 | ||
44593 | 02-27 | 332 | ||
44592 | 02-27 | 360 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?