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-20071212.zip

Post by ieatacid » Wed Dec 12, 2007 5:35 pm

Code: Select all

12 December 2007 by ieatacid, dkaa
- Updated for today's patch

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

MQ2-20071224.zip

Post by ieatacid » Mon Dec 24, 2007 9:53 pm

Code: Select all

24 December 2007 by ieatacid
- Added adjustable HUD font size (off by default)
   To enable it set "UseFontSize=on" in the [MQ2HUD] section
   in MQ2HUD.ini and edit each HUD line to match this format:
      TYPE,SIZE,X,Y,RED,GREEN,BLUE,TEXT
   Example:
      LastTell=3,2,401,0,255,0,LastTell:  ${MacroQuest.LastTell}
   becomes this with a font size of 4:
      LastTell=3,4,2,401,0,255,0,LastTell:  ${MacroQuest.LastTell}
   [color=#33FFFF]* Valid sizes are 0-11[/color].

17 December 2007 by dkaa
- Added brainiac's /mqfont fix

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

MQ2-20080117.zip

Post by ieatacid » Thu Jan 17, 2008 11:25 pm

Code: Select all

17 January 2007 by ieatacid, rswiders, dkaa
- Updated for latest patch

2 January 2008 by ieatacid
- Changed "/cast item" so that it should now work on all items

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

MQ2-20080126.zip

Post by ieatacid » Sat Jan 26, 2008 6:23 pm

Code: Select all

26 January 2007 by ieatacid
- Added ticks type Me.Downtime (the time left on your combat timer)
- Added to the item TLO: EnduranceRegen, HealAmount, Clairvoyance,
  DamageShieldMitigation, SpellDamage, and all the Heroic stats

21 January 2007 by dkaa
- Added a list of actor defs for ground items.

19 January 2007 by rswiders
- Fixed /lootall command

18 January 2007 by rswiders
- Added Macro.Paused, Spawn.StandState

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

MQ2-20080206.zip

Post by ieatacid » Wed Feb 06, 2008 2:56 pm

Code: Select all

6 February 2008 by ieatacid, rswiders
- Updated for today's patch

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

MQ2-20080228.zip

Post by ieatacid » Thu Feb 28, 2008 4:19 pm

Code: Select all

28 February 2008 by rswiders, ieatacid
- Updated for today's patch

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

MQ2-20080307.zip

Post by ieatacid » Fri Mar 07, 2008 10:25 pm

Code: Select all

7 March 2008 by ieatacid
- "some dev please do a new zip and be sure it contains the new ISXEQ.NET folder, thx (Lax)"

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

MQ2-20080401.zip

Post by ieatacid » Tue Apr 01, 2008 7:36 pm

Code: Select all

1 April 2008 by ieatacid, dkaa
- Updated for today's patch

17 March 2008 by ieatacid
- Redid item tooltip timers to just use one hook.  This also allows timers to be displayed when all bag tooltips are displayed (i.e., <alt>+<mouse over> a bag)

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

MQ2-20080418.zip

Post by dont_know_at_all » Fri Apr 18, 2008 3:22 pm

fix for 04/17 patch -- ieatacid, rswiders, dkaa

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

MQ2-20080418a.zip

Post by dont_know_at_all » Fri Apr 18, 2008 4:14 pm

Updated for ISX.

SwiftyMUSE
Developer
Developer
Posts: 1205
Joined: Tue Sep 23, 2003 10:52 pm

Post by SwiftyMUSE » Thu Apr 24, 2008 6:06 pm

Code: Select all

24 April 2008 by rswiders, ieatacid
- Updated for today's patch
PayPal: Donate to SwiftyMUSE
Bitcoin: 1LuQ6YcEAWxF3fm9yWMiro4K582je7364V
Krono: PM me

dont_know_at_all wrote:Gee, if only there was a way to correctly report a crash...

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

Post by dont_know_at_all » Fri Apr 25, 2008 2:28 am

25 April 2008 - dkaa

Fixed the problem with this fields in the SPAWNINFO struct:

/*0x0dd8*/ int GroupAssistNPC[1];
/*0x0ddc*/ int RaidAssistNPC[3];
/*0x0de8*/ int GroupMarkNPC[3];
/*0x0df4*/ int RaidMarkNPC[3];
/*0x0e00*/ int TargetOfTarget;

The are now IDs where they used to be SPAWNINFO pointers.

SwiftyMUSE
Developer
Developer
Posts: 1205
Joined: Tue Sep 23, 2003 10:52 pm

MQ2-20080507.zip

Post by SwiftyMUSE » Wed May 07, 2008 6:15 pm

Code: Select all

7 May 2008 by rswiders, ieatacid
- Updated for today's patch
PayPal: Donate to SwiftyMUSE
Bitcoin: 1LuQ6YcEAWxF3fm9yWMiro4K582je7364V
Krono: PM me

dont_know_at_all wrote:Gee, if only there was a way to correctly report a crash...

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

MQ2-20080513.zip

Post by dont_know_at_all » Tue May 13, 2008 3:46 am

12 May 2008 by dkaa
- Added Friends TLO

http://www.macroquest2.com/wiki/index.php/TLO:Friends

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

MQ2-20080522.zip

Post by ieatacid » Thu May 22, 2008 8:15 pm

Code: Select all

22 May 2008 by rswiders, ieatacid
- Updated for today's patch

22 May 2008 by rswiders
- Added dead, stunned, hovering to Spawn TLO