• 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 mrmath

  1. M

    How does /fade work?

    Since I'm bored here is a lesson, and I'm only gauranteeing 50% of this info is correct =b When you type /fade, it sets up variables for rezoning. At the very top of mq2piggyzone.cpp there is a comment: int DestType; // 0=use supplied coords 1=succorpoint So if DestType = 0, it will evac you...
  2. M

    question about haste items..... pls help before i spend unneeded pp...

    You're ok, procs do stack, but they won't both proc on the same round.
  3. M

    Rogue Helper

    I'm not sure what it means to go behind the mob, backstab and stuff, but not be an afk macro. Do you want it to not autoassist? http://www.sharemation.com/jerle69/eq/RH60.zip Download the latest RH to fix your other problems. mq2moveutils is recommended.
  4. M

    Sony has updated their logging methods

    The only real problem I see with my post is that I was not totally clear. FD was not put in the game so certain classes could split, by using it to split, you are exploiting game mechanics, it is just an exploit we are all accustomed to. I will refer you to shaman getting affliction efficiency...
  5. M

    Sony has updated their logging methods

    People who come to redguides come here to cheat. If you just want automation of forage etc, then you have a much better resource available to you at http://Macroquest2.com If you want automation of active hacks, or exploits, then redguides is for you. There are 3 types of cheaters in...
  6. M

    Hi ok seen this and ...

    First off, learn C++ programming, it'll help you possibly in real life as well as in making macros. A lot of people learn html/web "programming" without knowing how to program, that is possible because you're basically telling the computer what to put and where to put it. When it comes to...
  7. M

    Zone Id's

    If you don't get a list, you can just go to zone in question and do /echo ${Zone.ID}
  8. M

    MQ2Slave help.

    If you look at your macroquest.ini, under alias you probably have: "/addmaster=/echo AddMaster" I'm not sure what this alias is there for, but that's the cause of your problems. Also, for some strange reason /addmaste name seems to work. (note the r is missing).
  9. M

    Macro Item Clickies

    Different strokes for different folks, here is what I use: #include Spell_Routines.inc /declare Spam bool outer TRUE Sub Main /echo clicky buff macro started :continue /doevents /call check_clicky /goto :continue /return Sub Check_clicky /if (${Me.Moving}) /return...
  10. M

    Warrior vs Pally (keeping aggro)

    The real question is why is the paladin losing aggro to the enchanter? Are you chain mezzing/tashing while he's attacking it? Also EoE = Edge of Eternity from Saryn in potime BBoB = Brutish Blade of Balance first south guy in Tacvi. In almost every case the Paladin will have better aggro than...
  11. M

    any ideas?

    I think what he is saying is this.. /twist 2 2 2 is just as good as /twist, but say you wanted to twist in selos from slot 1, you could do: /twist 1 2 which would do selos + dd but this would be better: /twist 1 2 2 which would do selos + dd + dd again before redoing selos.
  12. M

    Another side to (NOT) macoing

    I've never done this mission, so I take it that the chest is easy to get to and open?
  13. M

    Performer macro

    Yes copy everything above: Sub Main :start /doevents /goto :start /return to the top of your program and copy everything below that to the bottom of your program. (leave that part of the code out). Then hope that your other macro has a lot of /doevents in it =)
  14. M

    Camp when dead

    Put this at the top: #Event Camping "#*#You have entered Guild Lobby#*#" Put this at the very bottom: Sub Event_Camping /echo You're Dead, Good Job!.. /echo Ending Macro and Camping.. /twistoff /circle off /sit /camp...
  15. M

    Bellfast 3: The Hive

    I just misunderstood you then! And since you know all sorts of packet stuff I just thought you had some insight into the coding that I was unaware of. No harm intended =)
Back
Top