[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,이거 맞음?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 46678 | 02-29 | 824 | ||
| 46677 | 02-29 | 444 | ||
| 46676 | 02-29 | 475 | ||
| 46675 | 02-29 | 434 | ||
| 46674 | 02-29 | 420 | ||
| 46673 | 02-29 | 425 | ||
| 46672 | 02-29 | 442 | ||
| 46671 | 02-29 | 475 | ||
| 46670 | 02-29 | 413 | ||
| 46669 | 02-29 | 443 | ||
| 46668 | 02-29 | 465 | ||
| 46667 | 02-29 | 466 | ||
| 46666 | 02-29 | 441 | ||
| 46665 | 02-29 | 455 | ||
| 46664 | 02-29 | 421 | ||
| 46663 | 02-29 | 415 | ||
| 46662 | 02-29 | 439 | ||
| 46661 | 02-29 | 415 | ||
| 46660 | 02-29 | 472 | ||
| 46659 | 02-29 | 427 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?