• 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 --->
MQ2FeedMe

Utility MQ2FeedMe

〰️Commits​


Additional polish for MQ2FeedMe
(9b903de) ~brainiac

Main Takeaway:​

Ignore Safe Zones for auto consumption

- Add ability to ignore safe zones for auto consumption



Bug Fixes 🐛


Fix/remove usage of Buffer
(a6a0d88) ~Sic

〰️Commits​


PR # [4](https://github.com/RedGuides/MQ2FeedMe/pull/4): cleanup + settings panel
(ea341d0) ~Redbot
Typo

- corrected "hunter" to "hunger
(5b52b3f) ~Sic
Spacing

- Fixed spacing
(61a5545) ~Sic
UI Cleanup

- adjusted capitalization usage
- clarified checkbox titles
- fixed brackets to match styling
- adjusted the food and drink list tables to not use a child and instead a ScrollY
(94bff94) ~Sic
Remove vestigial function

- removed the ever ominous sounding "Execute" function that was no longer in use
(73ca670) ~Sic
Update Loops

- updated ListTypes loop per review commit # [feedbac](https://github.com/RedGuides/MQ2FeedMe/commit/feedbac)k
- update targetVector loops
- utilized DeletePrivateProfileKey
(fde23ab) ~Sic
Brackets + Spacing

- Updated brackets to match styling
- updated tabs/spacing
(82f372a) ~Sic
Updates from review comments

- AnnLevels to AnnounceLevels
- AnnConsume to AnnounceConsume
- use PLUGINMSG
- adjust text output for readability
- !_stricmp to ci_equals
- utilize std::clamp
(a01d0bb) ~Sic
Update includes

- changed includes from <foo> to "foo"
- - learned that <foo> should be for standard libraries or third part libraries, and "foo" should be for user/project
(6afb77d) ~Sic
Merge remote-tracking branch 'origin/master' into update
(db94d07) ~Sic
FeedMe

- use bBuffTimersOnHold instead of a curated list of zones
- PCHAR to const char*
(e51df92) ~Sic
FeedMe review updates

- I *believe* i got all the commit # [feedbac](https://github.com/RedGuides/MQ2FeedMe/commit/feedbac)k thusfar
- - some items github had minimized and i didn't see until after I had already made a bunch of changes, so if I skipped something please let me know
(a7c2744) ~Sic
Updates

- Change IgnoreSafeZones by CLI
- adjust size and center the text for double clicking to remove an item from the list
(04840d2) ~Sic
Pulse delay

- Added a 1 second pulse delay
- removed the frame dependent delay
(a935412) ~Sic
FeedMe

- fix deref warning
(e011ea8) ~Sic
(40daeed) ~Sic
FeedMe Updates

- changed list to vector
- "Hunger" to vFoodList
- "Thirst" to vDrinkList
- HandleFoodDrinkItem to HandleAddFoodDrinkItem
- add ability to double click to remove an item from the Food/Drink lists
- added which ini section for helpmarkers
- adjusted text for clarity
(a348370) ~Sic
Fix type memebers

- fixed type members to use scoped enum
(73e9da6) ~Sic
Button text cleanup
(0623f27) ~Sic
Clean up text / descriptions
(dcd2db0) ~Sic
Pr update
(e3a9abd) ~Sic
Betterer UI tags

- provide a slightly better descriptor for the UI checkboxes
(e7b49f9) ~Sic
WritePrivateProfile Int not string
(567c6e6) ~Sic
Review

- removed spaces
(4623da3) ~Sic
Bracket

- fixed braces to match style
(cf751ca) ~Sic
Fix

- GetPcProfile check to pLocalPC
- GetCharInfo() to pLocalPC
(3945297) ~Sic
Fix

- Remove redundant (and not reachable) !food duration check
(8675907) ~Sic
(24a51ff) ~Sic
Fix potential issue if food/drink had % in it
(60d096e) ~Sic
Remove Unneeded check
(f42aaca) ~Sic
Guard with pLocalPlayer
(9ecb872) ~Sic
Type Member update/fix
(8ee29c5) ~Sic
Fix space vs tab
(88fc984) ~Sic
Ignore Safe Zones for auto consumption

- Add ability to ignore safe zones for auto consumption
(ca4bae6) ~Sic
(4b3df7f) ~Sic
(2f852d4) ~Sic
FeedMe Updates

- bracket cleanup
- spacing cleanup
- some deprecation cleanup
- !_stricmp to ci_equals
- settings panel
- - including "click to add"
(bc5cba9) ~Sic

〰️Commits​


Add/update documentation from RedGuides docs system
(5dbaac5) ~Redbot

〰️Commits​


(b972235) ~Knightly
Merge branch 'v143' into 'master'

Update for v143

See merge request redguides/plugins/MQ2FeedMe!2
(a8dbe1f) ~Knightly
Bards can now eat & drink while singing
Will no longer try and eat if you are feigning death.
- Remove using namespace std
- Remove #defines that were only used in 1 place
- Clarify GoodToFeed (left existing comment format)
- Switch global to GetGameState()
- Remove some unused variables in if statements
- Remove "SafeItoa"
- Switch SetGameState callback to use GameState
- Remove reference to pulses as seconds
  • added bAnnConsume --- the bAnnConsume toggle was done in the same way the rest of the plugin functions
  • updated the ini area to reflect bool changes and bAnnConsume
  • Updated CursorHasItem function (consultation from CWTN & Brainiac)
  • changed instances of BOOL to bool (consultation from Brainiac)
-Updated MQ2Feedme.cpp to include a check if you are camping, so you don't interrupt camping out to eat/drink
Back
Top