LAA Purchase Inc.

Villageidiot

Captain Douchebag
Joined
Jan 4, 2005
Messages
3,198
Reaction score
7
Points
0
I created a LAA Brute force purchase inc.

This is brute force and buys from top of the list down. It is not all that fancy but gets the job done. All you need to do is put this /if line in your main loop in your macro

Code:
/if (${Me.GroupLeaderPoints}==8) /call BuyLaa


also add this line with your other includes

#include laa.inc

Enjoy!!

I have also added this as just a basic macro if you wanted to just run this on a toon that is leeching exp.
 

Attachments

  • laa.inc
    4.3 KB · Views: 16
  • laa.mac
    4.3 KB · Views: 8
Nice include file for spending LAA points, however, you have a main sub inside of your include file. Include files should NEVER have a main sub.
 
Nice include file for spending LAA points, however, you have a main sub inside of your include file. Include files should NEVER have a main sub.


yeah i forgot to change it from the .mac file.