Search found 23 matches

by mercdev
Sun Nov 07, 2004 12:25 am
Forum: MQ2::Bug Reports
Topic: ${Me.AAExp} Reporting wrong number
Replies: 12
Views: 3395

What you are wanting has never been in the MQ code because it has never been found in memory. Wassup: I was reading the ${Me.AAExp} to mean "the number of AA points I have spent", since the entry directly following (AAPoints) said "Unused AA points". Yes, I know this is incorrec...
by mercdev
Sat Nov 06, 2004 8:11 pm
Forum: MQ2::Bug Reports
Topic: ${Me.AAExp} Reporting wrong number
Replies: 12
Views: 3395

Cr4zyb4rd wrote:Am I the only one that doesn't see anything the least bit unclear here? AAExp shows your experience and AAPoints shows your unspent points, just as the manual says. What's not clear?
Maybe you are if you can't determine what was unclear by reading the whole thread.
by mercdev
Wed Oct 20, 2004 3:20 am
Forum: MQ2::Bug Reports
Topic: ${Me.AAExp} Reporting wrong number
Replies: 12
Views: 3395

Code: Select all

int AAExp                  AA exp 
 
int AAPoints              Unused AA points 
 
Ok cool. Thanks for clearing that up Amadeus.

The readme could benefit from this clarification too. The above is the only thing mentioned, which lead me to believe otherwise.
by mercdev
Wed Oct 20, 2004 1:34 am
Forum: MQ2::Bug Reports
Topic: ${Me.AAExp} Reporting wrong number
Replies: 12
Views: 3395

It's correct.... I think what you're wanting is ${Me.PctAAExp} 'AAExp' is the actual number that's stored in memory, which...if you take that value and divide by 330, you'll get the % value. Either way, I think what you want is ${Me.PctAAExp} No, the Actual number of AA's I have spent as well as un...
by mercdev
Wed Oct 20, 2004 12:31 am
Forum: MQ2::Help
Topic: Compiling / Building macroquest2
Replies: 28
Views: 13654

Just get a student edition of Visual C++.Net and you're golden. Something similar to: http://www.gradware.com/ProductDetailT. ... uctID=5101 <- that

You won't get much more help beyond that.
by mercdev
Wed Oct 20, 2004 12:18 am
Forum: MQ2::Bug Reports
Topic: ${Me.AAExp} Reporting wrong number
Replies: 12
Views: 3395

${Me.AAExp} Reporting wrong number

The value returned when /echo'ing ${ME.AAExp} isn't reporting the correct number.

${Me.AAPoints} is still correct.

This is from the MQ2-20041014b build.
by mercdev
Fri Oct 15, 2004 4:38 am
Forum: MQ2::Help
Topic: MQ chat window missing
Replies: 21
Views: 7183

Wynson wrote:I'm not even getting that .ini file for some reason :D
You are beyond my ability to help, sorry :cry:
by mercdev
Thu Oct 14, 2004 6:46 pm
Forum: MQ2::Help
Topic: MQ chat window missing
Replies: 21
Views: 7183

in MQ2ChatWnd.ini [ServerNameHere.] ChatTop=10 ChatBottom=210 ChatLeft=10 ChatRight=410 Locked=0 WindowTitle=MQ Fades=1 Delay=1 Duration=500 Alpha=255 FadeToAlpha=255 BGType=1 BGTint.red=255 BGTint.green=255 BGTint.blue=255 FontSize=4 Specifically these 4 lines: ChatTop=10 ChatBottom=210 ChatLeft=10...
by mercdev
Thu Oct 14, 2004 2:32 pm
Forum: MQ2::Help
Topic: Can i make someone else's MQ2Main.dll work on my machine?
Replies: 18
Views: 4615

Fuck while we're asking things that are completely retarded, is there any way to Modify MacroQuest to do minesweeper? My wife beat me by 2 seconds on the small grid, and I want to stomp her even more. Yes, I know it would just be easier to edit the .ini file with a fake time, but jesus - MQ2 can do...
by mercdev
Thu Oct 14, 2004 2:22 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 177938

Yeah, I gotta say this macro is fantastic. Only feature I can think of adding is a tell command to get a list of available commands and what they do.. like /tell some_cleric01 cmdlist and have it respond in tells or chat something like, v = vitrue; hot me = <hot spell>, etc. Maybe the option to cha...
by mercdev
Thu Oct 14, 2004 2:18 pm
Forum: MQ2::Macros::Help
Topic: code problem...
Replies: 4
Views: 1368

Sub Main /twist 1 2 3 4 :hpcheck /if (${Me.PctHPs}<35) /goto :fade /goto :hpcheck :fade /attack off /twist stop /aa act "Fade" /echo FADE MEMORIES ACTIVATED!!! /vgroup 006 /echo Heal plz !!! /delay 10s /goto :hpcheck /return This should work without having to include any other files (howe...
by mercdev
Wed Oct 13, 2004 5:04 am
Forum: MQ2::Help
Topic: Cant Figure this out
Replies: 4
Views: 1425

dinput.h was taken from the The Microsoft DirectX 8.1b Software Development Kit The full SDK is available from www.microsoft.com You can either go the long route and install the SDK, which wouldn't solve your problem :twisted: , or just fix the include reference #include "..\Dxsdk81\include\di...
by mercdev
Wed Oct 13, 2004 3:53 am
Forum: MQ2::Macros::Requests
Topic: Bazaar
Replies: 2
Views: 1191

You want an actual "click" or just to target them?
by mercdev
Sun Oct 10, 2004 10:39 pm
Forum: MQ2::Macros::Requests
Topic: Auto Aquire new target
Replies: 11
Views: 3550

Most of the macros involving circ, bards for that matter, have something like this in them already.

Not trying to be a dick, just look a little harder :smile:
by mercdev
Tue Sep 28, 2004 1:00 am
Forum: MQ2::Bug Reports
Topic: More slot 9 fun :)
Replies: 0
Views: 836

More slot 9 fun :)

Sept 24th build, line 2598 in MQ2Commands.cpp

Change:

Code: Select all

   for (Index=0;Index<8;Index++) {
to

Code: Select all

   for (Index=0;Index<9;Index++) {
:wink: