2024 년에도 울온을

이벤트 진행중 : Shrouded-sails

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

[UOS] Carpentry

작성자 : 히히😎 님 2023. 10. 10. 21:20
[작성자] 히히😎 님


Carpentry 스킬을 올려주는 스크립입니다.




1. 준 비 물
철잉곳, 나무, 도끼(아무거나), 팅커툴(제작용), Tinkering 스킬(40 이상)


2. 사용 방법
재료 시큐어 상자에 잉곳과 나무를 넣습니다.
팅커툴(제작용)은 가방에 보관합니다.
해당 스크립을 사용 후 재료 시큐어 상자,도끼, 쓰레기통 순으로 선택합니다.


3. 주 의 점
GM과 미팅시 감옥에 가실 수 있습니다.






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

 

headmsg '재료 시큐어 상자를 선택해 주세요!'
promptalias 'bag'
headmsg '도끼를 선택해 주세요!'
promptalias 'axe'
headmsg '쓰레기통을 선택해주세요!'
promptalias 'trash'
while not dead
  if counttype 0x1bd7 0 'backpack' < 50
    pause 1200
    movetype 0x1bd7 '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 2400
    replygump 0x1cc 11
    waitforgump 0x1cc 2400
    replygump 0x1cc 0
    pause 600
  endwhile
  while counttype! 0x1034 'any' 'backpack' < 2
    usetype '0x1eb9'
    waitforgump 0x1cc 2400
    replygump 0x1cc 15
    waitforgump 0x1cc 2400
    replygump 0x1cc 0
    pause 600
  endwhile
  if skill 'Carpentry' < 45
    if @findtype '0xe7d' 'any' 'backpack'
      useobject 'axe'
      waitfortarget 2000
      @targettype! '0xe7d'
    else
      usetype '0x1034'
      waitforgump 0x1cc 2000
      replygump 0x1cc 97
    endif
  elseif skill 'Carpentry' < 50
    if @findtype '0xe3e' 'any' 'backpack'
      useobject 'axe'
      waitfortarget 2000
      @targettype! '0xe3e'
    else
      usetype '0x1034'
      waitforgump 0x1cc 2000
      replygump 0x1cc 99
    endif
  elseif skill 'Carpentry' < 60
    if @findtype '0x14f0' 'any' 'backpack'
      moveitem 'found' 'trash' 0 0 0
      pause 600
    else
      usetype '0x1034'
      waitforgump 0x1cc 2000
      replygump 0x1cc 506
    endif
  elseif skill 'Carpentry' < 70
    if @findtype '0x1b7a' 'any' 'backpack'
      useobject 'axe'
      waitfortarget 2000
      @targettype! '0x1b7a'
    else
      usetype '0x1034'
      waitforgump 0x1cc 2000
      replygump 0x1cc 120
    endif
  elseif skill 'Carpentry' < 75
    if @findtype '0x27aa' 'any' 'backpack'
      useobject 'axe'
      waitfortarget 2000
      @targettype! '0x27aa'
    else
      usetype '0x1034'
      waitforgump 0x1cc 2000
      replygump 0x1cc 122
    endif
  elseif skill 'Carpentry' < 85
    if @findtype '0x27a8' 'any' 'backpack'
      useobject 'axe'
      waitfortarget 2000
      @targettype! '0x27a8'
    else
      usetype '0x1034'
      waitforgump 0x1cc 2000
      replygump 0x1cc 121
    endif
  elseif skill 'Carpentry' < 89
    if @findtype '0xe89' 'any' 'backpack'
      useobject 'axe'
      waitfortarget 2000
      @targettype! '0xe89'
    else
      usetype '0x1034'
      waitforgump 0x1cc 2000
      replygump 0x1cc 118
    endif
  elseif skill 'Carpentry' < 100
    if @findtype '0x13f8' 'any' 'backpack'
      useobject 'axe'
      waitfortarget 2000
      @targettype! '0x13f8'
    else
      usetype '0x1034'
      waitforgump 0x1cc 2000
      replygump 0x1cc 119
    endif
  endif
  pause 100
endwhile

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

[UOS] Resisting Spells  (0) 2023.10.12
[UOS] 옥상 - 무기고  (1) 2023.10.11
[UOS] Bowcraft  (0) 2023.10.10
[UOS] Blacksmithy  (0) 2023.10.10
[UOS] Alchemy  (0) 2023.10.07