Page 1 of 1

A few macros for a samp

Posted: March 27th, 2017, 4:47 am
by Kush Tailored
I've read through the sampire bible already....just so we eliminate the replies with a link to his guide.

Now... I seen the best way is to have euo cast counter for me while i have a macro in uos that targets closest enemy and spams ls or abilities.

What I need: The link to the euo that does such, because I did not come across it what so ever, as well as the macro my sampire will use. Not sure if there are different macros for different spawn but I plan to use the toon for doom and peerless mostly, solo.

Thanks to anyone that cared enough to help me out.

Re: A few macros for a samp

Posted: March 27th, 2017, 5:56 am
by Tanya

Re: A few macros for a samp

Posted: March 27th, 2017, 9:37 am
by Vitek-
I asked a friend to write this for me. It works like a dream.
;
finditem QON C_ , #backpackid
IF #FINDKIND = -1
{
display ok You don't have a bushido book. Get one and restart.
}
set #lobjectid #findid
wait 5
event macro 17 0
wait 10
contpos 0 0
wait 10
click 260 59 mc
wait 10
click 256 79 g
wait 10
click 300 80 p
wait 10
contpos 807 0
wait 5
click 154 28 r
wait 5



mainloop:
if A in #charstatus
{
goto mainloop
}
if #mana < 5
{
goto mainloop
}
savepix 837 12 1
if #pixcol <> 4860366
{
event macro 15 148
wait 15
}
goto mainloop

Re: A few macros for a samp

Posted: March 27th, 2017, 11:09 am
by Kush Tailored
much obliged people