Header Ads Widget

Responsive Advertisement

Macro Spellweaving

 


Macro UOSteam para skill Spellweaving


if mana < 30
  while not mana == maxmana
    useskill 'meditation'
    //pause '9900'
  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' < 66
  cast 'Reaper Form'
endif
if skill 'Spellweaving' >= 66 and skill 'Spellweaving' < 90
  cast 'Wildfire' 'self'
endif
if skill 'Spellweaving' >= 90 and skill 'Spellweaving' < 120
  cast 'Word of Death' 'last'
endif
useskill 'meditation'
pause '1000'

Postar um comentário

0 Comentários