• 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 --->
Epic Laziness

Work in Progress Epic Laziness v0.3.10

[0.3.10] - 2024-05-08​


Bug Fixes 🐛


- Adjusted outline steps to match new shaman1.0
(8b5490e) ~Lisie
Fix moved log message up
(96ecc47) ~Lisie

Features ⛲


- Version bump v0.3.10
(e25a8fc) ~Lisie
- Added distance check from loc into general_search
(a6835f8) ~Lisie
- Rewrote Shaman 1.0 database
(789e1e2) ~Lisie

[0.3.9] - 2024-05-07​


Bug Fixes 🐛


- Increased delay after using invis skill
(e5fb881) ~Lisie
- Typo on NPC name
(76e49db) ~Lisie
- Fixed bug in save function.
(8670e35) ~Lisie
- Removed unused function.
(2506994) ~Lisie
- Revert some changes to navUnpause
(4df7da7) ~Lisie
- Fixed params on removeInvis call
(08b43ea) ~Lisie
- Moved require for load them up with other requires
(a110049) ~Lisie
- Removed unneeded file.
(2109d9a) ~Lisie
- Use readGroupSelection rather than directly calling variables
Improves code readability.
(2348fbf) ~Lisie

Features ⛲


- Version bump to v0.3.9
(e56efcf) ~Lisie
- Magician Pre-1.5 Complete.
(fbf3d45) ~Lisie
- Magician Pre 1.5 outline
(00d85e8) ~Lisie
- Moved hashes into this file instead of a seperate one
(d9df084) ~Lisie

Testing 🧪


- Mage pre1.5 work (85%)
(4fd3e07) ~Lisie

[0.3.8] - 2024-05-06​


Bug Fixes 🐛


- Calling xtargetcheck from Combine_Do
Was missing a parameter on the function call
(cbabad0) ~Lisie
- Added gotostep values for pal2 #116-#121
(7ad3eb7) ~Lisie
- Set default distance value to prevent crash at line 360.
(7b95a39) ~Lisie
- Corrected rgmercs.mac startup command
(642c1ad) ~Lisie
- Removed unneeded actions.npc_talk_all function
(8af340b) ~Lisie

Features ⛲


- Version bump v0.3.8
(31bf01e) ~Lisie

[0.3.7] - 2024-05-06​


Bug Fixes 🐛


- Used functions on param returns that have variables called in params
This should fix the issue with tradeskill combines failing.

Prep work for passing group choice and group selected member variables as parameters.
(8f68ac1) ~Lisie
- Changed grouptalk params from npc, phrase to item
(98c90d6) ~Lisie
- Removed debug print statement
(866608d) ~Lisie
- Added step handler to file
(c2dcf43) ~Lisie

Features ⛲


- Version bump to v0.3.7
(bbdf6ab) ~Lisie
- Added params to zone_travel for testing
(d067de6) ~Lisie
- Read/set StartRun
(b5964a6) ~Lisie
- Added several more methods
ReadTaskRunning()
setTaskRunning()
readPaused()
setPaused()
readStopAtSave()
setStopAtSave()
(fbe5635) ~Lisie
- Added readLocation and setLocation
(305897b) ~Lisie

Testing 🧪


- Preperation work for using choice and selected group as params
(c54bf9d) ~Lisie

[0.3.6] - 2024-05-05​


Bug Fixes 🐛


- Added distance checks before navigating.
(60a12db) ~Lisie
- Added checks for prayer beads before moving on. Pal 2.0
(aec59ba) ~Lisie
- Added group size check to Rogue 2.0 before LDON raid
(5067f62) ~Lisie

Features ⛲


- Version bump to v0.3.6
(34c5c4c) ~Lisie
- Split run_epic to init_epic and run_epic
(90956ae) ~Lisie
- Added step change handler
(3154656) ~Lisie

[0.3.5] - 2024-05-05​


Bug Fixes 🐛


- Fixed stopping when tradeskill requirements are met.
(8a1c9cd) ~Lisie
- If step is nil make step 0
(a921edd) ~Lisie
- Changed command to start RGMercs.mac to be correct.
(26fc52a) ~Lisie

Features ⛲


- Version bump to v0.3.5
(7caac27) ~Lisie

〰️Commits​


Fixed call to ignore_mob

was calling group_size_check
(f687e34) ~Lisie

[0.3.4] - 2024-05-05​


Bug Fixes 🐛


- Improved pause function name to be more clear
(a849eef) ~Lisie
- Nil check mq.TLO.Me.Xtarget() before checking value
(6fbf8cd) ~Lisie
- Variable name cleanup and removal of unused variables
(75ede77) ~Lisie
- Set/Get status calls : vs .
(2402a2a) ~Lisie
- Consts for speed buff AANums
(4fbd260) ~Lisie
- Ipairs
(d444690) ~Lisie
- Ipairs
(02176b1) ~Lisie
- Dot notation for table
(130ad2f) ~Lisie
- Use ipairs instead of pairs
(945f3f0) ~Lisie
- Blank line cleanup
(d7a4bc2) ~Lisie
- Use .skill_to_num instead of ['skill_to_num']
(51cea62) ~Lisie
- Comparison cleanup and return if group < required #
(77c291d) ~Lisie
- Remove unnecessary comparisons
(0a4c779) ~Lisie
- Remove unncessary comparisons
(71ccf4d) ~Lisie
- Gamble_event using DESIRED_CHIPS instead of hard coded
(dd9da13) ~Lisie
- Set autosize sizes and choice as variables
(306f967) ~Lisie
- Changed construction of State
(b20f9e2) ~Lisie
- String.find -> string.match
(20dc493) ~Lisie
- Clean up requirements and some variable declerations
(12300f9) ~Lisie

Features ⛲


- V0.3.4
(5074e46) ~Lisie
- Version bump v0.3.3
(8fa8df5) ~Lisie
- Use MAX_DISTANCE instead of static number
(fe30961) ~Lisie
- Use setStatusText instead of direct setting
(3703294) ~Lisie
- Distance checks to use MAX_DISTANCE instead of static value
(da41161) ~Lisie
- Use setStatusText to set State.status
(954cae7) ~Lisie
- Add read/set status text function
(768ddb2) ~Lisie
- Improved readability and creation of some debug messages
(b02c1b0) ~Lisie
- Define FIRST_WINDOW_??, changed epic_list to table
(09dc5d0) ~Lisie
- Added semver library
(9e46a90) ~Lisie
- Added semver library for version check, made plugins a table
(a40c255) ~Lisie

[0.3.2] - 2024-05-04​


Bug Fixes 🐛


- Removed debug print messages
(3fab9ad) ~Lisie

Features ⛲


- Version bump to v0.3.2
(ec88013) ~Lisie

[0.3.1] - 2024-05-04​


Bug Fixes 🐛


- Made Task_Functions a global
(6be32cc) ~Lisie
- Commented additions for currentpathdistance
(60065d2) ~Lisie
- Various small changes
(752cbcd) ~Lisie

Features ⛲


- Version bump to v0.3.1
(6b9016a) ~Lisie
- Added desc to task_functions, made full outline use that field
(2e832ec) ~Lisie
- Added functions to State to accomodate table lookup change
(2421518) ~Lisie
- Replaced if/elseif tree with table lookup to call functions.
(41ba9e9) ~Lisie
- Added item to sendyes, removeinvis, picklock, and opendoorall
(19dad2b) ~Lisie
- Changed face_heading from heading to item.what
(bb2046a) ~Lisie
- Added item to pickup_key restore_item enviro_combine_do and auto_inv
(5e9de7b) ~Lisie
- Added item to sneak, changed status message on wait to item.wait
(fb68f75) ~Lisie

〰️Commits​


PR # [22](https://github.com/yb-f/epiclaziness/pull/22): Desc
(a1d665d) ~Lisie
PR # [21](https://github.com/yb-f/epiclaziness/pull/21): epic refactor
(cc95f71) ~Lisie

[0.2.14] - 2024-05-03​


Bug Fixes 🐛


- Stopped step from saving if script ends on that step due to failure.
(c0d8e30) ~Lisie
- War 2.0 numbering
(6be7a3e) ~Lisie
- Exit out of pause loop if we stop the script.
(5918884) ~Lisie
- Npc follow will now move back 1 step if not near npc
(9456c41) ~Lisie
- Added startdist to zone_travel
(791878e) ~Lisie
- Ground_spawn_farm will now end properly
(637e6fb) ~Lisie

Features ⛲


- Version bump to v0.2.14
(17847a4) ~Lisie
- Added status message and logger message when pressing stop.
(d594573) ~Lisie
- Completed Warrior 2.0
(d974a16) ~Lisie
- Enabled warrior 2.0
(cc0c2a6) ~Lisie
- Added outline for Warrior 2.0
(38a3d46) ~Lisie
- Made travel progress bar operate every .1 seconds instead of 1
(58fee96) ~Lisie
- Adding travel progress bar for zone_travel
(62668c5) ~Lisie
- Added outline description for GROUND_SPAWN_FARM
(d55f37f) ~Lisie

Testing 🧪


- War 2.0 work (95%)
(8fc25e9) ~Lisie
Back
Top