Really good macro.

Macro depository for macros written before the user variable changes that broke all of them.

Moderator: MacroQuest Developers

Iceassassin
a lesser mummy
a lesser mummy
Posts: 49
Joined: Tue Nov 05, 2002 11:40 am

Really good macro.

Post by Iceassassin » Mon Dec 23, 2002 10:30 am

Ok. Here is a good macro that you all should use. Target a soulbinder first and then run this....

Code: Select all

| - Waiting.mac - 
| - Written by Iceassassin -
| - Needs to be updated.

#event hit "hits YOU"

Sub Main
  :loop
   /doability 4
   /doability 1
   /doability 3
   /doability 6
   /call Beg
   /call Forage
  /goto :loop
/return

  /if n $char(ability,"beg")>0 
  { 
    | Checks to see if attack is on.  If so, then it shuts attack off, and then           
    | begs, and then attacks again.
    /if $combat==TRUE 
   { 
     /attack off 
     /doability beg 
     /attack on 
   } else{ 
    /doability beg
  } 
  /return
}

Sub Forage
  :Forage
     /if n $char(ability,"Forage")>0 /doability Forage
     /delay 20
     /if "$cursor()"=="TRUE" /goto :AutoDrop
     /goto :loop
  /return

Sub Drop
     :AutoDrop 
       /click left auto      
       /goto :loop 
       /return

Sub hit
       /echo Ahhh!
       /return


:Done 
/sendkey up ctrl 
/click left enviro done 

/return 0
--------------------
Come on Lizard! Say salutations!
[L124RD: Never! added code tags...]

Iceassassin
a lesser mummy
a lesser mummy
Posts: 49
Joined: Tue Nov 05, 2002 11:40 am

WHAT!?

Post by Iceassassin » Mon Dec 23, 2002 10:33 am

LoL! I spent like 30 minutes putting in the tabs.. and it didn't even put in my tabs! I HATE MY LIFE :evil:

User avatar
Fippy
a snow griffon
a snow griffon
Posts: 499
Joined: Tue Jul 16, 2002 10:42 am

Post by Fippy » Mon Dec 23, 2002 11:36 am

I thought ya couldnt get skillups attacking soulbinders?
Fippy

This is my girl. But Rizwank had her first :-)
[img]http://www.btinternet.com/~artanor/images/fairy_bounce09.gif[/img]

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Mon Dec 23, 2002 11:36 am

Salutations,
you need

Code: Select all

 tags to use tabs dude... some of 'em still exist once I added them, gl fixing it again...