[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,
이거 맞음?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
45522 | 02-28 | 300 | ||
45521 | 02-28 | 275 | ||
45520 | 창고밴되신분+2 | 02-28 | 592 | |
45519 | 02-28 | 317 | ||
45518 | 02-28 | 370 | ||
45517 | 02-28 | 388 | ||
45516 | 02-28 | 350 | ||
45515 | 02-28 | 311 | ||
45514 | 02-28 | 273 | ||
45513 | 02-28 | 628 | ||
45512 | 02-28 | 263 | ||
45511 | 02-28 | 746 | ||
45510 | 02-28 | 284 | ||
45509 | 02-28 | 712 | ||
45508 | 02-28 | 287 | ||
45507 | 02-28 | 397 | ||
45506 | 02-28 | 339 | ||
45505 | 02-28 | 283 | ||
45504 | 02-28 | 631 | ||
45503 | 02-28 | 591 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?