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.
Commits
- Deprecations
- Removed superfuous pChSpawn = pLocalPlayer and replaced with pLocalPlayer
- removed unnecessary char/sprintf_s when we already have the information available (5278468)
- Merge branch 'Deprecations' into 'master'
Deprecations
See merge request redguides/plugins/MQ2Autoforage!3 (d1e2cea)
Added default [Global] section to INI:
Items will read from or write to a global section, unless a zone-specific line exists.
INI:[Global] Roots=keep
![]()
Add Global option to MQ2AutoForage (!425) · Merge requests · RG Creators / LegacyMQ2 · GitLab
Added default [Global] section to INI: Items will read from or write to a global section, unless a zone-specific line exists.gitlab.com
Support per server INI files to reduce the management of multiple per character INI files. If the MQ2Forage_.ini exists it will continue to use that. Otherwise it will create and use MQ2Forage.ini
![]()
Support for per-server INI file. (!409) · Merge Requests · RG Creators / VeryVanilla
Support per server INI files to reduce the management of multiple per character INI files. If the MQ2Forage_.ini exists it will continue to use that. Otherwise it will...gitlab.com
- Removed unnecessary defines
- Removed unused variables
- Abstracted ini name setting from the places it was called
- Moved Pulse checks into OnPulse
- Removed IsBardClass
- Removed tolower from atob (was already a case insensitive check)
- Removed mixed tabs and spaces (more tabs, tabs win)
MQ2AutoForage - Cleanup (!307) · Merge Requests · RG Creators / VeryVanilla
- Removed unnecessary defines - Removed unused variables - Abstracted ini name setting from the places it was called - Moved Pulse checks into OnPulse - Removed IsBardClass - Removed...gitlab.com
Fixed a crash in MQ2AutoForage when inventory was full.
This crash would result in the EQGraphicsDX9.dll dumps some people has sent me. (Thank you.) - eqmule