Imagine Nation Forums
looking for injection macros - Printable Version

+- Imagine Nation Forums (https://in-uo.net/forums)
+-- Forum: Imagine Nation archive (https://in-uo.net/forums/forumdisplay.php?fid=6)
+--- Forum: General (https://in-uo.net/forums/forumdisplay.php?fid=24)
+--- Thread: looking for injection macros (/showthread.php?tid=4891)



looking for injection macros - Goldbond - 02-24-2012

i could use all the help i can get. please post some quick and easy injection macros. (nothing for combat)
thank you!


looking for injection macros - Mito - 02-24-2012

What macros do you need? Tell me and I will help you.
Anyway there are some macros at Player Guides section


looking for injection macros - Goldbond - 02-24-2012

magery aval and med

hidng and stealth

alch (level 55)


looking for injection macros - Goldbond - 02-24-2012

eval*


looking for injection macros - Goldbond - 02-24-2012

ohhh and detect if you have one for hIdng stealth and detect


looking for injection macros - Mito - 02-24-2012

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.


looking for injection macros - Goldbond - 02-24-2012

Thank you so much man means a lot. Was about to commit suicide... :p


looking for injection macros - Mito - 02-24-2012

No problem, if you need anything else just ask Wink. If something doesn't work tell me I'm at a train right now and wasn't able to test em xd


looking for injection macros - Goldbond - 02-24-2012

For the eval I could throw in uo.waittargetself under uo.useskill? To speed things up?


looking for injection macros - Mito - 02-24-2012

Goldbond Wrote:For the eval I could throw in uo.waittargetself under uo.useskill? To speed things up?

Lol yes I forgot about that haha Big Grin