Author Topic: Spellweaving trainer  (Read 11750 times)

0 Members and 1 Guest are viewing this topic.

Offline bluepitsTopic starter

  • Jr. Member
  • **
  • Posts: 30
  • Activity:
    0%
  • Reputation Power: 0
  • bluepits has no influence.
  • Gender: Male
  • Respect: +5
  • Referrals: 0
    • View Profile
Spellweaving trainer
« on: February 25, 2016, 05:02:55 AM »
0
Easy peachy!  Start with 33 or higher spellweaving When you get to word of death get a horse target horse jump on it

 //Bluepits Change mana if Need be
  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' < 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
  pause '2500'
endwhile

Offline tandj99

  • Elite
  • *
  • *
  • Posts: 261
  • Activity:
    0.2%
  • Reputation Power: 1
  • tandj99 has no influence.
  • Gender: Male
  • Respect: +40
  • Referrals: 1
    • View Profile
Re: Spellweaving trainer
« Reply #1 on: February 27, 2016, 02:21:56 PM »
0
works like a charm. Really liking UOSteam macros to train especially when easyuo is down.

Tags: speaweaving steam