• 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

Getaa.inc (buy aas afk)

decker

Active member
Joined
Apr 30, 2005
RedCents
452¢
Ok so im afking alot atm. I really hate maxing out my aas while sleeping so i wanted something that would make me able to buy aas while afk...

Code is modified from an inc /ini by EvenLessSpam (not a member of this site his site i think, but i changed it enoth so hes ok with me posting here)

But that was (i think a bit out of date) so i rewrote it.

Use:

In your afk macro add this line in the top:

Rich (BB code):
#include aa.inc

Rich (BB code):
/if (${Me.AAPoints} > 29) /call getaaini

Example:
Rich (BB code):
| This is a macro compiled by Decker
| Do not steal this, or RedGuides will punch you in the mouth.

#include aa.inc
#include alert.inc

#turbo 
#event zoned "#*#You have entered#*#" 

Sub Main 
/declare laps int outer 0
/declare aas float outer 0
/declare aas_hr float outer 0
/declare start_aaexp float outer ${Me.PctAAExp}
/declare start_aas int outer ${Me.AAPointsTotal}
/declare got_reward bool outer false

    /call Alert
  
  :loopstart 
  /doevents 
  /if (${Me.AAPoints} > 29) /call getaaini
  /call GMcheck 
  :check
/call SafetyCheck 800 2
/if (${Macro.Return.NotEqual[OK]}) {
/popup There's someone near who isn't welcome...
/if (${Macro.Return.Equal[GM]}) {
/popup OMG! It's a GM. Time to bail...
/endmacro
} else /if (${Macro.Return.Equal[PC]}) {

/echo Pausing the Macro until they leave...
/popup Pesky players, they're everywhere...
/delay 5s
/goto :check
}
}

Edit the ini file to get what ever aas you want to get:
Rich (BB code):
[yourserver_Zerker]
Planar Power=General
Innate Run Speed=General
Innate Metabolism=General
Discordant Defiance=General
Combat Stability=General
Combat Agility=General
Origin=General
Enhanced Aggression=Archetype
Ferocity=Archetype
Weapon Affinity=Archetype
Punishing Blade=Archetype
Killing Spree=Archetype
Heightened Endurance=Archetype
Finishing Blow=Archetype
Battle Leap=Class
Blinding Fury=Class
Blood Pact=Class
Blur of Axes=Class
Cascading Rage=Class
Combat Fury=Class
Crazed Onslaught=Class
Cry of Battle=Class
Desperation=Class
Echoing Cries=Class
Flurry=Class
Frenzied Defense=Class
Furious Rampage=Class
Hastened War Cry=Class
Physical Enhancement=Class
Planar Durability=Class
Raging Flurry=Class
Rampage=Class
Savage Assault=Class
Savage Spirit=Class
Stalwart Endurance=Class
Tactical Mastery=Class
Throwing Mastery=Class
Uncanny Resilience=Class
Untamed Rage=Class
Veteran's Wrath=Class

[yourserver_char2]
Planar Power=General
So that would be:

Rich (BB code):
[yourserver_charname]
aa you want=aa_tab

hope this can make your cheating easyer

-decker
 
Last edited:
Óhh yes and if you want to just have one running while you group just use this macro:
 
i'm new to this site and was wondering one thing about these free AA's while afk do you have to be killing anything? :confused:
 
Generally, yes, you have to kill stuff to get AAs. :)

However, there are some other ways to get xp which doesn't involve killing mobs. See some of the mission and task macros which are on this site.

Personally, I wouldn't run those afk macros which involve public zones, since they are usually first to get hit by nerf and ban bat.

More specifically, if you are running afk macro in a public zone, chances are someone is going to complain/petition you. That's how most of suspensions/bans actually occur.

PS When you learn to code proximity checks, then I suppose one could consider running some afk macros in a public zone.
 
playj said:
Generally, yes, you have to kill stuff to get AAs. :)

However, there are some other ways to get xp which doesn't involve killing mobs. See some of the mission and task macros which are on this site.

Personally, I wouldn't run those afk macros which involve public zones, since they are usually first to get hit by nerf and ban bat.

More specifically, if you are running afk macro in a public zone, chances are someone is going to complain/petition you. That's how most of suspensions/bans actually occur.

PS When you learn to code proximity checks, then I suppose one could consider running some afk macros in a public zone.
That is exactly how I got a 10 day suspension that I'm on right now. AFK macro in a public zone. I even had a PC check that would pause the macro if anyone came into the zone, but ultimately I was initially guilty by association (always at same spot in zone, AFK when others came thru). So I think someone reported me, and then the GM looked at my logs. Hehe.

Mateo
 
Getaa.inc (buy aas afk)

Users who are viewing this thread

Back
Top
Cart