Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

looking for injection macros
#6

This is the macro I made to macro Magery/Meditation. Make sure you start it with full hp.

sub bla()

while uo.life>5

while (uo.mana>5)
uo.cast('Magic Arrow')
uo.waittargetself()
wait(1000)
wend
##I just added this wait here instead of war/peace command. So it won't say you
##cannot use Meditation.
wait(5000)

while (uo.mana < 90)
uo.useskill('Meditation')
wait(5000)
wend
##Buy a Pick Water so this will clean your bandages.
while (uo.life < 100)
uo.bandageself()
wait(2500)
if UO.Count('0x0E20') > 20 then
UO.WaitTargetType('0x1F9D')
UO.UseType('0x0E20')
wait(200)
endif
wend

wend
end sub


##Here's the macro for Eval. Same for Hiding/Stealth, just change the skill AND/OR the wait you want to use. 2000 = 2 seconds.

sub eval()
while true
uo.useskill('Evaluating Intelligence')
wait(2000)
wend
end sub


Hope this helps you.


Messages In This Thread
looking for injection macros - by Goldbond - 02-24-2012, 12:47 PM
looking for injection macros - by Mito - 02-24-2012, 05:15 PM
looking for injection macros - by Goldbond - 02-24-2012, 05:45 PM
looking for injection macros - by Goldbond - 02-24-2012, 05:46 PM
looking for injection macros - by Goldbond - 02-24-2012, 05:49 PM
looking for injection macros - by Mito - 02-24-2012, 05:56 PM
looking for injection macros - by Goldbond - 02-24-2012, 05:58 PM
looking for injection macros - by Mito - 02-24-2012, 06:02 PM
looking for injection macros - by Goldbond - 02-24-2012, 06:09 PM
looking for injection macros - by Mito - 02-24-2012, 06:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)