Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[225] - 2024-07-12
Commits
(782bb7f) ~DerpleMQ2Cleanup errors
[224] - 2024-07-12
Commits
(939b06d) ~DerpleMQ2[SHM] Fix for Lupine Spirit
[223] - 2024-07-12
Commits
(bfbcbe8) ~DerpleMQ2Merge branch 'main' of github.comerpleMQ2/rgmercs
(ca142e1) ~DerpleMQ2[ALL] Changes to how zoning handling works.
[218] - 2024-07-11
Commits
(e3bf517) ~AlgarDudeBST and ENC fixes and updates (#73)
* [BST] Fixes for Focused Paragon
[BST] Corrected typo in Focused Paragon
[BST] Added condition to Focused paragon to avoid spamming when group Paragon was active
[Utils] Slightly modified the underlying function behind the Paragon rotation so Paragon and Focused Paragon weren't used if the BST had 100% mana.
Current behavior:
Group Paragon will be used when any group member's mana is below the class config setting "ParagonPct".
Focused Paragon will be used on the BST unless another target meets the criteria above and Group Paragon is on cooldown.
* [BST] Additional Paragon fixes
[BST] Adjusted rotations so that (group) Paragon of Spirit would properly fire only when a group member was under the ParagonPct threshold.
* Update enc_class_config.lua
[ENC] Adjusted rotations so that low level haste spells that were intended to be used on a pet before pet-specific buffs were available don't continually spam the Enchanter (tested with Speed of Vallon).
[ENC] Updated Downtime rotations to support BuffWaitMoveTimer
[ENC] Added support for NDT to be cast on the group (once group versions are available) regardless of the presence of melee party members (tested (single) Night's Darkest Terror, NDT group buff currently not available).
* Update bst_class_config.lua
Minor adjustment to Focused Paragon rotation as it was being cancelled due to combat
* Update bst_class_config.lua
Formatting
[216] - 2024-07-11
Commits
(ecba7f1) ~Grimmier378Logger adjustment (#72)
* Adjust Logger to use io functions to write instead of mqlog
* keep file open until, we change files or disable logging.
* io.flush()
* fix silly mistakes
don't use mq.cmd and echo just print
set default openfile to nil instead of ""
* set logDir at the start since it stays constant.
also switched to use mq.TLO.MacroQuest.Path("Logs")()
[212] - 2024-07-09
Commits
(b381411) ~Grimmier378Groupwatch wasn't resuming at the correct percentage (#70)
* groupwatch wasn't resuming at the correct percentage
the assignment was backward when checking the state. instead of assigning the startPct (aka the resume value) it was assigning the stopPct (aka the pause pulls value)
could have either flipped the assignments or just switched from == to ~=
* moved debug to verbose so its less chatty by default
* renamed the var's so its easier to understand
also changed logging from %s to %d for the numbers.
commented the variable name to help
[208] - 2024-07-06
Commits
(3ad0991) ~Grimmier378Support for MyPaths Paths in Farm Mode (#66)
If the MyPaths_Paths.lua is present then load a table for it.
if the zone has any paths then show a drop down to select from or use the original saved waypoints.
you can reload the paths file with a button click incase it any were edited or imported / added in MyPaths.
[207] - 2024-07-06
Commits
(648f3de) ~Grimmier378Added snare dots to pull dropdown for SK (#67)