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

  1. C

    Help with a macro - check amount of money in a trade window

    How does one go about checking to see if a certain amount of plat is in a trade window? For example: I want to charge 25 plat for something... ${Window[Tradewnd].Child[TRDW_HisMoney0.Quantity.25]} ?? <-- doesn't work hehe
  2. C

    Macro Request (Looting, LoN Cards only)

    Thanks Sidden! In my pursuit of fixing this I also found another way... upon the QuantityWnd popup you can also /keypress enter LOL
  3. C

    Macro Request (Looting, LoN Cards only)

    Alright..I figured out the stack thing and wrote up a subroutine for it.. just call this subroutine with /call StackCheck at the point of looting and you're all set.. Sub StackCheck /if (${Window[QuantityWnd].Open}) { /delay 1s /echo Hey Capt! I found a stack of items and handled it...
  4. C

    Macro Request (Looting, LoN Cards only)

    Now there's a window that pops up if there's a stack of items on a corpse..usually 2.. Is there away to disable that with some ingame command? For example, In Thalassius there may be 2 Sneaky Shissar Scales on a corpse, and if this .mac comes along and trys to loot, another window pops up...
  5. C

    Help - Macro to +/- the alt Experiece buttons

    is there a command line way using MQ2 to make the AA go up or down instead of clicking the little + or - ? I'm tired of going in there and adjusting all the time..I like different toons at different levels..
  6. C

    Paladin Macro - need some assistance

    I figured it out...but it's real dirty...I'll clean it up later.. had to do some math for ticks to seconds conversion and setup a variable... You're right..I need to set some controls for spam..but I got the essentials of the code...thanks! Sub Main /declare Proc string outer Divine...
  7. C

    Paladin Macro - need some assistance

    This short bit of code...my /if statement never seems to fire.. Sub Main /declare Proc string outer Divine Aura /declare Ward string outer Ward of Tunare /echo DaHammer for the lazy raiding paladin :watchproc /if (${Me.Buff[${Proc}]}) { /say DA OFF in ${Me.Buff[${Proc}].Duration} SECONDS...
  8. C

    Jigs21 Compile V4.2

    Re: Jigs21 Compile V4.1 anyone else having issues with mq2reward? doesn't crash, just doesn't appear to werk :P
  9. C

    Jigs21 Compile V3.1

    Re: Jigs21 Compile V3.0 try the link below from a previous post, it still works. http://www.redguides.com/community/showthread.php?t=17273 --capt
  10. C

    A Place to Circle in Buried Sea Expansion

    Lots of mobs now, even the warrior class, have some annoying feature that makes circling the yukk. Turtles in Buried sea aren't one of them. I like the island in the middle. Setup a nice 44 dia. Nobody goes out there and the map is so huge you have to zoom in to find someone circling - which...
  11. C

    Need some help plz

    hehe sorry, I was just help'n. Been outta town last few days.... lol Roguish, that's a lion! cpt
  12. C

    Need some help plz

    Macro works but, I don't think MQ does right now according to there latest release notes "changes.txt"
  13. C

    Need some help plz

    I believe this is a MQ2 NON VIP macro available to the general public. Correct me if I am wrong :) | -------------------------------------------------------------------------- | autoShroom.mac | harvests the kaladim fungi | original macro was by psychotik | Updates by BrainDeath...
  14. C

    Setgrav, compile or source.

    This may be what you're looking for: http://www.redguides.com/community/showthread.php?t=11601&highlight=setgrav cpt
  15. C

    Ghosting/ghostkill

    I have seen it used and am scared to use it myself ;-) so I have decided not to venture down that path hehe I do know there is site out there you can pay for it. Looks like when I was reading about it, it really works best for monks. ~peace
Back
Top