Edit: did some more checking... I guess I never noticed that the exe was distributed with the zip. I thought it was built. MQ's always built without a problem for me and I guess I never payed close attention to it.
I've been building MQ and MQ2 without issues for about 5 months now. Today I got a new download of the zip, unzipped it into a new directory. Ran MQ2Auth. Opened the .dsw file ( when I double clicked on the .sln it told me the selected file is not a valid Visual Studio solutions file ). Set MQ2Main ...
You can have insanely great or insanely poor runs on skill ups with the RNG. It's more or less luck. Unless you begin to do what I'd consider statistically accurate tests of the RNG ( minimum of 200 combines per run ). Then you'll see that all the tradeskills average between 20 - 30 combines per ski...
Thanks for the spiffy macro! I think this is one of the more useful functionalities of MQ. Macros like this just save you some mindless button mashing and stress on your hands. Something I very much appreciate. One question though, is there a way to make one of those special timers your epic? I know...
In the following code: Sub ResetWatchTargets /declare counter local /for counter 1 to @WatchTargetCount /target PC @WatchTargets(@counter) /delay 25 /if $target(name)==@WatchTargets(@counter) { /varset WatchTargetIDs(@counter) $target(id) } else { /call ChatOut 5 @MasterName "I failed to target...
I was thinking about this and I imagine they'll implement it the way spell menus are implemented now. That being you click on something then scroll down a menu of recipies and click on that. Every time. So if you want to tradeskill up you'll still have a bunch of clicking to do. Much less than befor...
Really glad to see this as carpal tunnel is what brought me to MQ in the first place. Sad that it took this level of screaming and attention to MQ for SOE to finally realize this was so sorely ( pun intended ) needed.
So do we know yet if anything was done server side to hamper MQ or check for MQ? I saw Lax's announcement saying that there were no client side changes and MQ didn't need patching, but nothing about security.
Found it! In bothealer.inc you have.. /if n [color=red]@WatchWaitCount>10 [/color]{ /if n @WatchTargetCount>0 { /for tempvar 1 to @WatchTargetCount /varadd HealCount 1 /varset HealTargets(@HealCount) @WatchTargetIDs(@tempvar) /next tempvar /varset WatchWaitCount 0 } } Decrease the number from 10 to ...
Grim, incredible macro. Just awesome! Thanks for all the hard work, it's very appreciated. Now a question :) Any way to make the whole thing go through a little faster? I'm running a cleric in a raid group with a few watchtargets turned on and it seems to only check those outside targets once every ...
I was thinking that it would be very cool to tie blue ninja's ae rezz macro into this so that I could send a command to my cleric to ae rezz. The original macro is here: http://macroquest2.com/phpBB2/viewtopic.php?t=3804 After looking at blue ninja's code, I decided that it would be best to make his...