배타고 낚시 수련 by 시닙
페이지 정보
작성자 마스터골드 작성일 24-02-12 03:25 조회 188 댓글 1본문
/////////////////
// sinipi
// 배타고 와리가리 낚시 수련 매크로
// 파이어 던전 앞 부두에서 시작
// 배는 1시 or 7방향으로 하시면 됩니다
// 오거나이저 설정 'Trash' 만들어 주셔야 됩니다
// 오거나이저 설정 'Fish' 만들어 주셔야 됩니다
// 하단에 'weight' 무게 설정 해주셔야 합니다. 디폴트 80 설정되어 있음.
if not @findobject 'Pole'
sysmsg '낚시대를 선택해 주세요'
promptalias 'Pole'
endif
if not @findobject 'Key'
sysmsg '배키를 선택해 주세요'
promptalias 'Key'
endif
if not @findobject 'Home'
sysmsg '집 룬을 선택해주세요'
promptalias 'Home'
endif
if not @findalias 'TrashBox'
sysmsg '쓰레기통을 선택해주세요'
promptalias 'TrashBox'
endif
if not @findalias 'takeIt'
sysmsg '물고기 상자를 선택해주세요'
promptalias 'takeIt'
endif
while not dead 'self'
//무게 설정//
if weight > 80
while not @findobject 'TrashBox'
cast 'Recall'
waitfortarget 3000
target! 'Home'
pause 1200
endwhile
organizer 'Trash' 'backpack' 'TrashBox'
while organizing
pause 500
endwhile
pause 1000
organizer 'Fish' 'backpack' 'takeIt'
while organizing
pause 500
endwhile
pause 1000
endif
if not @findtype 0x3e4e 'any' 'ground'
if not @findtype 0x3e4b 'any' 'ground'
cast 'Recall'
waitfortarget 3000
target! 'Key'
endif
endif
useobject 'Pole'
waitfortarget 1500
targettileoffset 0 0 -3
pause 8000
msg 'One Forward'
if @injournal 'stopped sir.'
msg 'Turn Around'
@clearjournal
pause 2000
msg 'stop'
endif
Endwhile
뷸라님의 댓글
뷸라 작성일감사합니닷!