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