[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,이거 맞음?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 46488 | 02-29 | 387 | ||
| 46487 | 02-29 | 379 | ||
| 46486 | 02-29 | 1097 | ||
| 46485 | 02-29 | 822 | ||
| 46484 | 02-29 | 425 | ||
| 46483 | 02-29 | 417 | ||
| 46482 | 02-29 | 492 | ||
| 46481 | 02-29 | 1768 | ||
| 46480 | 02-29 | 402 | ||
| 46479 | 02-29 | 387 | ||
| 46478 | 02-29 | 469 | ||
| 46477 | 02-29 | 956 | ||
| 46476 | 02-29 | 663 | ||
| 46475 | 02-29 | 835 | ||
| 46474 | 02-29 | 467 | ||
| 46473 | 02-29 | 486 | ||
| 46472 | 02-29 | 407 | ||
| 46471 | 02-29 | 549 | ||
| 46470 | 02-29 | 494 | ||
| 46469 | 02-29 | 1000 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?