• 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 --->
  • EverQuest (live servers) were patched today so brainiac is spending his evening updating MacroQuest. Please show him your appreciation.
Resource icon

Utility Task Hud v0.14

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

〰️Commits​


Updated check_args function

no longer only reads first arg
(0e495ae) ~Lisie
Removed do_refresh = true from init function, added to init function and moved to check_args
(dcc86dd) ~Lisie

Bug Fixes 🐛


- Corrected need_task_update in main()
Added `triggers.` as it was moved into the triggers table.
(ececd69) ~Lisie

〰️Commits​


Removed update_done which is no longer used
(391544d) ~Lisie
Removed shutdown method that is no longer used
(e46ac8d) ~Lisie
Removed debug print messages from update_event
(2057a40) ~Lisie
Removed extra items from the 'END_SCRIPT' message
(bc89872) ~Lisie
Changed generate_content function name

changed to "update_tasks"
(aac9174) ~Lisie
PR # [2](https://github.com/yb-f/taskhud/pull/2): fixes and tweaks
(0765ba5) ~Lisie
Update init.lua

Minor stylistic changes to the PR.
(15f6470) ~Lisie
Some fixes and tweaks

* Fixed a crash bug
* cleaned up some tuff and put them into functions
* moved get_tasks call out of the actors callback. using a flag instead and processing during the loop.
* some minor tweaks where i noticed.
(7f579ee) ~grimmier378

〰️Commits​


V0.14.0

Another full rewrite. No longer requires dannet to run, however having dannet loaded will allow you to click on the names of characters with different task progress and bring that character to the foreground.

This should greatly help the issues with characters hanging up and not sending their task data. I have noticed that occasionally updates triggered by the update task event messages sometimes do fail to trigger updates from some characters. I will look more into this issue as time allows.

This is a rather massive rewrite, and may still have some undiscovered bugs. If you encounter any problems please report them.
(2f528b5) ~Lisie

〰️Commits​


V0.9.3

Added missing event trigger for shared tasks.
(ee26a80) ~Lisie

〰️Commits​


V0.9.2

new release
(9c5e121) ~Lisie
Added list of characters that have NOT completed update

To make it easier to identify problems, and figure out who is not sending their update.
(7c3abf3) ~Lisie
Added auto-update functionality and cleaned up shutdown

The window will now auto-update when one of the characters in your selected peer group receives a quest update.

Also cleaned up the method by which the script shuts itself down.
(3d47047) ~Lisie

〰️Commits​


V0.91

Added a .
(83bd51e) ~Lisie

〰️Commits​


V0.9.3

Cleaned up code, improved functionality for troubleshooting
(fdaf56d) ~Lisie

〰️Commits​


Tooltips and size

feat: Added tooltips
style: Adjusted size of name and peer group drop boxes
(f8541fc) ~Lisie
--Clicking the names of the other characters in the missing or task objectives list will bring that character to the foreground
--Added command: /th
  • /th help -- command usage
  • /th exit -- shut down the script
  • /th show -- show UI
  • /th hide -- hide UI
--Hopefully squashed the line ~309 bug
Back
Top