Search found 35 matches

by OnyxSkyDV
Mon May 24, 2004 1:22 am
Forum: MQ2::Macros::Requests
Topic: Med to full then camp?
Replies: 7
Views: 2327

Med to full then camp?

Anyone have an updated macro to Med to full mana and health then camp to the desktop?

Thanks!

OnyxSkyDV
by OnyxSkyDV
Mon Mar 08, 2004 10:53 pm
Forum: Macro Depot (MQ1)
Topic: Rogue.mac - updated Jay script
Replies: 22
Views: 7802

Thanks!

Ok, cool. I thought it was supposed to, so I assumed I was doing something wrong. I'll see what I can tack on.

Thanks for the killer code!

OnyxSkyDV
by OnyxSkyDV
Mon Mar 08, 2004 3:35 pm
Forum: Macro Depot (MQ1)
Topic: Rogue.mac - updated Jay script
Replies: 22
Views: 7802

Using this to @box Necro and Rogue

I tried this out, with me on my necro and the rogue assisting the pet, and the fight went perfectly, but after the fight the roge stood there staring at the mob's body as opposed to following the pet back to the original guard spot (fearkiting). Any idea why that is the case? (Am I wrong in assuming...
by OnyxSkyDV
Wed Feb 04, 2004 3:56 pm
Forum: Macro Help (MQ1)
Topic: Problem with quest turnin macro.
Replies: 5
Views: 1500

Syntax

Ya, as I mentioned in the post above, I figured that would be the correct way.

Can you tell the the syntax/name of the window slots? is it givewindow1 - 4?

OnyxSkyDV
by OnyxSkyDV
Wed Feb 04, 2004 10:45 am
Forum: Macro Help (MQ1)
Topic: Problem with quest turnin macro.
Replies: 5
Views: 1500

Clarification

Sorry, I noticed a typo that might have made it unclear. This macro will turn a predetermined number of items into a NPC (not NOC) but from what I can tell the syntax does this by clicking on the npc, which ends up putting all 4 items in the first slot as opposed to 1 per open slot. I am using the c...
by OnyxSkyDV
Tue Feb 03, 2004 7:17 pm
Forum: Macro Help (MQ1)
Topic: Problem with quest turnin macro.
Replies: 5
Views: 1500

Problem with quest turnin macro.

When I use the handin or questitem macro to turn in items to a quest npc in mass quantaties, it clicks the item on the noc, not the quest turnin window, so it ends up doing a turn in with a single stack of 4 items, instead of 4 unstacked items, and you get only one faction hit. Can anyone help with ...
by OnyxSkyDV
Sun Jan 04, 2004 11:11 pm
Forum: Macro Help (MQ1)
Topic: Trouble with item linking macro
Replies: 4
Views: 1220

Nope, that was not it.

No change at all. Whether or not I hard code the ini file path (and I can see the item get written into the ini file) it only lists back the numeric value of the link, not the link itself. Maybe the link is not working within the MQChat window. I will try and default the output to the normal chat wi...
by OnyxSkyDV
Sun Jan 04, 2004 11:06 pm
Forum: Macro Help (MQ1)
Topic: Trouble with item linking macro
Replies: 4
Views: 1220

Path edit

I changed the path to just a default file name, which creates the file in the MQ macro folder, but I can try hard coding the full path name.

I'll give that a shot and see how it does.

Onyx
by OnyxSkyDV
Sun Jan 04, 2004 3:45 pm
Forum: Macro Help (MQ1)
Topic: Trouble with item linking macro
Replies: 4
Views: 1220

Trouble with item linking macro

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

That topic had a nice little macro so save and relist item links in the game, yet I seem to be unable to get it to play back the links.

Anyone able to offer some assistance with this?

thanks!

Onyx
by OnyxSkyDV
Fri Aug 01, 2003 5:27 pm
Forum: Games::Everquest
Topic: Looking for info on 2boxing
Replies: 8
Views: 3025

Looking for info on 2boxing

Wondering if anyone had some advice or links for info on the best way to 2box 2 accounts. Druid and Ench. Seperate machines. I assume that some of these macros will help greatly, and will be exploring those options, just looking for any tidbits anyone has to offer.

Thanks!

Onyx
by OnyxSkyDV
Mon Jul 07, 2003 1:04 pm
Forum: Outdated Macros::Macro Help
Topic: Is /face safe?
Replies: 9
Views: 2852

Cool!

I like the sound of that, please share your code with us when you are done, I'd lke to see it. :)

OnyxSkyDV
by OnyxSkyDV
Mon Jul 07, 2003 11:17 am
Forum: Outdated Macros::Macro Help
Topic: Is /face safe?
Replies: 9
Views: 2852

just for combines

Na, I just use it for combines, and tend to try and find empty zones to do them in, so it should not be observed.

Thanks!

OnyxSkyDV
by OnyxSkyDV
Mon Jul 07, 2003 11:12 am
Forum: Outdated Macros::Macro Help
Topic: Is /face safe?
Replies: 9
Views: 2852

Is /face safe?

I remember hearing about /face being less that safe in some instances. If this correct, or just conjecture?

Thanks!

OnyxSkyDV
by OnyxSkyDV
Fri Jul 04, 2003 10:41 am
Forum: Outdated Macros::Macro Help
Topic: Sanity check please..
Replies: 6
Views: 1715

What I have found so far....

Some strangeness, maybe you all can tell me if this is normal or not... I finally got it cleaned up and running, and will post it after a few tweaks if anyone is interested. I found the following: Subs (including the events) would not run till I placed them about the Sub Main. It was like the parser...
by OnyxSkyDV
Thu Jul 03, 2003 11:33 am
Forum: Outdated Macros::Macro Help
Topic: Sanity check please..
Replies: 6
Views: 1715

cool

Right on, I was missing some basic layout rules I can see. The openpacks sub was not working before, which is why I commented it out, but I can see that being inside the sub main would throw it. The /return in the middle I threw in last night while trying to make it work, which it did not. I will re...