예전에쓰던건데 지금은 테스트안해봤어.. 쓰고 정지먹어도 내탓하지망..
-- 기타 아이템 처리 로직
clear_etc = function()
local MiscItemSlotCount = 0
for slotIndex = 1, cd.ItemMaxSlot[4], 1 do
local item = cd:GetItem(4, slotIndex)
if item ~= nil then
MiscItemSlotCount = MiscItemSlotCount + 1
end
end
if MiscItemSlotCount >= cd.ItemMaxSlot[4] then
for slotIndex = 1, cd.ItemMaxSlot[4], 1 do
local item = cd:GetItem(4, slotIndex)
if item ~= nil then
--이곳에 지정할장소로 순간이동하게 추가
_InventoryLogic:TryDropItem(cd, 4, slotIndex, item.Number)
wait(0.05)
--순간이동전 좌표로복귀하게추가
end
end
wait(1.0)
end
end
attackmo_func = function()
if (usercherck) then
return
end
local LeftControlD = KeyDownEvent()
LeftControlD.key = KeyboardKey.LeftControl
local LeftControlU = KeyUpEvent()
LeftControlU.key = KeyboardKey.LeftControl
clear_etc()
---------------------------------------------
if attackk then -- 평타
_InputService:SendEvent(LeftControlD)
wait(attackspd2)
_InputService:SendEvent(LeftControlU) -- 함수 호출이 해제되면 컨트롤 키를 뗍니다.
end
end
이런식으로수정하면될듯..??
말했지만 정지당해도 내탓아니다..
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
52372 | 03-11 | 598 | ||
52371 | 03-11 | 536 | ||
52370 | 메ㅇㅍ 내용확인+2 | 03-11 | 647 | |
52369 | 03-11 | 557 | ||
52368 | 03-11 | 638 | ||
52367 | 03-11 | 549 | ||
52366 | 03-11 | 1287 | ||
52365 | 기타템정리로직+1 | 03-11 | 1216 | |
52364 | 03-11 | 551 | ||
52363 | 03-11 | 652 | ||
52362 | 강피지 h 구함+1 | 03-11 | 544 | |
52361 | 03-11 | 950 | ||
52360 | 03-11 | 648 | ||
52359 | 03-11 | 697 | ||
52358 | 03-11 | 1322 | ||
52357 | 03-11 | 589 | ||
52356 | 03-11 | 562 | ||
52355 | 03-11 | 908 | ||
52354 | 03-11 | 552 | ||
52353 | 03-11 | 710 |
댓글1
오우 땡큐요