• 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

Macro - Check bots alt currency

Joined
Aug 9, 2006
RedCents
482¢
I use this for checking my accounts alt currency and thought others would may benefit from it as well...

Code:
sub main (string ItemToLookFor)
    /bc ${Me.CleanName} has ${Me.${ItemToLookFor}}
/return

Uses MQ2EQBC to communicate

Usage: /bcaa //mac currency LoyaltyTokens <--- everyone in the bc channel will echo their name and quantity of loyalty tokens

The importance of this is so you don't get to 5760 and then stop getting more tokens. You can buy houses which don't require upkeep, unattuner boxes, and hero's forge suit consolidators.
 
I use this for checking my accounts alt currency and thought others would may benefit from it as well...

Code:
sub main (string ItemToLookFor)
    /bc ${Me.CleanName} has ${Me.${ItemToLookFor}}
/return

Uses MQ2EQBC to communicate

Usage: /bcaa //mac currency LoyaltyTokens <--- everyone in the bc channel will echo their name and quantity of loyalty tokens

The importance of this is so you don't get to 5760 and then stop getting more tokens. You can buy houses which don't require upkeep, unattuner boxes, and hero's forge suit consolidators.
good one. But since you only can run one macro, it will stop any other macro running (like kissassist)

One tip is the plugin mq2status . That can show you most things you need to lookup.

/status currency loyaltytoken
/status help (shows what else it can help you with)
 
good one. But since you only can run one macro, it will stop any other macro running (like kissassist)

One tip is the plugin mq2status . That can show you most things you need to lookup.

/status currency loyaltytoken
/status help (shows what else it can help you with)
100%

I use this for checking my accounts alt currency and thought others would may benefit from it as well...

Code:
sub main (string ItemToLookFor)
    /bc ${Me.CleanName} has ${Me.${ItemToLookFor}}
/return

Uses MQ2EQBC to communicate

Usage: /bcaa //mac currency LoyaltyTokens <--- everyone in the bc channel will echo their name and quantity of loyalty tokens

The importance of this is so you don't get to 5760 and then stop getting more tokens. You can buy houses which don't require upkeep, unattuner boxes, and hero's forge suit consolidators.
same as i mentioned in your other posts

there are a few other resources that don't require you to use a macro for something like this. many/most folks these days aren't going to go through the extra effort to run a macro for this

like mq2status

/dg all /status currency loyalty
 
This is honestly pretty cool to know, i'd love a mq2status thing where I can ping all my girls for plat totals etc.

Ill check this out!
 
Macro - Check bots alt currency

Users who are viewing this thread

Back
Top
Cart