2024 년에도 울온을

스토리 이벤트 : 타락한 브리튼 총독 / 블로그 8만 방문 이벤트 종료 / 10월 할로윈 이벤트 중

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

[UOS] Spellweaving(주문조합)

작성자 : Tina ♥ 님 2024. 3. 20. 09:23
[작성자] Tina ♥ 님


//Bluepits Change mana if Need be

//made in Bumsur , fix by Mark 

if mana < 30
  useskill 'meditation'
  while not mana == maxmana
  endwhile
endif
//Set Goal
if skill 'Spellweaving' == 120
  stop
endif
if skill 'Spellweaving' >= 0 and skill 'Spellweaving' < 33
  cast 'Arcane Circle'
endif
if skill 'Spellweaving' >= 33 and skill 'Spellweaving' < 62
  cast 'Reaper Form'
endif
if skill 'Spellweaving' >= 62 and skill 'Spellweaving' < 70
  cast 'essence of wind' 'self'
endif
if skill 'Spellweaving' >= 70 and skill 'Spellweaving' < 90
  cast 'Wildfire' 'self'
endif
if skill 'Spellweaving' >= 90 and skill 'Spellweaving' < 120
  cast 'Word of Death' 'self'
endif
pause '2500'
if hits < maxhits
  miniheal self
endif