둠 다크파더 뼈 제거
페이지 정보
작성자 빡군 작성일 24-03-05 11:52 조회 141 댓글 1본문
unholybones = [0xeca,0xecb,0xecc,0xecd,0xece,0xecf,0xed0,0xed1,0xed2]
cutter = 0x4035fe81 #자를 칼 시리얼 입력
for i in unholybones:
if FindType(i,10):
UseObject(cutter)
WaitForTarget(1000)
Target('found')
Pause(500)
2번 라인에 뼈 자르는 데 사용할 칼 시리얼을 입력하신 후
loop, run in background 체크하고 돌리시면 됩니다.
마스터골드님의 댓글
마스터골드 작성일감사합니다!