[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,이거 맞음?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 46503 | 02-29 | 492 | ||
| 46502 | 02-29 | 432 | ||
| 46501 | 02-29 | 381 | ||
| 46500 | 02-29 | 504 | ||
| 46499 | 02-29 | 414 | ||
| 46498 | 02-29 | 565 | ||
| 46497 | 02-29 | 451 | ||
| 46496 | 02-29 | 1013 | ||
| 46495 | 02-29 | 616 | ||
| 46494 | 02-29 | 408 | ||
| 46493 | 02-29 | 410 | ||
| 46492 | 02-29 | 1064 | ||
| 46491 | 02-29 | 396 | ||
| 46490 | 02-29 | 402 | ||
| 46489 | 02-29 | 390 | ||
| 46488 | 02-29 | 391 | ||
| 46487 | 02-29 | 382 | ||
| 46486 | 02-29 | 1103 | ||
| 46485 | 02-29 | 828 | ||
| 46484 | 02-29 | 428 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?