MQ2 Latest Release -- MQ2-20210915(Test).zip

General announcements relating to the modularized MacroQuest2 system.

Moderator: MacroQuest Developers

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

MQ2 Latest Release -- MQ2-20110212.zip

Post by ieatacid » Sat Feb 12, 2011 7:13 pm

Code: Select all

12 February 2011 by ieatacid, dkaa
- Updated for February 9th and 11th patches

16 January 2011 by dkaa
- Fixed IsNamed for some of the newer zone.  Thanks, el_nene.

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

MQ2 Latest Release -- MQ2-20110212a.zip

Post by ieatacid » Sat Feb 12, 2011 8:58 pm

_ITEMINFO fix.

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

MQ2 Latest Release -- MQ2-20110213.zip

Post by ieatacid » Sun Feb 13, 2011 8:11 pm

Code: Select all

13 February 2011 by ieatacid
- Fixed item.NoDrop
- Me.Aura now returns the name of the effect in the aura window if it can't find the matching spell
- _FELLOWSHIPINFO fix (thanks, Drakhhen)
- Fixed CListWnd::DeleteAll function offset (thanks, brainiac)

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Re: MQ2 Latest Release -- MQ2-20110215.zip

Post by dont_know_at_all » Tue Feb 15, 2011 3:13 am

MQ2-20110215.zip

15 February 2011 by dkaa
- fixed NoDrop again

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

MQ2 Latest Release -- MQ2-20110217.zip

Post by ieatacid » Thu Feb 17, 2011 5:18 pm

Code: Select all

17 February 2011 by ieatacid
- Updated for today's patch

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

MQ2 Latest Release -- MQ2-20110217a.zip

Post by ieatacid » Thu Feb 17, 2011 5:37 pm

Added missing "Expansion_HoT" offfset back to eqgame.h

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

MQ2 Latest Release -- MQ2-20110219.zip

Post by ieatacid » Sat Feb 19, 2011 4:28 pm

Code: Select all

19 February 2011 by ieatacid
- Me.Aura now returns the effect name as a string instead of a spell type.  If you need access to the spell data, look it up using the Spell TLO

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Re: MQ2 Latest Release -- MQ2-20110305zip

Post by dont_know_at_all » Sat Mar 05, 2011 5:51 pm

MQ2-20110305.zip

Code: Select all

5 March 2011 by dkaa
- Fixed window.Enabled

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

MQ2 Latest Release -- MQ2-20110309.zip

Post by ieatacid » Wed Mar 09, 2011 6:07 pm

Code: Select all

9 March 2011 by ieatacid
- Updated for today's patch

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

Re: MQ2 Latest Release -- MQ2-20110309a.zip

Post by ieatacid » Wed Mar 09, 2011 9:16 pm

_CHARINFO2 fix

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

MQ2-20110318.zip

Post by dont_know_at_all » Fri Mar 18, 2011 4:05 am

MQ2-20110318.zip

Code: Select all

17 March 2011 by dkaa
-  Jaysus, a patch on Paddy's day.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Re: MQ2 Latest Release --MQ2-20110323.zip

Post by dont_know_at_all » Wed Mar 23, 2011 3:44 am

MQ2-20110323.zip

Code: Select all

23 March 2011 by dkaa
- Fixed GetSTMLText -- you need the new eqbcs
- Fixed SetSTMLText -- you need the new eqbcs
- Fixed AppendSTMLText -- you need the new eqbcs
- Added a constant for the chat font offset so the /bcfont will work again
- Added the class CXStr &  CXStr::operator=(class CXStr const &) offset.
- This is all brainiac's fault.

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

MQ2 Latest Release --MQ2-20110414.zip

Post by ieatacid » Thu Apr 14, 2011 6:18 pm

Code: Select all

14 April 2011 by ieatacid
- Updated for April 13th patch

6 April 2011 by ieatacid
- Added Me.MercenaryStance -- returns current active mercenary stance as a string, default is NULL
Edit: Some stuff is still broken.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Re: MQ2 Latest Release --MQ2-20110415a.zip

Post by dont_know_at_all » Fri Apr 15, 2011 9:08 pm

MQ2-20110415a.zip

ITEMINFO fix
CONTENTS fix
lots of other fixes for the 04/13 patch

Note: every plugin that uses items was broken by this patch.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Re: MQ2 Latest Release --MQ2-20110416.zip

Post by dont_know_at_all » Sat Apr 16, 2011 1:33 pm

MQ2-20110416.zip

ALTABILITY fix
misc fixes