[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,
이거 맞음?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
46351 | 02-29 | 368 | ||
46350 | 02-29 | 402 | ||
46349 | 02-29 | 395 | ||
46348 | 02-29 | 758 | ||
46347 | 02-29 | 836 | ||
46346 | 02-29 | 369 | ||
46345 | 02-29 | 385 | ||
46344 | 02-29 | 487 | ||
46343 | 02-29 | 1022 | ||
46342 | 02-29 | 416 | ||
46341 | 02-29 | 902 | ||
46340 | 02-29 | 374 | ||
46339 | 02-29 | 408 | ||
46338 | 02-29 | 371 | ||
46337 | 02-29 | 525 | ||
46336 | 02-29 | 570 | ||
46335 | 02-29 | 422 | ||
46334 | 02-29 | 377 | ||
46333 | 02-29 | 404 | ||
46332 | 하이드 공격+1 | 02-29 | 616 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?