레지듀(임뷰재료) 만들기 by 시닙
페이지 정보
작성자 마스터골드 작성일 24-02-12 03:35 조회 109 댓글 0본문
//
// 단검 만들어 잔유물 만들기
// sinipi
// 오거나이저 'ingots','residue' 설정, complete,stack 체크 할것.
// 오거나이저 하는 상자는 열려 있어야 합니다.
// 잉갓은 100개 정도 설정
//
if not @findobject 'Dagger'
sysmsg '단검을 담을 상자를 선택해주세요'
promptalias 'Dagger'
endif
if not @findobject 'ingots'
sysmsg '잉갓이 담긴 상자를 선택해주세요'
promptalias 'ingots'
endif
if not @findobject 'box'
sysmsg '마법 잔류물을 담을 상자를 선택해주세요'
promptalias 'box'
endif
/////////////////////
useobject 'ingots'
// 단검 만들기
for 0 to 20
// 잉갓 체크
while counttype '0x1bf2' '0' 'backpack' <= 10
organizer 'ingots'
while organizing
pause 1000
endwhile
endwhile
// 팅커 툴 체크
while counttype 0x1eb8 0 backpack < 2
usetype 0x1eb8
waitforgump 0x38920abd 5000
replygump 0x38920abd 15
waitforgump 0x38920abd 5000
replygump 0x38920abd 23
waitforgump 0x38920abd 5000
replygump 0x38920abd 0
pause 500
endwhile
// 블스 헤머 체크
while counttype 0x13e3 0 'backpack' < 2
usetype 0x1eb8
waitforgump 0x38920abd 5000
replygump 0x38920abd 93
waitforgump 0x38920abd 5000
replygump 0x38920abd 0
pause 500
endwhile
usetype 0x13e3
waitforgump 0x38920abd 3000
replygump 0x38920abd 22
waitforgump 0x38920abd 15000
replygump 0x38920abd 30
waitforgump 0x38920abd 15000
replygump 0x38920abd 0
pause 500
endfor
// 단검 옮기기
while @findtype 0xf52 'any' 'backpack'
@moveitem! 'found' 'Dagger'
ignoreobject 'found'
pause 1000
endwhile
// 임뷰잉 하기
useskill 'Imbuing'
waitforgump 0x65290b89 15000
replygump 0x65290b89 10011
waitfortarget 15000
target! 0x40829a94
waitforgump 0xb73e81bb 15000
replygump 0xb73e81bb 1
pause 1000
// 잔유물 옮기기
while @findtype 0x2db1 'any' 'backpack'
organizer 'residue'
while organizing
pause 1000
endwhile
endwhile
댓글목록 0
등록된 댓글이 없습니다.