Search found 13 matches

by Shark
Fri Sep 12, 2003 3:33 pm
Forum: MQ2::General
Topic: New Design
Replies: 17
Views: 20223

The format looks pretty neat but I have request for the download page. It shows a link to get IRC-latest.zip but does not show what date/time the zip was created which could cause a lot of extra and unneccessary downloads for people who have no way of telling if it is the same as the one they alread...
by Shark
Mon Sep 08, 2003 12:18 pm
Forum: MQ2::Development::Feature Discussion
Topic: Locations.txt Questions
Replies: 10
Views: 2509

try using /mouseto button buff_1

using that format it tells it dont try to interpret the name just use it as is.
by Shark
Mon Sep 08, 2003 12:04 pm
Forum: MQ2::General
Topic: /click problems corrected as of 06 Sep 03
Replies: 6
Views: 1974

I downloaded the current CVS and compiled also, /click does not work. It positions the mouse correctly but does not click.

edit: irc-latest in downloads now has the working /click

Thanks,
Shark
by Shark
Thu Aug 28, 2003 6:03 pm
Forum: MQ2::Development::Feature Discussion
Topic: Update to locations.txt
Replies: 6
Views: 1428

Nice start GD. I've regenerated the locations.txt file to include the shared bank slots and money as well as adding the confirmation dialog entries as you suggested. Sending locations.txt file to Mckorr for CVS but the new entries in the file are below: [confirm_yes] UILabel=ConfirmationDialogBox XM...
by Shark
Sun Jun 08, 2003 9:22 am
Forum: Outdated Macros::Macro Requests
Topic: Working Combine Macro
Replies: 7
Views: 2242

If you are having trouble actually hitting the combine button make sure that you have EQUI_Mouse.cpp version 1.4 from CVS. This was put in on May 28. The version of macroquest was not changed with this update so just having current version signiture of macroquest does not mean you have current mouse...
by Shark
Sun Jun 08, 2003 9:14 am
Forum: Outdated Macros::Macro Depot
Topic: Powerarrows.mac The original. Use powerarrows2
Replies: 67
Views: 21176

Great idea. Didn't realize combine button would work while trading with merchant. In your macro you have several instances of: /click left merchant up /click left merchant down As far as I can tell, the ParseMouseLoc routine just discards these because up is not a recognized value for merchant. What...
by Shark
Sun Jun 08, 2003 8:59 am
Forum: Outdated Macros::Macro Depot
Topic: Yet Another Tradeskill Macro.
Replies: 45
Views: 30924

For those who are not hitting the combine button correctly, make sure that the version of EQUI_Mouse.cpp that you are using is version 1.4. This was added to the CVS on May 28. If you are not using that version it will not adjust for the size of the pack to hit the combine button. Current CVS versio...
by Shark
Sun Jun 08, 2003 8:48 am
Forum: Outdated Macros::Macro Depot
Topic: Halas.mac - general purpose tradeskilling macro
Replies: 3
Views: 1688

Thanks Amadeus. Edited original post to add instruction comments at the beginning.
by Shark
Sat Jun 07, 2003 7:12 pm
Forum: Outdated Macros::Macro Depot
Topic: Halas.mac - general purpose tradeskilling macro
Replies: 3
Views: 1688

Halas.mac - general purpose tradeskilling macro

This macro has several features to aid in the construction of halas 10lb meat pies. It has commands to allow making parts and when they have all been made, for making the final combines. Calling of the macro is: /macro halas <shortname> [<quant>] where <shortname> is the name of the recipe you want ...
by Shark
Sat Jun 07, 2003 6:41 pm
Forum: MQ2::Development::Feature Discussion
Topic: Bug: /click left pack # done|combine
Replies: 9
Views: 1942

[Qoute] This is with MQ Version SRC-20030516 [/Quote] When the revised EQUI_Mouse.cpp was updated in CVS on 20030528 the MQ Version was not changed, so you may not have the correct version to parse the locations. The adjustments are only applied when using the mouseloc descriptions, not when specify...
by Shark
Sat May 31, 2003 1:00 pm
Forum: Outdated Macros::Macro Requests
Topic: revised Itemfarm.mac request
Replies: 21
Views: 13620

MoveMouse is called if you supply x y coords (they are not verified to be within the limits of your current resolution), or at the end of parsemouseloc ONLY IF you supplied a valid location. Otherwise it dumps an error message and does not try to move the mouse. It would be better to compute the are...
by Shark
Fri May 30, 2003 5:04 pm
Forum: Outdated Macros::Macro Requests
Topic: revised Itemfarm.mac request
Replies: 21
Views: 13620

Agreed, viewport and such would muck that up real bad. Also in as far as changing code at that spot in mouse.cpp it would never get there. The code would report and error and quit before it reached it. If you knew which view you were using and what the appropriate offsets were you could do a simple ...
by Shark
Wed May 21, 2003 1:40 pm
Forum: MQ2::Development::Feature Discussion
Topic: Fix for mouse movement problems using /mouseto and /click
Replies: 23
Views: 4476

When compiled with code in CVS the mouse was going nuts, different places everytime, sometimes at edge of screen, position i wound up was not consistent, every time typed /mouseto 500 500 abs it went somewhere else. I replaced CVS mousemove code with code provided by EqMule00 and get a toggling beha...