• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Recent content by Micah Conley

  1. M

    Utility simple universal buff assistant

    was making a buff subroutine for a macro i'm working on and realized with very little extra work it would make a decent buff assistant so i figured id do the little extra and post it for anyone who wants it. i have tested it on a cleric and chanter by asking for any buff by name you will get it...
  2. M

    simple universal buff assistant

    was making a buff subroutine for a macro i'm working on and realized with very little extra work it would make a decent buff assistant so i figured id do the little extra and post it for anyone who wants it. i have tested it on a cleric and chanter by asking for any buff by name you will get it...
  3. M

    Plugin - MQ2Cast

    cool thanks ill check it out. I have ran into another problem now i'm trying to make a sub for buffing on request rite now for my macro every part of it works except for the /target ${Param1} and /tell ${Param1} parts keeps returning there are no spawns matching any <Name> even though other toon...
  4. M

    Plugin - MQ2Cast

    my Compile is for emu servers i got it off from MQEmulator.net its the free RoF2 Compile they have it was the only one i could find for free that worked with RoF2 Client i don't play on live anymore i have not for years since they started selling ingame items and stuff for cash instead of making...
  5. M

    Plugin - MQ2Cast

    but you have helped me a lot already even though your code don't seem to run on my MQ2 it has given me ideas on how to rework my macro to make it work my goal with this macro i'm writing is to make it so anyone can run it on just about any MQ2 with as few plugins as possible needed but i will be...
  6. M

    Plugin - MQ2Cast

    think my MQ2 is either out of date or maybe just not the same as one your using i got it from a different site a few weeks ago but i tried to run the macro you wrote to replace my memspell sub and it fails at line 10. it give me a No such 'character' member 'NumGems' Error - - - Updated - - -...
  7. M

    Plugin - MQ2Cast

    that looks real complicated but ill check it out and see if i can make use of it thanks
  8. M

    Plugin - MQ2Cast

    i have the issue of making the macro wait for the spell to be done memorizing before continuing now but today i been playing around with a bit of code that ChatWithThisName posted last night for me. I had to find a few missing things to get it to run, and after that it still did not do what i...
  9. M

    Plugin - MQ2Cast

    the /break command does not work i just get an error saying DoCommand - Couldn't parse '/break' 120 times for each spell ill give your other loop there a try and see what happens
  10. M

    Plugin - MQ2Cast

    okay that makes sense i put the spell gem number in there instead of the i i knew that the i had to be changed for my use just though it was the gem number it had to be changed to not spell name - - - Updated - - - looking at it i bet is i remove the ${} and just leave the number it mite work...
  11. M

    Plugin - MQ2Cast

    i tried that bit of /delay code you put up there for me and its waiting the full delay i put in it instead of stoping after the spell is memorized so using that i mite as well just go back to the plain old /delay commands must be a missing bracket or something in the /delay 5m ${Me.Gem[${i}].ID}...
  12. M

    Plugin - MQ2Cast

    thank you that is exactly what i needed - - - Updated - - - and how do you post the macro in a box like that ??i couldn't figure it out
  13. M

    Plugin - MQ2Cast

    yea its gonna be a lot of work for me but what i'm looking for rite now is a line of code to make MQ2Cast wait for one spell to finish memorizing before it lets the macro continue on to memorizing the next spell. the old MQ2Cast that i used to use back in the day would hold up the macro while it...
  14. M

    Plugin - MQ2Cast

    yea i seen that stuff on the wiki and on here also but the spell set will change ans the character levels up and i don't want to have to keep changing the spell set every time the character levels up i'm trying to make the macro scribe and memorize new spells as the character levels up or after...
  15. M

    Plugin - MQ2Cast

    i have not messed with MQ2 in a long time but i started using it on emu and am working on making a macro but one of the new features of MQ2Cast is that after it starts a command it returns control of the character back over to the macro before finishing the command i'm trying to get my macro to...
Back
Top