Search found 31 matches

by NotHere
Tue Apr 27, 2004 12:45 am
Forum: Macro Depot (MQ1)
Topic: Forager.mac - A forage macro with ini support *MQ2DataTypes*
Replies: 7
Views: 10983

That sounds strange.

I left it running for 8 hours straight yesterday, and it destroyed all the items I had configured it to destroy, then kept the rest.

Could you post the part of the .ini that contains the zone you have problems with?
by NotHere
Mon Apr 26, 2004 1:19 am
Forum: Macro Depot (MQ1)
Topic: Forager.mac - A forage macro with ini support *MQ2DataTypes*
Replies: 7
Views: 10983

Forager.mac - A forage macro with ini support *MQ2DataTypes*

Heya. EvilB no longer seems to be around (his login to the board no longer exists), I have taken the liberty of updating his excellent foraging script to support MQ2DataTypes. This is a line-by-line conversion of the original at http://macroquest2.com/phpBB2/viewtopic.php?t=3272, with a few changes....
by NotHere
Fri Apr 23, 2004 4:55 am
Forum: Macro Requests (MQ1)
Topic: Mini Rogue mac
Replies: 2
Views: 5325

Well, you could take a look in the Depot forum?

http://macroquest2.com/phpBB2/viewtopic.php?t=6038

Seems to me it does what you want, and then some. :D

If you want something simpler, just modify it.
by NotHere
Fri Apr 23, 2004 12:07 am
Forum: Macro Depot (MQ1)
Topic: autodebuff.mac - Auto radius debuff macro - *New Parm Rdy*
Replies: 161
Views: 410710

has nothign to do with what you posted NotHere but might work out better for you n the canni / heal Yeah, been considering switching to using the heal functionality, but didnt really bother, since the "old" stuff worked out fine, and the char usually isnt grouped when running this macro (...
by NotHere
Fri Apr 23, 2004 12:05 am
Forum: Macro Depot (MQ1)
Topic: autodebuff.mac - Auto radius debuff macro - *New Parm Rdy*
Replies: 161
Views: 410710

It doesnt seem to "discover" incoming mobs in the area by itself. Mobs can go all the way from full health to dying without it noticing. Forgot to mention some of it. IF I target a mob that is in the area and is loosing health (I do this by /assist 'ing my main char), it starts debuffing ...
by NotHere
Thu Apr 22, 2004 4:15 pm
Forum: Macro Depot (MQ1)
Topic: autodebuff.mac - Auto radius debuff macro - *New Parm Rdy*
Replies: 161
Views: 410710

Heya. Having some probs with it now (version 1.41, MQ2 zip from April 21 2004 14:55:47) It doesnt seem to "discover" incoming mobs in the area by itself. Mobs can go all the way from full health to dying without it noticing. It does trigger my events just fine, and it used to work just fin...
by NotHere
Thu Apr 22, 2004 8:17 am
Forum: MQ2::Help
Topic: European keyboard
Replies: 4
Views: 991

Re: European keyboard

What country keyboard are you using?

I just checked the couple internation keyboards we have lying around the office, and all of those include some way to type { and }, but its a bit cryptic on some keyboards.
by NotHere
Sat Apr 17, 2004 1:36 am
Forum: Macro Depot (MQ1)
Topic: autodebuff.mac - Auto radius debuff macro - *New Parm Rdy*
Replies: 161
Views: 410710

Have a small problem with 1.25

If events and debuffs are paused from the beginning, doing

/echo hold

or

/echo events

unpauses them, but then instantly pauses them again?
by NotHere
Thu Apr 15, 2004 11:01 am
Forum: Macro Depot (MQ1)
Topic: fish2.mac Fishing with the fisherman's companion.
Replies: 29
Views: 11648

Troy_swe wrote:Could use a tip of to setup the autodestroy lines after recent patch, been pooking around but only crash so im out of ides..
Wait for next .zip to be uploaded, or go here: http://macroquest2.com/phpBB2/viewtopic.php?t=6272 :D
by NotHere
Wed Apr 14, 2004 6:03 am
Forum: Macro Requests (MQ1)
Topic: Spawn Tracker doobey?
Replies: 2
Views: 1476

Hi Shin.

I stopped using a macro for spawnchecking after the MQ2SpawnCheck plugin was released: http://macroquest2.com/phpBB2/viewtopic.php?t=5536

Using that one now, since it will alert while I have another macro running. :)
by NotHere
Wed Apr 07, 2004 10:10 am
Forum: Macro Help (MQ1)
Topic: Move to a loc
Replies: 3
Views: 1313

Presuming you have a clear line of sight to the loc: Sub MoveToLoc(Location) /keypress Forward Hold :AnchorLoop /if n ${Math.Distance[${Me.Y},${Me.X}:@Location]}<=10 { /keypress Forward /return } /face fast loc @Location nolook /goto :AnchorLoop /return This simply holds down the Forward key and kee...
by NotHere
Wed Mar 31, 2004 11:40 pm
Forum: MQ2::Bug Reports
Topic: Nested /if parsing.
Replies: 10
Views: 2093

Lax wrote:Fixed. MQ2-20040331b.
/cheer!
by NotHere
Wed Mar 31, 2004 3:43 pm
Forum: MQ2::Bug Reports
Topic: Nested /if parsing.
Replies: 10
Views: 2093

He said he has both enabled I have become better at reading (66)! Maybe he's overlooking the fact that he doesn't have them in the actual "test" code he's messing with. I guess in addition to the output DKAA asked for, post the entire piece of code you are testing. I wasnt aware that I ha...
by NotHere
Wed Mar 31, 2004 3:42 pm
Forum: MQ2::Bug Reports
Topic: Nested /if parsing.
Replies: 10
Views: 2093

Post the complete output from this macro. I expected the same as you, but what I actually get is: Checking spell (0) Tempest Wrath faded, and will be renewed Checking spell (1) Spell (1) matched Swarming Death faded, and will be renewed Checking spell (2) Eci's Frosty Breath faded, and will be rene...
by NotHere
Wed Mar 31, 2004 2:43 pm
Forum: MQ2::Bug Reports
Topic: Nested /if parsing.
Replies: 10
Views: 2093

Nested /if parsing.

Hi. It seems that nested /if parsing have been changed, and are bugged atm? Not sure when this changed, but it worked differently before the DX9 patch. Havent tried it before the 20040330 version, and there this issued occured. I am running with both MQ2DATATYPES and MQ2PARAMS enabled. The following...