• 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 --->
Resource icon

Work in Progress Brells Boomerang 01/27/2024

Download now:  Join us with Level 2 access or earn your way in with  RedCents.

〰️Commits​


Rewrote navigation

Leader is controlling navigation to fix the sync issues.
(feb7010) ~Alexander
Rewrote navigation so that group leader controls navigation. This to fix the synchronization issues.
added .zip so you can watch on launcher
Posted by: Sic
- Tweaked timings so it scores higher points. Now should be place 1-3 in most circumstances.
- boomerang.mac is now not needed anymore, as combat routine is rewritten in LUA.

〰️Commits​


Added several new checks++

- New checks to account for instance timer, instead of relying on mq.delay
- New paths to ensure we don't move close to KoS mobs, in case invis fails or see invis.
(2a49de3) ~Alexander
Added the following:
- checkIfMacroRunning() - instead of using mq.delay to account for 'still in combat', we check continuously if the macro is still running. Once the macro ends, the lua continues.
- checkCooldown() - uses mq.event to check the mission for cooldown instead of relying solely on mq.delay.
- isInstanceOnCooldown() - function to call checkCooldown() and act based on it.
- isNavActive() - in use when travelling to/from instance.
- Nav paths - instead of naving directly to instance door, we go through a few checkpoints to ensure we don't accidentally path through kos/see invis npcs.
Also added a check to see if, when instance ends, campfire is up, and if not - call invis routine and run back manually through nav paths.

〰️Commits​


Add files via upload
(591a2e5) ~Alexander
(bc1ee87) ~Alexander
Lots of changes to both lua and macro.

Accounting for zoning, group checks etc.
(82c8907) ~Alexander
Nav fix based on Sic feedback. Thanks!
Back
Top