Page 1 of 1
help with making macros
Posted: Fri Jun 07, 2019 3:16 pm
by nocturne7saint
I'm trying to make a magery macro to get my magery to 110, i know i need to cast earthquake.
but what do i add to meditate when under required mana to cast earthquake, and stop the macro when i hit 110 magery?
Re: help with making macros
Posted: Fri Jun 07, 2019 3:21 pm
by fixxer1963
For UOSteam
Code: Select all
if skill "magery" < 45
if mana > 16
for 3
msg '[cs bless'
waitfortarget 5000
target! 'self'
pause 3000
endfor
else
if mana <= 17
useskill 'meditation'
pause 45000
endif
endif
elseif skill "magery" >= 45
if skill "magery" < 60
if mana > 21
for 3
msg '[cs archcure'
waitfortarget 15000
target! 'self'
pause 4000
endfor
endif
if mana <= 22
useskill 'meditation'
pause 65000
endif
endif
endif
if skill "magery" >= 60
if skill "magery" < 90
if mana > 21
for 3
cast "Reveal"
waitfortarget 5000
target! 'self'
pause 3000
endfor
endif
if mana <= 22
pause 3000
useskill 'meditation'
pause 55000
endif
endif
endif
if skill "magery" >= 90
if skill "magery" < 100
for 3
if mana > 31
cast "Mana Vampire"
waitfortarget 5000
target! 'self'
pause 4000
endif
if mana <= 32
pause 3000
useskill 'meditation'
pause 25000
endif
endfor
endif
endif
if skill "magery" >= 90
stop
endif
Re: help with making macros
Posted: Fri Jun 07, 2019 3:28 pm
by nocturne7saint
mana vampire will not get gains into 110, i don't even think mana vampire will get any gains past 80
Re: help with making macros
Posted: Fri Jun 07, 2019 4:19 pm
by Cerrera
I think no need to force magery after getting gate,mark,teleport and recall abilites, wait untill will get more regens. (sory not what u were asking but i cannot delete post if i wrote it

)
Re: help with making macros
Posted: Fri Jun 07, 2019 9:44 pm
by Wil
nocturne7saint wrote:I'm trying to make a magery macro to get my magery to 110, i know i need to cast earthquake.
but what do i add to meditate when under required mana to cast earthquake, and stop the macro when i hit 110 magery?
The way to gain 120 magery is: get a -29 magery malus weapon with spell channeling and then cast what you would to gain from 90 to 100.
Re: help with making macros
Posted: Sat Jun 08, 2019 2:50 pm
by fixxer1963
nocturne7saint wrote:mana vampire will not get gains into 110, i don't even think mana vampire will get any gains past 80
I just used that script on a brand new toon and it took me to 100 overnight.
And I just added the stop section.
If you want to add another spell... you have the template for it right here. Feel free to modify it and thank me for the help at any time.
Re: help with making macros
Posted: Sat Jun 08, 2019 2:58 pm
by fixxer1963
Wil wrote:nocturne7saint wrote:I'm trying to make a magery macro to get my magery to 110, i know i need to cast earthquake.
but what do i add to meditate when under required mana to cast earthquake, and stop the macro when i hit 110 magery?
The way to gain 120 magery is: get a -29 magery malus weapon with spell channeling and then cast what you would to gain from 90 to 100.
I didn't think to mention this Wil.. Thanks for the input.
Been doing it so long I just assumed everybody used the malus weapon.
Re: help with making macros
Posted: Fri Jun 14, 2019 2:59 am
by Loni
I think no need to force magery after getting gate,mark,teleport and recall abilites, wait untill will get more regens. (sory not what u were asking but i cannot delete post if i wrote it

)