• 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

Recent content by Norrathian

  1. N

    Macro - Macro to search for specific items on alts/bots

    sub main (string ItemToLookFor) /if (${FindItemCount[${ItemToLookFor}]}==0 && ${FindItemBankCount[${ItemToLookFor}]}==0) /bc ${Me.CleanName} has none in inventory or bank (not counting house(es) or dragon horde or tradeskill depot /return Uses MQ2EQBC This is for checking who needs...
  2. N

    Macro - Macro to search for specific items on alts/bots

    When you need to search a character for that certain item or just want to see how many poison potions your guys are carrying... sub main (string ItemToLookFor) /if (${FindItemCount[${ItemToLookFor}]}>0) /bc ${Me.CleanName} has ${FindItemCount[${ItemToLookFor}]} in inventory /if...
  3. N

    Macro - Check bots alt currency

    I use this for checking my accounts alt currency and thought others would may benefit from it as well... sub main (string ItemToLookFor) /bc ${Me.CleanName} has ${Me.${ItemToLookFor}} /return Uses MQ2EQBC to communicate Usage: /bcaa //mac currency LoyaltyTokens <--- everyone in the bc...
  4. N

    Request - Spell memming from houses

    I really thought this macro would exist already, but I've searched for a couple hours over multiple sites and I can find nothing.... Looking for a macro that will go through houses and scribe missing or improvable spells. The easiest way I've come up with is to inspect the spells, similar to...
  5. N

    Request - House management macro

    Love my guildies, but there are plenty of times you want to make a house only your characters can access (house full of prizes comes to mind). Yes, the Owner's Clubs is helpful in some situations, but not everything. Hence my question. In the mean time, I'm working on one myself, but would...
  6. N

    Release Tradeskill recipes (max out Artisan's Prize)

    Outstanding work on this macro. Any chance for an updates with the newer recipes?
  7. N

    Question - Monster missions and mq2mule or something better?

    I've been working on some monster missions, where you're shrouded into 1 of a handful of character choices. These are NOT my strong suit. I've been reading some older posts and talking with friends and they recommended MQ2MuleAssist. It looked easy to work with, but MQ2Mule, which is no...
  8. N

    Macro - Enchant macro

    Updated per your debug Sigur. Nice catch. It's good to see my old work still being referred to. Anything to make the game more enjoyable.
  9. N

    AutoGroupAddMe.mac

    I'll try to remember that. Thx
  10. N

    AutoGroupAddMe.mac

    sub main /bct MAINTOON //autogroup add ${Me.Name} /delay 5s /bca //autogroup load /return What this does: 1) From the character, execute: /bca //mac AutoGroupAddMe 2) everyone else in the bccmd channel will till the main toon to add them to the main toons AutoGroup list 3) 5s should...
  11. N

    Question - Is there a macro for Brell's Trials?

    The kill sides are easy, but the west is a massive pita to gather and do all the combines and turnins in < 15 mins.
  12. N

    LevCheck.mac - check if anyone on the raid is levitating

    sub main /declare x int outer /for x 1 to ${Raid.Members} /if (${NearestSpawn[${x},pc].Levitating}) /echo ${NearestSpawn[${x},pc].CleanName} levitating /next x /echo ${x} checked /return For when your raid event doesn't allow lev.
  13. N

    Question - Request: Aggro but not kill pet/pc macro

    I've actually got all pet classes, but the trick here is using a 120 pet (raid focus) to grab mobs and just hold attention. The same could be done with any class - just don't kill the mobs. I massively prefer the mage for this. Air pet stun or earth pet root are both excellent.
  14. N

    Question - Request: Aggro but not kill pet/pc macro

    I'm searching for a macro that will have the pet attack ALL mobs that come into a small radius but not kill them - just beat them down to the point they'll focus on the pet. Alternatively, having a player do it would work as well, but I have raid focus pets, so they're easier to keep alive.
Back
Top
Cart