Bowcraft 스킬을 올려주는 스크립입니다.
1. 준 비 물
철잉곳, 나무, 팅커툴(제작용), Tinkering 스킬(40 이상)
2. 사용 방법
쓰레기통이 있는 은행(루나)에서 준비한 재료들을 은행에 보관합니다.
팅커툴(제작용)은 가방에 넣어주세요.
해당 스크립을 사용 후 쓰레기통을 선택합니다.
3. 주 의 점
GM과 미팅시 감옥에 가실 수 있습니다.
드래그, 복사하면 됩니다.
resync
headmsg '쓰레기통을 선택해 주세요!'
promptalias 'trash'
@setalias 'bag' 'bank'
msg 'bank'
pause 1200
while not dead
if weight > 400
if @findtype '0xf3f' 'any' 'backpack'
pause 1200
movetype '0xf3f' 'backpack' 'bag'
pause 1200
endif
while counttype! 0x13b2 'any' 'backpack' > 1
movetype 0x13b2 'backpack' 'trash'
pause 600
endwhile
while counttype! 0xf4f 'any' 'backpack' > 1
movetype 0xf4f 'backpack' 'trash'
pause 600
endwhile
while counttype! 0x26c2 'any' 'backpack' > 1
movetype 0x26c2 'backpack' 'trash'
pause 600
endwhile
while counttype! 0x26c3 'any' 'backpack' > 1
movetype 0x26c3 'backpack' 'trash'
pause 600
endwhile
endif
if counttype 0x1bd7 0 'backpack' < 50
pause 1200
movetype '0x1bd7' 'bag' 'backpack' (0 0 0) 0 150
pause 1200
endif
if counttype 0x1bf2 0 'backpack' < 10
pause 1200
movetype '0x1bf2' 'bag' 'backpack' (0 0 0) 0 50
pause 1200
endif
while counttype! 0x1eb9 'any' 'backpack' < 2
usetype '0x1eb9'
waitforgump 0x1cc 2400
replygump 0x1cc 11
waitforgump 0x1cc 2400
replygump 0x1cc 0
pause 600
endwhile
while counttype! 0x1022 'any' 'backpack' < 2
usetype '0x1eb9'
waitforgump 0x1cc 2400
replygump 0x1cc 28
waitforgump 0x1cc 2400
replygump 0x1cc 0
pause 600
endwhile
if skill 'Bowcraft' < 30
usetype 0x1022
waitforgump 0x1cc 2000
replygump 0x1cc 3
elseif skill 'Bowcraft' < 62
usetype 0x1022
waitforgump 0x1cc 2000
replygump 0x1cc 6
elseif skill 'Bowcraft' < 90
usetype 0x1022
waitforgump 0x1cc 2000
replygump 0x1cc 7
elseif skill 'Bowcraft' < 100
usetype 0x1022
waitforgump 0x1cc 2000
replygump 0x1cc 10
endif
pause 100
endwhile
'서드파티 & 매크로 > UOS 사용법 & 스크립트' 카테고리의 다른 글
[UOS] 옥상 - 무기고 (1) | 2023.10.11 |
---|---|
[UOS] Carpentry (2) | 2023.10.10 |
[UOS] Blacksmithy (0) | 2023.10.10 |
[UOS] Alchemy (0) | 2023.10.07 |
[UOS] Bushido (0) | 2023.10.06 |