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

  1. RoaringLion

    Contest Favorite New Plugin of 2020: EverQuest Software Awards

    I thought react would win for sure. Now I'm curious as to what is so great concerning these other plugins. I've got some research to do . . .
  2. RoaringLion

    Release MQ2React

    I'm sorry to hear that as it must be frustrating. Have you tried doing /react save after loading in a new file? Also, perhaps there is a typo in the file itself causing the environment to detect a 'corruption' and delete? Even the most minor flaw in the code itself can cause these files to...
  3. RoaringLion

    Release MQ2React

    The problem was I use /bcaa to update react, and it causes the file to delete itself because there were 20+ boxes trying to update it at once. Just stop toggling reaction methods more than one at a time (in game via /bcaa) and you should be fine.
  4. RoaringLion

    Problem - MQ2 Nav Malfunction

    My God, my CPU/ GPU usage dropped from like 80% to 33%. Problem is fixed. You and that addon are a life safer. EVERYTHING is faster. Swapping Zones, Loading Screens, Reactions, etc... I also subbed to you on YouTube! Going to check out your material. Seems top notch. Much appreciated brother.
  5. RoaringLion

    Problem - MQ2 Nav Malfunction

    I'm boxing 25 toons. This could very well be the issue. I lowered FPS to 5 sometime between yesterday and today, and my friends are boxing 4 groups also. I'm impressed you were able to troubleshoot this so fast. Lowering FPS settings and will report results. Just kind of difficult because I'm...
  6. RoaringLion

    Problem - MQ2 Nav Malfunction

    February 7th (Sunday) MQ2Nav was functioning appropriately. However, on February 8th numerous issues occuring. I'm receiving reports from guildies that boxes are running in random directions and pulling adds into camp. I've wiped from this issue earlier today also. To clarify, if I nav all my...
  7. RoaringLion

    Release MQ2React

    This has happened twice to me. I type in /react enable MethodName and my entire yaml file is basically rewritten/deleted. What am I doing wrong?
  8. RoaringLion

    Question - Is is ok to report a "Bug" while running MQ2?

    I personally just sent in a similar file with mq2 and isboxer running. These programs are allowed for usage in EQ on most of the official servers. The GMs are well aware we use them. Just no Warping/AFKing and you'll be fine. This is my mindset at least and I've never had any negative GM...
  9. RoaringLion

    Request - Turn in / Delete on Cursor / Gather items / Trade pc 2 pc MACRO HELP

    I figured out a solution, although to me it seems to be a strange one. In my case, MQ2 is only attempting to run my if statements when I initially execute the macro. So what I did, was I wrapped all of my if statements within a while loop. Created with a condition that is always true. I then...
  10. RoaringLion

    Request - Turn in / Delete on Cursor / Gather items / Trade pc 2 pc MACRO HELP

    FYI the code worked when I was using /delays but that seems like shoddy code and it was extending the execution time significantly because there was alot of downtime.
  11. RoaringLion

    Request - Turn in / Delete on Cursor / Gather items / Trade pc 2 pc MACRO HELP

    Made the modification but same issue. I'm not understanding something fundamental here.
  12. RoaringLion

    Request - Turn in / Delete on Cursor / Gather items / Trade pc 2 pc MACRO HELP

    Bumping because the same general issue is preventing me from finishing my macros. When I use multiple If Statements I'm unable to get them to run in a sequence. I'm sure I'm a bonehead and its a simple error however I can't find it. For example, the bottom code works if I hit the macro to...
  13. RoaringLion

    Request - Turn in / Delete on Cursor / Gather items / Trade pc 2 pc MACRO HELP

    Question: This code works if I run the threee scripts separately. However when I put them together only the first two run. How do I solve this problem? Having similar issues with other scripts. /if (${FindItemCount[=Rat Ears]}>0) { 1 /target Rephas /declare Q int local /delay 1s...
  14. RoaringLion

    Request - Turn in / Delete on Cursor / Gather items / Trade pc 2 pc MACRO HELP

    This code works on its own. I need to integrate it into the larger file #include ninjadvloot.inc Sub Main /tar Katha Firespinner /delay 1s /call Buy "Rat Ears" 66000 /return
  15. RoaringLion

    Request - Turn in / Delete on Cursor / Gather items / Trade pc 2 pc MACRO HELP

    This works perfectly for turning in the Rat Ears. Thats a huge hurdle out of the way! /target Rephas /delay 1s :loop /itemnotify "Rat Ears" leftmouseup /delay 8 /invoke ${Target.LeftClick} /delay 8 /itemnotify "Rat Ears" leftmouseup /delay 8 /invoke...
Back
Top
Cart