MQ2 Helpdesk

Third party software discussion goes here.
moonrazor
Posts: 111

Re: MQ2 Helpdesk

Post#31 » Mon Sep 24, 2012 5:05 pm

Pretty much. MQ2 and it's plugins are pretty simple, so you have to find ways to work around it's simplicity. no parse is just a tool used to do that. Like I said, mainly for people using pets or clickables.

User avatar
Dellanx
Posts: 300

Re: MQ2 Helpdesk

Post#32 » Sun Oct 07, 2012 5:07 am

I am looking for a way to tell my wizard to keep nuking lets say Nuke1, Nuke 2, Nuke3 and Nuke4.

Thanks :D
Image
Created by Azera of Tribunal

moonrazor
Posts: 111

Re: MQ2 Helpdesk

Post#33 » Sun Oct 07, 2012 8:11 am

So you want your wizard to twist nukes until a mob is dead? Pretty sure that's possible, however that'll be a pain to do. This can go one of two ways, using a single spell gem to nuke till it's dead, or a spam-able macro set to pause in-between spells being cast.

The first way would be:

Code: Select all

/bct nameofwizard //casting "name of spell" gem1 -kill


The other way would be something like:

Code: Select all

/multiline ; /bct nameofwizard //casting "spell name 1" gem1 ; /pause 40 ; /bct nameofwizard //casting "spell name 2" gem2


In order for the second option to work, you'll have to pay attention to what spells are going off and when to renew the macro. Also you'll need at least /pause 30 for it to work, depending on spell cast time. This option will take some fiddling to get to work but it'll work.

There is a third option using spell sequence and provoke configuration with mq2melee, but it's complicated and I can't guarantee it'll work every activation.

Also keep in mind, ALL spells containing more then one word MUST be in quotations.

Moonrazor

User avatar
Dellanx
Posts: 300

Re: MQ2 Helpdesk

Post#34 » Mon Oct 08, 2012 8:35 pm

moonrazor wrote:

Code: Select all

/multiline ; /bct nameofwizard //casting "spell name 1" gem1 ; /pause 40 ; /bct nameofwizard //casting "spell name 2" gem2



Moonrazor


this works: /bct nameofwizard //casting "spell name 1" gem1 ;

says does not recognize command: /pause 40

displays this but does not cast: /bct nameofwizard //casting "spell name 2" gem2

Help!
Image
Created by Azera of Tribunal

moonrazor
Posts: 111

Re: MQ2 Helpdesk

Post#35 » Mon Oct 08, 2012 9:12 pm

try adding in /bct wizardname /pause 40. The other way works for me, but I have my own compile with some changes, using bct should work with mqemu's compile.


Moonrazor

User avatar
Dellanx
Posts: 300

Re: MQ2 Helpdesk

Post#36 » Mon Oct 08, 2012 9:26 pm

using titanium Classic - /pause 40 or /pause 30 don't work
Image
Created by Azera of Tribunal

moonrazor
Posts: 111

Re: MQ2 Helpdesk

Post#37 » Mon Oct 08, 2012 10:15 pm

try using /delay instead, If that doesn't work, you're going to have to rely on a single spell chain nuking. I honestly don't know why pause doesn't work for you. Does on my mqemu compile so it should for you as well.

Moonrazor

Stickybuds
Posts: 883

Re: MQ2 Helpdesk

Post#38 » Tue Oct 09, 2012 2:44 am

/pause is an EQ command, not really a MQ2 command (that would be delay). No idea why it wouldn't work for you, it should work with or without MQ2.

The only thing i can think of is placement. Are you putting pause on the same line as other commands? If so, generally it would go /pause 40, /next command. Or to be safe and if you can spare room, you might try putting it on it's own line.

Regards,
Sticky
Image

clarky2010
Posts: 36

Re: MQ2 Helpdesk

Post#39 » Tue Oct 09, 2012 12:42 pm

Does that really work?

say


/Cast 1 , Pause 40
/Cast 2 , pause 40
/Cast 3 , Pause 40
/cast 4 , Pause 40 etc

ive always done it like this for ingame macros
/Cast 1
/Pause 40
/cast 2
/pause 40
/cast 3

Tristhan
Posts: 293

Re: MQ2 Helpdesk

Post#40 » Tue Oct 09, 2012 1:02 pm

Read from right to left:

/pause 40, /cast 1
/pause 40, /cast 2
/pause 40, /cast 3
/cast 4


clarky2010 wrote:Does that really work?

say


/Cast 1 , Pause 40
/Cast 2 , pause 40
/Cast 3 , Pause 40
/cast 4 , Pause 40 etc

ive always done it like this for ingame macros
/Cast 1
/Pause 40
/cast 2
/pause 40
/cast 3

Return to “Third party software”

Who is online

Users browsing this forum: No registered users and 1 guest

cron