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.

Windows 10 is now flagging this as malware. I had to disable Windows defender, which I never had to do before. Not a big deal, but thought I should let you know.
Not getting the option to make dump files, the client usually just dies or stalls..
Will put it out in next update.We are trying to phase out the zip file in favor of the New updater.
06 May 2016
Redguides:
Microsoft cleared Macroquest2.exe, Windows Defender will no longer think it's a virus.
MQ2 Devs:
Fixed a crash in mq2map. Thanks to everyone that sent in crash dumps.
Fixed a /unload crash.
04 May 2016 by rswiders
Added to Zone TLO
ZoneType, NoBind, Indoor, Outdoor, Dungeon
Added to Spawn TLO
EQLoc, MQLoc
Added to Spell TLO
Location
YEP Crashing also open map and it shows 6 of me and some weird as symbols and charectors all in a bunch

[Plugins]
mq2ic=1
mq2bzsrch=1
mq2chatwnd=1
mq2custombinds=1
mq2eqbugfix=1
mq2hud=1
mq2itemdisplay=1
mq2labels=1
mq2map=1
mq2aaspend=1
mq2melee=1
mq2cast=1
mq2advpath=1
mq2autologin=1
mq2eqbc=1
mq2events=1
mq2exchange=1
mq2moveutils=1
mq2nonagwindows=1
mq2rez=1
mq2viewport=1
Have you updated your compile since the mq2map crash waas fixed?
/slapi am 98% sure its autocleric
13 May 2016
Note that the following Values was removed from the ITEMINFO Struct in the TEST build:
.Accuracy
.StrikeThrough
.Avoidance
.DoTShielding
.SpellShield
.StunResist
.CombatEffects
.Shielding
.DamageShieldMitigation
Its unlikely that these will return, but I will know in a few days when I have had more time to investigate this.
I *MIGHT* create wrapper functions for these values like ((EQ_Item*)pItem)->GetAccuracy();.
BUT IF YOU HAVE PLUGINS OR MACROS THAT USE THESE VALUES: //Comment them out for now...
I will know more before this stuff gets pushed to the LIVE client next week...
Updated for LIVE
12 May 2016 by rswiders
Finally... move the NetStatus indicator on the screen. You are no longer limited to the upper left corner.
Using NetStatusXPos and NetStatusYPos these will be added the to default (0,0) coordinates to allow placement
at other areas on the screen.
Added commands /netstatusxpos, /netstatusypos to update the (x,y) screen coordinates for the NetStatus indicator.
08 May 2016
Maintenance release PART II:
Added .IsSwarmSpell to the Spell TLO, it return TRUE/FALSE if a spell is a swarmspell or not.
Usage: /echo ${Spell[Chattering Bones].IsSwarmSpell}
Output: TRUE
Fixed the offset for EQ_PC__GetCombatAbilityTimer_x (again)
Fixed another crash in mq2map.
