레지듀(임뷰재료) 만들기 by 시닙 > UOS 매크로

본문 바로가기

사이트 내 전체검색

뒤로가기 UOS 매크로

 

레지듀(임뷰재료) 만들기 by 시닙

페이지 정보

작성자 마스터골드 작성일 24-02-12 03:35 조회 113 댓글 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

등록된 댓글이 없습니다.

전체 26건 1 페이지
게시물 검색

 

회사소개 개인정보처리방침 서비스이용약관

사이트 정보

회사명 : 회사명 / 대표 : 대표자명
주소 : OO도 OO시 OO구 OO동 123-45
사업자 등록번호 : 123-45-67890
전화 : 02-123-4567 팩스 : 02-123-4568
통신판매업신고번호 : 제 OO구 - 123호
개인정보관리책임자 : 정보책임자명

Copyright © 소유하신 도메인. All rights reserved.
PC 버전으로 보기