Jump to content

Party chat command 1.2.0

   (1 review)

About This File

Party chat command

This plugin execute command (Lua code, c# code, use item or cast spell) when any party member send specific message in wow chat party channel.

Default commands (chat message > action):

Quote

 

How to use:

Quote
  • Move download file in folder "\WRobot\Plugins\".
  • (Re)Launch WRobot.
  • Go to tab "Plugins".
  • Select plugin "Party chat command.cs" and click on to activate it.
  • To add/edit command list, in "Plugins" tab, select "Party chat command.cs" and click on button "Settings for selected plugin".

 


What's New in Version 1.2.0   See changelog

Released

Fix API change for WRobot 2.x.x


User Feedback

Recommended Comments

Hey @Droidz I was thinking of implementing something like this for one of my plugins so that it can be triggered from a Gatherer Profile - e.g, a whisper command of 'DOSOMETHING'. Do you think this is easily detectable by blizzard?

Link to comment
Share on other sites

On 5/12/2018 at 4:27 PM, Ordush said:

This does not work anymore. Gives error "DevelopmentTools" does not exist

I have the same issue.

Link to comment
Share on other sites

Just now, Prangsta said:

Is this an updated working version?

Yeah, well i removed some code that was no longer working, i can't remember what i removed, i don't think you can call C# code with it anymore, but basic lua commands works fien.

Link to comment
Share on other sites

@Droidz Thanks for this. After about an hour of painfull testing, I determined that the party leader is not being treated the same as other party members when parsing data in party chat. Right now you cannot use the party leader to give commands until [Party Leader] is also added. Im looking into it now to add..

I added the below and things work better for the party lead now (the lead would naturally be who is giving commands)

LN 36

((int)msg.Channel == 51 || ((int)msg.Channel == 2 || ((int)msg.Channel == 49 || msg.Channel == ChatTypeId.PARTY))

 

 

Link to comment
Share on other sites

×
×
  • Create New...