2024 년에도 울온을

이벤트 진행중 : Shrouded-sails

서드파티 & 매크로/UOS 스크립트

[UOS] 붕대 자르기

작성자 : 히히😎 님 2024. 3. 19. 14:01
[작성자] 히히😎 님




말린 천에서 붕대를 만드는 스크립입니다.



1. 준 비 물
말린 천, 가위, NPC밴더가 파는 기본 염색다이


2. 사용 방법

백팩을 최대한 비워주세요!
기본 염색다이로 말린 천을 염색합니다 
(하얀색 붕대를 얻기 위함)

재료 상자를 연 상태에서 해당 스크립을 실행하고,
재료 상자를 선택합니다.


3. 주 의 점

말린 천의 종류는 1가지만 재료 상자에 넣어주세요

말린 천이 40개 이하일 경우 작동이 안 됩니다

백팩에 가위가 있어야 합니다

백팩에 공간이 부족한 경우 붕대가 바닥에 떨어집니다
GM과 미팅 시 감옥에 가실 수 있습니다




드래그, 복사하면 됩니다.

headmsg '재료 시큐어 상자를 선택해 주세요!'
promptalias 'bag'
while not dead
  if @findtype '0xf9c' 'any' 'bag' or @findtype '0xf97' 'any' 'bag'
    moveitem 'found' 'backpack' (0 0 0) 40
    pause 1200
  elseif @findtype '0xf9b' 'any' 'bag' or @findtype '0xf96' 'any' 'bag'
    moveitem 'found' 'backpack' (0 0 0) 40
    pause 1200
  elseif @findtype '0xf95' 'any' 'bag'
    moveitem 'found' 'backpack' (0 0 0) 40
    pause 1200
  endif
  if @findtype '0xf9c' 'any' 'backpack' or @findtype '0xf97' 'any' 'backpack'
    usetype '0xf9e'
    waitfortarget 1200
    @target 'found'
  elseif @findtype '0xf9b' 'any' 'backpack' or @findtype '0xf96' 'any' 'backpack'
    usetype '0xf9e'
    waitfortarget 1200
    @target 'found'
  elseif @findtype '0xf95' 'any' 'backpack'
    usetype '0xf9e'
    waitfortarget 1200
    @target 'found'
  endif
  pause 1200
  if @findtype '0x1766' 'any' 'backpack'
    usetype '0xf9e'
    waitfortarget 1200
    @target 'found'
    pause 1200
  endif
  if @findtype '0xe21' 'any' 'backpack'
    moveitem 'found' 'bag'
    pause 1200
  endif
  if @findtype '0xe21' 'any' 'ground' '0' '2'
    moveitem 'found' 'bag'
    pause 1200
  endif
  pause 100  
endwhile

'서드파티 & 매크로 > UOS 스크립트' 카테고리의 다른 글

[UOS] Spellweaving(주문조합)  (0) 2024.03.20
[UOS] NPC밴더에서 물건 구매 후 은행에 넣기  (0) 2024.03.19
[UOS] Cooking  (0) 2023.10.13
[UOS] Cartography  (0) 2023.10.13
[UOS] Resisting Spells  (0) 2023.10.12