A few macros for a samp

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
User avatar
Kush Tailored
Posts: 335

A few macros for a samp

Post 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.
Discord: Kain#3638
User avatar
Tanya
Posts: 1796

Re: A few macros for a samp

Post by Tanya »

Peerless Hunter
Guide to Whammy - viewtopic.php?f=10&t=314
My youtube channel - /watch?v=sx5zGCbILtA
Weekly Bedlam Spawns - viewtopic.php?f=2&t=9131
User avatar
Vitek-
Posts: 925

Re: A few macros for a samp

Post 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
Discord: Critical#2911
fish, bass
Image
User avatar
Kush Tailored
Posts: 335

Re: A few macros for a samp

Post by Kush Tailored »

much obliged people
Discord: Kain#3638
Post Reply