예전에쓰던건데 지금은 테스트안해봤어.. 쓰고 정지먹어도 내탓하지망..
-- 기타 아이템 처리 로직
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
이런식으로수정하면될듯..??
말했지만 정지당해도 내탓아니다..
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22397 | |
| 61796 | 01-01 | 258 | ||
| 61795 | 12-31 | 399 | ||
| 61794 | 12-31 | 457 | ||
| 61793 | 12-30 | 651 | ||
| 61792 | 12-28 | 984 | ||
| 61791 | 12-28 | 1001 | ||
| 61790 | 12-26 | 1188 | ||
| 61789 | 12-25 | 1359 | ||
| 61788 | 12-25 | 1279 | ||
| 61787 | 12-24 | 1570 | ||
| 61786 | 12-23 | 1975 | ||
| 61785 | 12-22 | 1931 | ||
| 61784 | 12-22 | 2118 | ||
| 61783 | 12-22 | 1881 | ||
| 61782 | 12-21 | 1927 | ||
| 61781 | 12-21 | 2135 | ||
| 61780 | 12-21 | 2050 | ||
| 61779 | 12-19 | 2212 | ||
| 61778 | 12-18 | 2295 |
댓글1
오우 땡큐요