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.
Dec 15 2020 by RedGuides
- MQ2Status (Sic) Updated currency for CoV, major code reorganization
- MQ2AASpend (Sic) Updated MQ2AASpend to automatically adjust with Autogrant for Bonus purposes.
Dec 15 2020
- Updated for TEST
- Removed MAX_KEYRINGITEMS it was a guess at best from 2014 before we knew how the arrays where constructed.
- pBankArray in CHARINFO is now a ItemBaseContainer named BankItems
- pSharedBankArray in CHARINFO is now a ItemBaseContainer named SharedBankItems
- pMercEquipment in CHARINFO is now a ItemBaseContainer named MercenaryItems
- pMountsArray in CHARINFO is now a ItemBaseContainer named MountKeyRingItems
- pIllusionsArray in CHARINFO is now a ItemBaseContainer named IllusionKeyRingItems
- pFamiliarArray in CHARINFO is now a ItemBaseContainer named FamiliarKeyRingItems
- pHeroForgeArray in CHARINFO is now a ItemBaseContainer named HeroForgeKeyRingItems
Dec 10 2020 by RedGuides
- New Plugin! MQ2GroundSpawns (ChatWithThisName, Sic) Will help find & collect items in a list for you by zone.
- MQ2React (drwhomphd) Config setting added to affect rate of react processing.
- MQ2Grind (hytiek) Added ExitMode of taskquit or campfire, fixes for kissasssit paladins
Dec 10 2020
- Fixes to new alt currency - sic
- Fixes for num expansions - CWTN
- Fixed charselect save position of chatwindow (probably)
- Fixed ZONE_COUNT, this should fix misc plugins that rely on it being correct. (mq2easyfind)
Dec 08 2020 by RedGuides
- New Plugin! MQ2Grind (hytiek) Helps your group flip the Restless Assault (ToV) instance. This is an alpha version, hytiek will make it paid when it supports more instances.
- MQ2Melee (Redbot, Knightly) Stickbreak=1 is now default, meaning that pressing a movement key will stop mq2melee from "sticking" to the current target. To undo this change, "/melee stickbreak=0" and then "/melee save"
- MQ2Status (Sic, Knightly) Bagspace will now correctly return all sizes of bagspaces available from small to giant, and not JUST giant sized slots. Due to an internal issue with MQ2, the amount on TLP servers will be off by 2 slots.
/status skill will now returnback the value of your requested skill. example: /status skill blacksmithing
- MQ2PortalSetter (Sic, Knightly) Updated for Claws of Veeshan (Cobalt Scar COV)
- MQ2Relocate (Sic, Knightly) Added Di`Zok Escape Staff to /relocate evac. Bugfixes.
- EQBCS2.exe (Jimbob) client max increased to 250
- Zones.ini (Sic) Updated for Claws of Veeshan
Dec 08 2020
- Updated for TEST
- Updated for LIVE
- Added .Move to the Window TLO Methods
Usage: /invoke ${Window[GroupWindow].Move[100,200,300,400]} ([x,y,width,height]) width and height are optional.
- Added .SetBGColor to the Window TLO Methods
Usage: /invoke ${Window[GroupWindow].SetBGColor[0xFF000000]} ([argb])
- Added .SetAlpha to the Window TLO Methods
Usage: /invoke ${Window[GroupWindow].SetAlpha[0xFF]} (0-0xFF)
- Added .SetFadeAlpha to the Window TLO Methods
Usage: /invoke ${Window[GroupWindow].SetFadeAlpha[0xFF]} (0-0xFF)
Dec 07 2020
- Updated for BETA
- Fixed malo/tash detection problems - SwiftyMuse
Dec 06 2020
- Updated for BETA
Dec 05 2020
- Updated for BETA
- Chatwindow at charselect now saves it's position independently from in game
Dec 04 2020
- Updated for BETA
Dec 03 2020
- Updated for BETA
- Added WarforgedEmblem and RestlessMark Currencies - Sic
- Added .Sharing to the fellowship tlo it returns true of false if exp sharing is on for the member - Sic
Usage: /echo ${Me.Fellowship.Sharing[x]} where x is fellowship member 1-12
- Added .FindVariable to the Macro TLO it returns a string of the full variable name if it exist - requested by ctaylor22
Usage: /echo Macro.FindVariable[=Myvar]} for EXACT variable name
Return: Myvar
Usage: /echo Macro.FindVariable[Myvar]} for partial variable name
Return: Myvar01 (because it's partial and it found one named Myvar01)
Nov 29 2020 by RedGuides
- MQ2Status (Sic, Knightly) Alphabetized status help output. Moved money/plat out of stat. Fixed missing space in "Mercenary State" and "Hidden"
Nov 29 2020
- Updated for BETA
Nov 28 2020
- Updated for BETA
Nov 27 2020
- Updated for BETA
Nov 26 2020
- Updated for BETA
Nov 25 2020
- Updated for BETA
Nov 24 2020
- Updated for BETA
Nov 23 2020
- Updated for BETA
Nov 22 2020
- Updated for BETA
Nov 21 2020
- Updated for BETA
Nov 20 2020
- Updated for BETA
Nov 19 2020
- Updated for BETA
- All instances of CFacePick has been changed to CPlayerCustomizationWnd
- Fixed some misc UI offsets
Nov 18 2020 by RedGuides
- New plugin! MQ2Rewards (GoldenFrog, Sic, brainiac, Knightly) allows control over specifying, selecting, and claiming rewards from macros.
Nov 18 2020
- Updated for LIVE
- Updated for BETA
- Fixed a bug in mq2targetinfo that would reset the ini if the plugin version changed.
Nov 17 2020
- Updated for BETA
Nov 16 2020
- Updated for BETA
Nov 15 2020
- Updated for BETA
Nov 14 2020
- Updated for BETA
- Updated for TEST
Nov 11 2020
MQ2Status (Sic, Knightly) Added support for CWTN "paused" mode
Nov 10 2020
- Updated for BETA
Nov 09 2020
- Updated for BETA
Nov 07 2020
- Updated for BETA
Nov 06 2020
- Updated for BETA
Nov 03 2020
- Updated for BETA
Oct 31 2020
- Fixed a few spell and spellmgr bugs, the struct is 1 byte aligned now, as it should be.
Oct 30 2020
- MQ2Status (Sic) Added support for MQ2Enchanter/MQ2Shaman for /status
- MQ2XAssist (Knightly, eqmule) Fixes an issue where EQ doesn't clear assistname in the hitbyspell function (a likely bug in the EQ client)
Oct 29 2020
- Updated for BETA
Oct 28 2020
- Updated for BETA
Oct 25 2020
- Updated for BETA
Oct 24 2020
- Updated for BETA
Oct 21 2020 by RedGuides
- NEW PLUGIN! MQ2Say (sl968) A customizable alert for /say messages that may otherwise be missed. This is important as a GMs will often use /say when contacting you, as will other players.
- New paid plugin! MQ2Enchanter (ChatWithThisName, Sic) a combat plugin for your enchanter. Please see MQ2Enchanter resource for commands and instructions. The current pre-release version is free.
- New paid plugin! MQ2Shaman (ChatWithThisName, Sic) a combat plugin for your shaman. Please see MQ2Shaman resource for commands and instructions. The current pre-release version is free.
Oct 21 2020
- Added raid to chat events - Cred Kaen01
- Updated for LIVE
- Updated for BETA
-Oct 20 2020
- Updated for BETA
Oct 19 2020
- Updated for BETA
Oct 14 2020
- Updated for TEST
- MQ2React:
* Should be more responsible with your yaml files and no longer erase them (but keep backups just in case)
* Additional user experience improvements -- it'll no longer give you the silent treatment