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

  1. W

    remember this plugin??

    Sorry for this out-of-context post, but I needed a place to test my ability to post.
  2. W

    Macro evolving weps

    If the mob names are distinct enough, no need to re-invent the wheel: use hunter.mac. I use this largely for tradeskill farming, but a kill is a kill and there's no reason you couldn't use it as is. You specify which mobs to target in a companion INI, and can adjust the radius/size of the...
  3. W

    Macro running another macro

    Sounds like a plan. I hadn't given that angle any real thought, and your description sounds like a minimalist approach to integration. Translation: I really need to have a common macro, and your suggestion offers the least amount of coding. Thanks!
  4. W

    Macro running another macro

    ********** WRONG THREAD, CAN"T FIGURE OUT HOW TO MOVE IT TO QUESTIONS *********** I'm looking for a sanity check. I experimented a bit go, the results weren't what I expected, so I'm looking for some insight or corroboration. Goal: While a macro is running, have it conditionally fire up...
  5. W

    AA commands

    AA list I didn't compile this list...googled it...and it appears to be a bit old, so there may be more available. If you have an activated AA not in this list, you can issue "/alt list" in game and a full list of all AAs will be spewed to screen for the class of the toon currently logged...
  6. W

    Jigs21 Compile V5.0

    Are these long duration re-cast spells? I can't say the exact limit, but anything with re-cast time of 10 or over always gives me this response. I just wait for the spell's refresh to end and cast it again. Bug? Dunno, but it's worked this way for me for as long as I can remember.
  7. W

    Exp Macro (Scouting Maiden's Grave)

    ...forgot to mention I commented out the code block that checks to see if the reward window is open. Essentially, the portion of the code that handles the reward consists of: /delay 2s /reward ${option} /delay 2s /reward ${option} Not elegant, but the "/if window not open" logic was simply...
  8. W

    Exp Macro (Scouting Maiden's Grave)

    I had a similar problem with running the Mapping Suncrest task. The only resolution I came up with was a work around. After the /reward command in the macro (prolly in the .INC module), I added two more lines -- /delay 2s and another /reward command. If the first /reward doesn't take, the...
  9. W

    Patch message -- 07/25/2007

    July 25, 2007 _____________________ *** Highlights *** - Innothule Swamp Revamp: As the stench of evil pullulates throughout the region surrounding the home of the trolls, the denizens of the Innothule Swamp surface to see the rejuvenated swamplands. - SOE Fan Faire: The 2007 Vegas Fan Faire...
  10. W

    Memorize spells

    If you find the limitation of 10 spellsets is cumbersome, or like to keep your hands on the keyboard (my vote!), plugin MQ2Cast includes spellset support. See the MQ2Cast link on the distribution entry in the Strategies forum for full documentation, but here's the quick take: /sss ##### -- save...
  11. W

    Tradeskillers unite! Need help with Tailoring and Tinkering now.

    I've been thru this excerise before, but checked again just to be sure. I went thru the trivial list at EQ Traders for both tailoring and tinkering, checking each recipe at or above 300. All require farming. Frankly, farming becomes a requirement far below 300. I've never had reason to doubt...
  12. W

    Help with MoveTo please

    /target ${Me.Name} is complete and executable as is. Try it in "immediate" mode and see what happens. It is very easy to play around with the object model by using /echo #### in "immediate" mode. Some examples: /echo ${Target.Level} will display the level of your target, NULL if you don't...
  13. W

    Help with MoveTo please

    More than one method for targeting yourself. Here are two: 1. /keypress F1 (mimics in-game functionality) 2. /target ${Me.Name} (welcome to the object model behind Macroquest!) As for MoveTo: 1) No explanation, other than possibly lag. Ideally, MoveTo Loc stops you dead in your tracks once...
  14. W

    ? about monk abilities

    Some of these abilities have a different re-cast time. There are disciplines that alter the results for specific kicks. There are AAs that enhance specific kicks. The re-cast time may not matter alot, but the other two issues do. Keep them all maxed, but at the least, kept flying kick, dragon...
  15. W

    task macro needed

    Since you've invested time, I'll make a few general suggestions. Hopefully they'll help you if would like to continue your own work. 1. Break the task down into small chunks. This lets you design/test on focused portions at a time. Frustration over syntax will burn you every time; by working...
Back
Top