• 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's 31st expansion The Outer Brood goes live Dec 3rd. brainiac has been spending extra time updating MacroQuest. Please show him your appreciation.
    Don't forget to update your mq2nav meshes by running the meshupdater or by visiting MQ Mesh
    EQ stated servers will be up "No earlier than noon PST"
Epic Laziness

Work in Progress Epic Laziness v0.4.22

[0.4.7] - 2024-08-04​


Bug Fixes🐛


- Fixed crash on startup that appeared with last patch. Bump to 0.4.7
(578dd66) ~Lisie
- Removed some unneeded parameters and variables.
(4705596) ~Lisie

[0.4.6] - 2024-08-02​


Bug Fixes🐛


- Corrected AutoSize TLO capitilization.
(716313a) ~Lisie
- Modified autosize usage to use new TLO and commands
(a695678) ~Lisie
- Removed autosize related variables that are no longer necessary
Thanks Hytiek for the autosize rewrite!
(4f07828) ~Lisie
- Moved string.format to setStatusText instead of manually doing so in each call
(acececb) ~Lisie

Features⛲


- Version bump to 0.4.6
(bc53ba2) ~Lisie
- If necessary plugins are not loaded, load them with noauto
(02c3927) ~Lisie

[0.4.5] - 2024-07-01​


Bug Fixes🐛


- Disabled version checking function for cappen due to issues
(7c2bfce) ~Lisie
- Fixed bug that caused single cast invis to not function properly
(91cd77d) ~Lisie

Features⛲


- Version bump to v0.4.5
(81ac2de) ~Lisie
- Added gradiant coloring to progress bars.
Red -> Yellow -> Green
Thank you Grimmier for the code
(e1aff08) ~Lisie

[0.4.4] - 2024-06-28​


Bug Fixes🐛


- Updated invis_check parameters
(b0eb6c8) ~Lisie
- Fixed handling of bad paths in path selection
(8a37e48) ~Lisie
- Minor fix to invischeck
Should no longer stop to invis until invis skill is actually ready.
(7f3cfaf) ~Lisie

Features⛲


- Version bump to v0.4.4
(e62a731) ~Lisie
- Turning on group invis setting will turn on invis for travel setting
To prevent users from turning one on without the other and wondering why invis isn't working.
(9711697) ~Lisie
- Removed save button from general settings
All settings will be saved upon a value changing now.
(0a92f0a) ~Lisie
- Added settings for group wide invis
(8a65f4e) ~Lisie
- Added handling for group wide invis
(82ae494) ~Lisie
- Added common include file.
(7f19cea) ~Lisie
- Added toggle for use group invis
(f50e897) ~Lisie
- Added version_check function and new settings for group invis
(b624573) ~Lisie
- Added version_check function and new settings for group invis
(06d3bf1) ~Lisie
- Added calls to version check function of class and char configs
(c7b7053) ~Lisie

[0.4.2] - 2024-06-20​


Bug Fixes🐛


- Missing field in step 199 of rogue 1.5
(10a34c8) ~Lisie
- Small change to memorizing low damage skills, should properly memorize
(61927ea) ~Lisie

Features⛲


- Version bump to v0.4.2
(579170f) ~Lisie

[0.4.1] - 2024-06-19​


Bug Fixes🐛


- Fixed typo in Guard Kovan's name for the rogue pre-1.5 quest.
(463a0d4) ~Lisie
- Removed monk 1.5, not completed yet.
(b45e281) ~Lisie
- Added longer delay during predamageuintil spell mem actions
(7d35238) ~Lisie

Features⛲


- Version bump v0.4.1
Tradeskill fixes for Rogue 1.5 and Warrior 1.5.
Typo fix for the gambling portion of Rogue Prequest 1.5

There were significant step changes on Rogue 1.5 and Warrior 1.5. Please insure you make note of your current task in the quest, and select the new step # that corresponds.
(7d58a62) ~Lisie
- Added additional checks to warrior 1.5 tradeskill steps
(51bf812) ~Lisie
- Added additional checks to rogue 1.5 tradeskill steps
(b9c8289) ~Lisie

[0.3.43] - 2024-06-17​


Bug Fixes🐛


- Added gotostep for paladin 1.5 steps 175 and 176
Corrects bug reported in post#1055
(2e4a9a8) ~Lisie

Features⛲


- Version bump to v0.3.43
(8097eae) ~Lisie

[0.3.42] - 2024-06-17​


Bug Fixes🐛


- Added missing parameter to logger call for npc_give
Was missing item.npc to indicate who we were waiting for.
(4600e07) ~Lisie
- Added default settings on config creation for useGatePot and useOrigin
(622075a) ~Lisie

Features⛲


- Version bump to v0.3.42
Added better checks for invis and travel speed to minimize stutter stepping
Added prioritizing of mobs during farm_radius (only implemented for a spectral courier in Shaman 1.0 so far)
Added travel logic to find the shortest available path to destination zone.
Removed returnToBind setting.
Added setting to allow the use of gate potions
Added setting to allow the use of Origin AA.
Removed relocate from being called directly. DB entries for relocate still remain until further testing is completed.
(2bd73b1) ~Lisie
- Added checks to determine if characters have the selected speed skill
If the skill is not present then do not stop travel to try and apply it.
This should fix the stutter stepping issue.
(cfc302e) ~Lisie
- Added checks to invis_check to insure skill/item is ready
Will return false if the character does not have the selected skill, item, or ability. This should help put an end to the stutter stepping.
(e6e7b9c) ~Lisie
- Added simple check to determine if priority npc is spawned
(917d853) ~Lisie
- Added handling for priority mobs in farm_radius function
(7bd810a) ~Lisie
- Added prefered npc to shaman 1.0 step 96
During the loop it will check if a spectral courier is spawned and prioritize killing it.
(5b80292) ~Lisie
- Removed relocate from commands
Relocate still remains int he DB as an instruction, but it is disregarded. After more testing of new functionality those entries will be removed from the DB.
(112c169) ~Lisie
- Added path selection and relocate call to zone_travel
Added handling for values returned from find path to be called from zone_travel
(59036d1) ~Lisie
- Added defaulting of useGatePot and useOrigin to false
(f353a43) ~Lisie
- Removed traveltobind setting, added use gate pot and use origin
(0328fd6) ~Lisie
- Added function to check for shortest path to destination zone
Checks available travel options (travel directly, gate then travel, throne of heroes then travel, etc etc.)
(d09bf82) ~Lisie

[0.3.41] - 2024-06-15​


Bug Fixes🐛


- Added check for distance to ground spawn.
This should fix the issue with not traveling all the way to the ground spawn if interrupted by combat in some cases.
(1ab9462) ~Lisie
- Added small delay to combine_do and combine_done
(74718e7) ~Lisie
- Added spawn check to npc_give
In some rare cases the npc we needed to hand into would not be spawned, will now wait for them.
(47a9dd4) ~Lisie
- Added small delay before trying to put item on cursor into inventory
(d4486fa) ~Lisie
- Fixed distance check to enviro container
(30a7bf9) ~Lisie
- Added a check for Spirit of Eagle in remove lev function
Will not remove levitate if the character has Spirit of Eagle applied.
(2fcc5ed) ~Lisie
- Added Ranger to class longname -> shortname table
(99aeba8) ~Lisie
- Removed debug statements.
(3f5161d) ~Lisie
- Corrected spelling of Anson McBale's name in rogue 1.5
(856b109) ~Lisie
- Updated rog 1.5 outline after adding new step to quest.
(f060617) ~Lisie
- Added logger settings to class definition
(1482011) ~Lisie
- Added missing checks for autosize state that could lead to crash
(3e6fe6e) ~Lisie

Features⛲


- Version bump to v0.3.41
(fc5e2a4) ~Lisie
- Added parameters to enviro_combine_container for travelLoop
Traveling to a tradeskill station will not make use of the travelLoop function.
(284c1db) ~Lisie
- Added function call to exclude mobs by criteria other than name
(0d79c8e) ~Lisie
- Added function to ignore NPC based on search strings other than name
(b5457ec) ~Lisie
- Added class translation (longname to shortname) table
Added class selection for internal testing commands.
(e6dcee9) ~Lisie
- Minor changes to support internal testing commands.
(e4b09c6) ~Lisie
- Added item.count to full outline text for farm_check
(ce88503) ~Lisie
- Added internal command for testing.
(c270dba) ~Lisie

[0.3.40] - 2024-06-13​


Bug Fixes🐛


- Ranger 2.0 fix for travel to torigran
(e329a44) ~Lisie
- Switched to improve damage_until functionality in rng 2.0
(a4b49b4) ~Lisie

Features⛲


- Version bump v0.3.40
(f684bba) ~Lisie

[0.3.39] - 2024-06-12​


Bug Fixes🐛


- Updated steps indicated for charasis lockpicker.
(46d4377) ~Lisie
- More fixes for travel to torigran mines.
(d7581e0) ~Lisie

Features⛲


- Version bump v0.3.39
(4a11f7b) ~Lisie

[0.3.38] - 2024-06-12​


Bug Fixes🐛


- Small changes to improve travel to torigran mines (rng pre1.5 #43)
(d828e91) ~Lisie

Features⛲


- Version bump v0.3.38
(bbddd0e) ~Lisie

[0.3.37] - 2024-06-12​


Bug Fixes🐛


- Changed spell mem command for low damage spell.
(0e43161) ~Lisie
- Logging message for findNearest step change
(a6730d3) ~Lisie
- Added additional step change handeling.
(b5968c7) ~Lisie
- Check for corpse in npc_wait
(9e85e5e) ~Lisie

Features⛲


- Version bump to v0.3.37
(50aa5bf) ~Lisie
- Added skills for ranger 1.5 steps 201-209 and 230-236
(fb367e1) ~Lisie
- Added information for 2nd spell to ranger 1.5 damage steps
(952cba9) ~Lisie

〰️Commits​


- Added code to use two spells when damaging npc
Allows the script to memorize two spells, using the higher level one until the HP gets within 20% of the desired health #, then switching to use the lower one to plink it down lower.
(a874704) ~Lisie
Back
Top