옥상 무기고에서 성물함을 줍고, 정화, 던지기 하는 스크립트입니다.
1. 준 비 물
없음
2. 사용 방법
무기고에서 해당 스크립을 실행합니다.
3. 주 의 점
GM과 미팅시 감옥에 가실 수 있습니다.
UOS 자체버그로 인해 인식이 안 되는 경우가 있습니다
스크립을 재실행하세요
드래그, 복사하면 됩니다.
resync
pause 1200
msg '무기고를 시작합니다'
while not dead
if @findtype '0x4686' '2075' 'ground' '0' '2'
headmsg '** 성물함 줍기 **'
moveitem 'found' 'backpack'
pause 600
endif
if @findtype '0x4686' '2075' 'backpack' and @findtype '0x19ab' '0' 'ground' '0' '1'
headmsg '** 성물함 정화 **'
usetype '0x4686' '2075' 'backpack'
waitfortarget 600
@target 'found'
@headmsg '▼' 54 'found'
pause 500
elseif @findtype '0x4686' '0' 'backpack'
if @findtype '0x151a' '0' 'ground' '0' '5'
headmsg '** 성물함 던지기 **'
usetype '0x4686' '0' 'backpack'
waitfortarget 600
@target 'found'
@headmsg '▼' 54 'found'
pause 500
elseif @findtype '0x1512' '0' 'ground' '0' '5'
headmsg '** 성물함 던지기 **'
usetype '0x4686' '0' 'backpack'
waitfortarget 600
@target 'found'
@headmsg '▼' 54 'found'
pause 500
endif
endif
pause 100
endwhile
'서드파티 & 매크로 > UOS 사용법 & 스크립트' 카테고리의 다른 글
[UOS] Cartography (0) | 2023.10.13 |
---|---|
[UOS] Resisting Spells (0) | 2023.10.12 |
[UOS] Carpentry (2) | 2023.10.10 |
[UOS] Bowcraft (0) | 2023.10.10 |
[UOS] Blacksmithy (0) | 2023.10.10 |