Cartography 스킬을 올려주는 스크립입니다.
1. 준 비 물
철잉곳, 빈 스크롤, 보물지도(레벨 3,4)
팅커툴(제작용), Tinkering 스킬(40 이상)
2. 사용 방법
Cartography 스킬 99.5부터는 레벨 3, 레벨 4 보물지도 해석으로 올립니다.
재료 시큐어 상자에 잉곳과 빈 스크롤을 넣습니다.
팅커툴(제작용)은 가방에 보관합니다.
해당 스크립을 사용 후 재료 시큐어 상자, 쓰레기통 순으로 선택합니다.
3. 주 의 점
GM과 미팅시 감옥에 가실 수 있습니다.
드래그, 복사하면 됩니다.
headmsg '재료 시큐어 상자를 선택해 주세요!'
promptalias 'bag'
headmsg '쓰레기통을 선택해주세요!'
promptalias 'trash'
while not dead
if counttype! '0x14eb' 0 'backpack' > 100
while @findtype '0x14eb' '0' 'backpack'
moveitem 'found' 'trash'
pause 600
endwhile
endif
if counttype '0xef3' 0 'backpack' < 20
pause 1200
movetype 0xef3 'bag' 'backpack' (0 0 0) 0 300
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 1200
replygump 0x1cc 11
waitforgump 0x1cc 1200
replygump 0x1cc 0
pause 600
endwhile
while counttype! 0xfc0 'any' 'backpack' < 2
usetype '0x1eb9'
waitforgump 0x1cc 1200
replygump 0x1cc 29
waitforgump 0x1cc 1200
replygump 0x1cc 0
pause 600
endwhile
if skill 'Cartography' < 35
usetype '0xfc0'
waitforgump 0x1cc 5000
replygump 0x1cc 1
elseif skill 'Cartography' < 50
usetype '0xfc0'
waitforgump 0x1cc 5000
replygump 0x1cc 2
elseif skill 'Cartography' < 65
usetype '0xfc0'
waitforgump 0x1cc 5000
replygump 0x1cc 3
elseif skill 'Cartography' < 99.5
usetype '0xfc0'
waitforgump 0x1cc 5000
replygump 0x1cc 4
elseif
headmsg '보물지도 해석으로 올려주세요!'
endif
pause 100
endwhile
'서드파티 & 매크로 > UOS 사용법 & 스크립트' 카테고리의 다른 글
[UOSteam] Mastery Skill 추가하기 (0) | 2023.11.09 |
---|---|
[UOS] Cooking (0) | 2023.10.13 |
[UOS] Resisting Spells (0) | 2023.10.12 |
[UOS] 옥상 - 무기고 (1) | 2023.10.11 |
[UOS] Carpentry (2) | 2023.10.10 |