프로보 자동악기
페이지 정보
작성자 RINO 작성일 24-05-03 10:09 조회 231 댓글 4본문
if @findtype '0xe9e' '0' 'backpack' 'any' '2' //빨간템
@setalias 'instrument' 'found'
elseif @findtype '0x2805' 'any' 'backpack' 'any' '4' //피리
@setalias 'instrument' 'found'
headmsg "Instrument set" '66'
@useobject 'instrument'
elseif @findtype '0xe9d' '0' 'backpack' 'any' '2' //탬
@setalias 'instrument' 'found'
@useobject 'instrument'
elseif @findtype '0xe9c' '0' 'backpack' 'any' '2' //드럼
@setalias 'instrument' 'found'
@useobject 'instrument'
elseif @findtype '0xeb3' '0' 'backpack' 'any' '2' //류트
@setalias 'instrument' 'found'
@useobject 'instrument'
elseif @findtype '0xeb2' '0' 'backpack' 'any' '2' //하프
@setalias 'instrument' 'found'
@useobject 'instrument'
elseif @findtype '0xeb1' '0' 'backpack' 'any' '2' //큰하프
@setalias 'instrument' 'found'
useobject 'instrument'
pause 800
else
headmsg 'No instrument found'
stop
endif
@cleartargetqueue
if targetexists
canceltarget
endif
pause 800
if skill 'Provocation' >= 0 and skill 'provocation' < 50
useskill 'provocation'
waitfortarget 5000
target! '0x395f6' //곰
waitfortarget 5000
target! '0x39952' //곰
endif
if skill 'Provocation' >= 50 and skill 'provocation' < 70
useskill 'provocation'
waitfortarget 5000
target! '0x393fc' //가만
waitfortarget 5000
target! '0x39cdd' //가만
endif
if skill 'Provocation' >= 70 and skill 'provocation' < 100
useskill 'provocation'
waitfortarget 5000
target! '0x393fc' //보우라 테임해와서 배태워세팅
waitfortarget 5000
target! '0x39cdd' //보우라 테임해와서 배태워세팅
endif
pause 9800
-악기 아무거나 넣어놔도 알아서 됩니다
-스킬별 동물이랑 수치는 조정해서 쓰시면 될듯합니다
-100이후는 마스터리 버프로 돌리시면 빠릅니다.
댓글목록 4
멍뭉이님의 댓글
멍뭉이 작성일악기 하나 다쓰면 다른 악기 못 찾고 대상이 너무 멀다는 메세지만 나와요.
socoban님의 댓글
socoban 작성일이건 어디서 돌려야하죠?
탱글에바님의 댓글의 댓글
탱글에바 작성일수련장에서 한번 더들어가는 훈련장을 이용하시거나 본인이직접 동물을 구해서 하면 됩니당
마스터골드님의 댓글
마스터골드 작성일감사합니다!