Can someone help with UOSteam Macros?

Ultimecia

Neophyte
Hi I was wondering if someone has some UOSteam macros they could share or help me with? I really need one for training magery. Thanks! :cool:
 

Malik_Gynax

Neophyte
Doing resist with the below right now. 'restocklight' is my organizer to grab a few of the required regs. Adjust other values/spell names as appropriate.

Code:
if skill 'resisting spells' < 100
  if mana >= 40
    cast "Mana Vampire"
    waitfortarget 6000
    target! 'self'
    pause 1000
    organizer 'restocklight'
    pause 4000
  else
    useskill meditation
    while mana < 40
    endwhile
  endif
else
  stop
endif
 
Top