MQ2 Helpdesk

Third party software discussion goes here.
moonrazor
Posts: 111

Re: MQ2 Helpdesk

Post#21 » Sun Sep 23, 2012 12:05 am

Glad to hear it. Post back if you have anymore problems.


Moonrazor

Stickybuds
Posts: 883

Re: MQ2 Helpdesk

Post#22 » Sun Sep 23, 2012 3:00 am

Tang wrote:"
There's one thing that I haven't been able to figure out how to do, since I don't usually play pet classes: how can I tell my cleric to heal my mage's pet? Is there some sort of "XPlayer'sPet" target id?


I don;t play any pet classes but I think you can use this command to target the player's pet

Code: Select all

/bct Clericman  //target ${Group.Member[Mageman].Pet}


That should tell the cleric "Clericman" to target the pet of the mage "Mageman" no matter what his pet is named. To heal you can just follow up with a 2nd line that says

Code: Select all

/bct Clericman  //casting "BigHeal"



Btw i think this requires the NetBots plugin but that should come with even the most basic MQ2 complie, and you should have send and grab "on" on all toons already as per the setup guide for MQ2.
Image

Tang
Posts: 18

Re: MQ2 Helpdesk

Post#23 » Sun Sep 23, 2012 4:27 am

Stickybuds wrote:

Code: Select all

/bct Clericman  //target ${Group.Member[Mageman].Pet}


This returns:

No such 'int' member 'Pet'
[(msg)Cleric] //target NULL

moonrazor
Posts: 111

Re: MQ2 Helpdesk

Post#24 » Sun Sep 23, 2012 4:34 am

I only know of one command for this.

Code: Select all

${Me.Pet.ID}
Example: /bct cleric //casting "spellnamehere" gem(numberhere) -targetid ${Me.Pet.ID}


If you are not playing on the pet class, I'll need to do some thinking on the subject, I know you can do it but it's a pita iirc.

I'll post back if you need something different.

Moonrazor

Stickybuds
Posts: 883

Re: MQ2 Helpdesk

Post#25 » Sun Sep 23, 2012 5:53 am

ok i think i came up with something for if you are not playing on the pet class =)

there is a mq2 command called "/noparse" which instead of processing the command it sends the literal text that follows to that client, so they will then issue that command from that client instead of the one you actually issued it from. Very handy for this case with the ${Me} function.

so, using Clericman and Mageman again. This command can be issues from any other toon, say your tank, or even the cleric himself. the command should go as follows (tested and working)

Code: Select all

/noparse /bct Mageman //bct Clericman //casting "Faithful Light Rk. I" gem1 -targetid|${Me.Pet.ID}


Regards,
Sticky
Image

moonrazor
Posts: 111

Re: MQ2 Helpdesk

Post#26 » Sun Sep 23, 2012 6:31 am

Hah good catch, that would be it.

Tang
Posts: 18

Re: MQ2 Helpdesk

Post#27 » Sun Sep 23, 2012 8:32 pm

Works! Thanks Sticky!

User avatar
Dellanx
Posts: 300

Re: MQ2 Helpdesk

Post#28 » Sun Sep 23, 2012 10:57 pm

What does /noparse do? :D
Image
Created by Azera of Tribunal

moonrazor
Posts: 111

Re: MQ2 Helpdesk

Post#29 » Mon Sep 24, 2012 1:13 am

Dellanx wrote:What does /noparse do? :D


It was explained above, It tells mq2 not to parse the line from that character, instead to parse it from it's destination point.

Code: Select all

An example would be: /noparse /bct toonb //bct toonc //dosomething


This allows Toon A to send a command for toon B to type in, to have Toon C do. Usually, if you aren't dealing with pets or specific abilities/clicks, you wouldn't use no parse. Just handy to have around.

User avatar
Dellanx
Posts: 300

Re: MQ2 Helpdesk

Post#30 » Mon Sep 24, 2012 12:42 pm

So if one just orders buffs from tune A so that tune B casts them, then no pont in using /noparse ? :D
Image
Created by Azera of Tribunal

Return to “Third party software”

Who is online

Users browsing this forum: No registered users and 2 guests

cron