[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,이거 맞음?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 46661 | 02-29 | 425 | ||
| 46660 | 02-29 | 483 | ||
| 46659 | 02-29 | 436 | ||
| 46658 | 02-29 | 449 | ||
| 46657 | 02-29 | 657 | ||
| 46656 | 02-29 | 995 | ||
| 46655 | 02-29 | 461 | ||
| 46654 | 02-29 | 417 | ||
| 46653 | 02-29 | 505 | ||
| 46652 | 02-29 | 547 | ||
| 46651 | 02-29 | 460 | ||
| 46650 | 좌표설정 방법+15 | 02-29 | 828 | |
| 46649 | 02-29 | 425 | ||
| 46648 | 02-29 | 513 | ||
| 46647 | 02-29 | 442 | ||
| 46646 | 02-29 | 1133 | ||
| 46645 | 02-29 | 504 | ||
| 46644 | 02-29 | 449 | ||
| 46643 | 02-29 | 432 | ||
| 46642 | 02-29 | 427 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?