Search found 38 matches

by MacQ
Mon Dec 28, 2020 12:28 pm
Forum: MQ2::Development::Feature Discussion
Topic: New Group Member Request
Replies: 10
Views: 3559

New Group Member Request

Group.Injured[##] was a great addition in deciding to cast a group heal, eliminating the need to check each group member in macro. Could we have another Group member .NoBuff[] where Group.NoBuff[ spellname ].RankName would return the number group members (maybe pets too) that do NOT have that buff. ...
by MacQ
Wed Dec 09, 2020 3:19 pm
Forum: MQ2::Development::Feature Discussion
Topic: MQ2Login Suggestion
Replies: 4
Views: 1252

Re: MQ2Login Suggestion

I am just looking to pass an MQ2Login Profile name to MQ2 as a command line option, not an individual account/character. I don't know how others have created MQ2Login profiles, but I have several that span many accounts. I organize Profiles depending on what I need to do, assigning usually many char...
by MacQ
Wed Dec 09, 2020 10:50 am
Forum: MQ2::Development::Feature Discussion
Topic: MQ2Login Suggestion
Replies: 4
Views: 1252

Re: MQ2Login Suggestion

Thanks dewey2461, I will look into that. My suggested, however, was to simply utilize the profiles we might already create within the GUI of MQ2. I don't know about others, but I love that feature and have created a number of profiles depending on what I want to do. I thought it would be a fairly st...
by MacQ
Tue Dec 08, 2020 6:33 pm
Forum: MQ2::Development::Feature Discussion
Topic: MQ2Login Suggestion
Replies: 4
Views: 1252

MQ2Login Suggestion

MQ2Login (navigating the MQ2 system tray icon and loading a profile) is one of my favorite features. I know I can setup MQ2AutoLogin.ini for command type login, but I have a suggestion. What about a command line argument to MQ2 to do something similar. For example macroquest2.exe <PROFILE> where <PR...
by MacQ
Mon Apr 01, 2019 11:01 am
Forum: MQ2::Development::Feature Discussion
Topic: MQ2EQBC Mod for window mode
Replies: 1
Views: 561

Re: MQ2EQBC Mod for window mode

Thanks dewey2461, it will be nice to see that pushed to the public version. Previously I used a version of EQBC server on one of my Linux boxes, but for Windows, here is a suggestion... When you launch MYSEQ server there is an option to allow it to automatically minimize at launch, would that be pos...
by MacQ
Tue Mar 26, 2019 4:29 pm
Forum: MQ2::Development::Feature Discussion
Topic: Commands from MQ2 to MySEQ
Replies: 1
Views: 557

Commands from MQ2 to MySEQ

I know this is not the MySEQ (Windows version) forum, and I also know this could be a hell of a lot of programming for limited reward, but here's the idea anyway. I think it would be cool to have the ability, from MQ2, to send a "command" to MySEQ (running on the same computer). For exampl...
by MacQ
Mon Mar 25, 2019 12:18 pm
Forum: MQ2::Help
Topic: Compile out of Date
Replies: 10
Views: 2225

Re: Compile out of Date

Having used MQ2 for over 15 years, I think the Builder is fantastic and has made my life a little easier … ESPECIALLY … since the Builder includes support/updates for most all the popular Plugins. Yes, the Builder costs an annual fee, but that is to pay for the hard costs (i.e., hosting costs) to ke...
by MacQ
Thu Dec 13, 2018 1:41 pm
Forum: MQ2::Development::Feature Discussion
Topic: Extend ${Me} to include Feared/Silenced/Invulnerable
Replies: 3
Views: 1097

Re: Extend ${Me} to include Feared/Silenced/Invulnerable

Great suggestions. These different ${Me.xxx} conditions, if possible, would be fantastic.
by MacQ
Mon Oct 30, 2017 10:19 pm
Forum: MQ2::Development::Feature Discussion
Topic: AchievementsWnd TreeView
Replies: 4
Views: 885

Re: AchievementsWnd TreeView

dewey2461, If you can create this kind of macro, that would be amazing. Three years ago you helped by developing a similar macro for determining needed collections. I always remembered that macro and how you navigated the tree. Hopefully you will do the same with progression. https://macroquest2.com...
by MacQ
Sat Aug 05, 2017 5:00 pm
Forum: MQ2::Development::Feature Discussion
Topic: Mod MQ2Cast to find best spell version
Replies: 13
Views: 2572

Re: Mod MQ2Cast to find best spell version

Swifty,

Are you making a change to /cast in the MQ core?

If so, would that mean /cast "${Spell[${SpellName}].RankName}" would no longer work?
by MacQ
Thu Aug 03, 2017 12:59 pm
Forum: MQ2::Development::Feature Discussion
Topic: Mod MQ2Cast to find best spell version
Replies: 13
Views: 2572

Re: Mod MQ2Cast to find best spell version

I don't use MQ2Cast, so I don't know it well. I use a modified version of SpellCast.inc that does not require the "rank" of a spell. You just call the subroutine with the spell name and the subroutine deals with the rank. If that is not true with MQ2Cast, I can see it can be a hassle.
by MacQ
Fri Jul 21, 2017 5:40 pm
Forum: MQ2::Development::Feature Discussion
Topic: Feature Request: /mqpause #
Replies: 5
Views: 1288

Re: Feature Request: /mqpause #

I realize this is not as clean as your suggestion of adding a timer value to /mqpause ##, but until/if that feature is added, you could probably accomplish something similar by setting up an #Event in your macro. You might trigger the #Event with some command like a tell, a say, or even a command fr...
by MacQ
Wed Jul 05, 2017 3:20 pm
Forum: MQ2::Bug Reports
Topic: /face not working as expected
Replies: 7
Views: 1254

Re: /face not working as expected

This looks to be a nice addition to MQ, hope to see it in a future release.
by MacQ
Sun Jan 08, 2017 11:59 pm
Forum: MQ2::Help
Topic: EQBC Server -- massive command lag on Windows 10 (Solved)
Replies: 16
Views: 4576

Re: EQBC Server -- massive command lag on Windows 10 (Solved

Thanks for the heads up on that command EQMule. I can see it's defiantly a handy command.

It might make a nice addition to store the priority in an INI file, maybe the Macroquest.ini.
by MacQ
Sun Jan 08, 2017 4:06 pm
Forum: MQ2::Help
Topic: EQBC Server -- massive command lag on Windows 10 (Solved)
Replies: 16
Views: 4576

Re: EQBC Server -- massive command lag on Windows 10 (Solved

Thanks EQMule, that command slipped by me. I just found it in your 17 June, 2016 release notes.

When you /setprio, is that saved in an INI file for use again or do we need to /setprio each time we start MQ/EQ?