Search found 8 matches

by Arglemente
Sun May 17, 2020 5:43 pm
Forum: MQ2::Help
Topic: MQ2 for dummies
Replies: 43
Views: 19009

Re: MQ2 for dummies

So this is probably an over discussed item but I can't find a definitive statement to support: It appears no longer supported to build for live with the downloaded code and Visual Studio? I'm hacking the eqgame.h but things are just wrong. I'm completely fine donating to builder, but it's sometimes ...
by Arglemente
Wed Apr 15, 2020 4:07 pm
Forum: MQ2::Development::Feature Discussion
Topic: Overseer
Replies: 2
Views: 890

Overseer

Is there any effort already in place to identify the Overseer details?

If not, or separately, are there any resources on here to help get up to speed on identifying locations and offsets. I thought I remembered seeing such a thing many years ago.
by Arglemente
Mon Sep 25, 2017 9:49 am
Forum: MQ2::Macros::Help
Topic: Finding UI Window
Replies: 4
Views: 739

Re: Finding UI Window

Now THAT is information gold. As always thank you all.
by Arglemente
Mon Sep 25, 2017 12:40 am
Forum: MQ2::Bug Reports
Topic: FindItem/FindItemCount and Cursor Items
Replies: 4
Views: 654

Re: FindItem/FindItemCount and Cursor Items

That is amazing. Thank you.
by Arglemente
Sun Sep 24, 2017 11:43 am
Forum: MQ2::Bug Reports
Topic: FindItem/FindItemCount and Cursor Items
Replies: 4
Views: 654

Re: FindItem/FindItemCount and Cursor Items

Thank you. It's possible it changed a patch ago - I don't recall if I used my forage macro in the past month. Either way, I have modified my script (a variation on YAFF someone posted here many years ago) to compensate, but things are definitely different "recently" (last patch or two). Th...
by Arglemente
Fri Sep 22, 2017 10:34 am
Forum: MQ2::Bug Reports
Topic: FindItem/FindItemCount and Cursor Items
Replies: 4
Views: 654

FindItem/FindItemCount and Cursor Items

Before this last patch, FindItemCount included items on the cursor. This is no longer the case. If you have 10 in inventory and 1 on cursor ${FindItemCount[=Vegetables]} Will return 10. Previously it was 11. More importantly, if all are on cursor, count is 0. However FindItem appears to still factor...
by Arglemente
Mon Sep 18, 2017 2:18 pm
Forum: MQ2::Macros::Help
Topic: Finding UI Window
Replies: 4
Views: 739

Re: Finding UI Window

Son of a...

I searched and totally missed a dialog with the same name I used to ask for it "Confirmation"


Thank you muchly
by Arglemente
Sun Sep 17, 2017 12:29 pm
Forum: MQ2::Macros::Help
Topic: Finding UI Window
Replies: 4
Views: 739

Finding UI Window

Leaving an LDoN mission brings up confirmation dialog with text and "Yes"/"No" buttons.

Having trouble finding the name of that window so I can script auto-answering the question.

Any advice or nudging anyone has on this?