Blacksmithy 스킬을 올려주는 스크립입니다.
1. 준 비 물
철잉곳, 팅커툴(제작용), Tinkering 스킬(40 이상)
2. 사용 방법
재료 시큐어 상자에 잉곳을 넣고, 팅커툴(제작용)은 가방에 보관합니다.
안전한 곳에서 해당 스크립을 사용 후 재료 시큐어 상자를 선택합니다.
3. 주 의 점
GM과 미팅시 감옥에 가실 수 있습니다.
드래그, 복사하면 됩니다.
headmsg '재료 시큐어 상자를 선택해 주세요!'
promptalias 'ingotbag'
while not dead
if counttype 0x1bf2 0 'backpack' < 100
pause 1200
movetype 0x1bf2 'ingotbag' 'backpack' (0 0 0) 0 1000
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! 0xfbc 'any' 'backpack' < 2
usetype '0x1eb9'
waitforgump 0x1cc 2400
replygump 0x1cc 20
waitforgump 0x1cc 2400
replygump 0x1cc 0
pause 600
endwhile
if skill 'Blacksmithy' < 55
usetype '0xfbc'
if @findtype '0xf5c' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0xf5c'
else
waitforgump 0x1cc 2000
replygump 0x1cc 77
endif
elseif skill 'Blacksmithy' < 65
usetype '0xfbc'
if @findtype '0x1441' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0x1441'
else
waitforgump 0x1cc 2000
replygump 0x1cc 44
endif
elseif skill 'Blacksmithy' < 95
usetype '0xfbc'
if @findtype '0x27ac' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0x27ac'
else
waitforgump 0x1cc 2000
replygump 0x1cc 56
endif
elseif skill 'Blacksmithy' < 102
usetype '0xfbc'
if @findtype '0x1413' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0x1413'
else
waitforgump 0x1cc 2000
replygump 0x1cc 10
endif
elseif skill 'Blacksmithy' < 106
usetype '0xfbc'
if @findtype '0x1414' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0x1414'
else
waitforgump 0x1cc 2000
replygump 0x1cc 9
endif
elseif skill 'Blacksmithy' < 109
usetype '0xfbc'
if @findtype '0x1412' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0x1412'
else
waitforgump 0x1cc 2000
replygump 0x1cc 24
endif
elseif skill 'Blacksmithy' < 113
usetype '0xfbc'
if @findtype '0x1410' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0x1410'
else
waitforgump 0x1cc 2000
replygump 0x1cc 8
endif
elseif skill 'Blacksmithy' < 115
usetype '0xfbc'
if @findtype '0x1411' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0x1411'
else
waitforgump 0x1cc 2000
replygump 0x1cc 11
endif
elseif skill 'Blacksmithy' < 120
usetype '0xfbc'
if @findtype '0x27a2' 'any' 'backpack'
waitforgump 0x1cc 2000
replygump 0x1cc 7000
waitfortarget 2000
@targettype! '0x27a2'
else
waitforgump 0x1cc 2000
replygump 0x1cc 51
endif
endif
pause 100
endwhile
'서드파티 & 매크로 > UOS 사용법 & 스크립트' 카테고리의 다른 글
[UOS] Carpentry (2) | 2023.10.10 |
---|---|
[UOS] Bowcraft (0) | 2023.10.10 |
[UOS] Alchemy (0) | 2023.10.07 |
[UOS] Bushido (0) | 2023.10.06 |
[UOS] Spellweaving (0) | 2023.10.06 |