• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Super Sexy Summon Axe Macro

Maskoi

old and salty
Joined
Sep 28, 2005
RedCents
82,796¢
Wrote a quick mac to summon zerker axes so a friend would stop bugging me in skype. Enjoy

Just change the the 2 vars to axe you need and how many you want.

Rich (BB code):
| Summonaxes.mac v 1.0 by maskoi 01/07/2012
sub main
/declare AxeSpell string outer Axe of the Destroyer
| 10 Summons 200 axes
/declare CastHowManyTimes int outer 10

/declare i int 
    /for i 1 to ${CastHowManyTimes}
        /if (${FindItemCount[=Balanced Axe Components]}==0) {
            /echo Buy some Balanced Axe Components dumbass
            /end
        }
        /if (${Me.FreeInventory}==0) {
            /echo You inventory is full dumbass
            /end
        }
        /disc ${AxeSpell}
        :axeoncursor
            /if (${Cursor.ID}) /autoinventory
            /delay 10
        /if (${Cursor.ID}) /goto :axeoncursor
        /echo Waiting for disc refresh
        /delay 75
    /next i    
/return
 
Super Sexy Summon Axe Macro

Users who are viewing this thread

Back
Top
Cart