Search found 20 matches

by rootmoth
Fri Jun 04, 2004 2:01 pm
Forum: MQ2::Bug Reports
Topic: another invalid pet body type
Replies: 0
Views: 665

another invalid pet body type

body type 18 is used by the beastlord epic NPC in Fungus Grove for his/her pet.

Drak Grazzah or something like that.

Currently lists as an invalid pet type.
by rootmoth
Tue May 18, 2004 7:56 pm
Forum: MQ2::Macros::Requests
Topic: Spawn logging?
Replies: 6
Views: 2008

The spawn ids are constantly incrementing. However, they eventually "wrap" and start over at 1.
by rootmoth
Tue May 18, 2004 7:16 pm
Forum: MQ2::Macros::Requests
Topic: Charm break
Replies: 4
Views: 1856

Wow, good one.

I have no intention of trusting my life to a macro. I expect to be actively attempting to keep myself alive, but MQ has faster reflexes than I do.
by rootmoth
Tue May 18, 2004 2:39 pm
Forum: MQ2::Macros::Requests
Topic: Charm break
Replies: 4
Views: 1856

Charm break

I'm planning on writing a macro that will detect charm breaks and trigger some recovery plan. Does anyone already have one? I figure it will do something like this. - event for "charm wore off" - announce the break to group - /dismount - duck out of any current spell - retarget former pet ...
by rootmoth
Mon May 03, 2004 7:05 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AutoBard Code is Cunning/ml2517 scripts together
Replies: 18
Views: 10808

You might be sitting at exactly the correct range. You code only checks for

Code: Select all

/if (${Target.Distance}<${Target.MaxRangeTo} ) { 
while if they are equal, your next section won't execute.

Try <= and see if it fixes it.
by rootmoth
Wed Apr 28, 2004 6:12 pm
Forum: Macro Depot (MQ1)
Topic: xpbeast.mac - Tuna's automated beastlord XP gain
Replies: 60
Views: 51395

Is anyone considering updating this macro for MQ2Data? I've been working on my version of it, but it has taken me a LONG time to even get it partially functional.
by rootmoth
Thu Apr 22, 2004 12:47 pm
Forum: Macro Help (MQ1)
Topic: MQ2Data broke all current macros that use $parms or old /if
Replies: 1
Views: 5789

I think the data system will rule the world once I fully understand it. That said, I can't find any information about how arrays are being handled now. I have some code I "reused" that is making use of 2 dimensional arrays and tries to reference them via this type of code. #@arrayname(@arr...
by rootmoth
Tue Mar 30, 2004 7:54 pm
Forum: Macro Help (MQ1)
Topic: Targeting the Forge
Replies: 12
Views: 2565

You mean "Flask of Water"?

I think thats the problem.
by rootmoth
Mon Mar 29, 2004 12:59 pm
Forum: MQ2::Bug Reports
Topic: /itemnotify now broken after 3/123 patch
Replies: 8
Views: 2443

Thanks Lax! Works fine now. One question though about /sellitem. When I execute /sellitem $selecteditem(count) it fails on anything that isn't stackable. It just doesn't sell it. Is there a way I can account for that? $selecteditem can't return stackable or not, and $cursor doesn't seem to be active...
by rootmoth
Fri Mar 26, 2004 11:27 am
Forum: MQ2::Bug Reports
Topic: /itemnotify now broken after 3/123 patch
Replies: 8
Views: 2443

Isn't anyone else having trouble with /itemnotify? I was so happy when I learned how to use it, then it stopped working on 3/23. It still isn't working after the 3/25 patch, which I hoped would resolve it. It just does nothing when used, and /sellitem fails as well. No error message, no CTD, just no...
by rootmoth
Wed Mar 24, 2004 3:38 am
Forum: MQ2::Bug Reports
Topic: /itemnotify now broken after 3/123 patch
Replies: 8
Views: 2443

/itemnotify now broken after 3/123 patch

It was working great for me prior to 3/23 build, but now it has no effect whatsoever when I use any itemnotify command. There is one exception actually. If I try to use "in pack2 4" it will throw an error if pack2 isnt open, but doesnt work when pack 2 is open. I've tested /itemnotify agai...
by rootmoth
Tue Mar 23, 2004 6:44 pm
Forum: Macro Help (MQ1)
Topic: SellAllMyCrap.mac ?
Replies: 2
Views: 1039

Your outline looks solid. Here is where I would do it differently. build a routine that selects each bag slot and does some stuff while it is selected. Within that routine, have it check for the item name and check it against your "keeper" list. You should be very certain that items you do...
by rootmoth
Tue Mar 23, 2004 5:47 pm
Forum: MQ2::Bug Reports
Topic: BUG:/itemnotify STILL bugged(Lax)
Replies: 7
Views: 1707

Three things. 1. Even when this works for me perfectly, the mouse just sits there. It isn't moving the mouse, and I think it isn't supposed to. 2. Is "/itemn in pack3 1 leftmouseup" correct for left clicking the item in first slot of pack 3? I could not find the "in packX" syntax...
by rootmoth
Thu Mar 04, 2004 6:47 pm
Forum: Macro Depot (MQ1)
Topic: bazaar.mac - Complete Bazaar Buy and Sell Script
Replies: 65
Views: 25142

Does anyone have an example of a line from the paths.ini file? The link to download it is now dead, and I cannot figure out how to produce my own paths.

I just want to understand the format of the file, not get the whole thing handed to me...
by rootmoth
Tue Oct 15, 2002 5:21 pm
Forum: Outdated Macros::Macro Depot
Topic: Archery.mac
Replies: 21
Views: 20843

The problem with this method is that its no better than using a gamepad to autofire your bow. As soon as you try to chat, it looks like this. 22222222222222222h2222222222222222i2222222222222222g222222222222222u22222222222222222y22222222222222s If I were going to use MQ to autofire my bow, I would wa...