saleh 13 Posted March 19, 2016 Share Posted March 19, 2016 Hello how can i make a spell run after Party1 say "TEXT01" in party chat this action run spell Thanks Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/ Share on other sites More sharing options...
BetterSister 367 Posted March 19, 2016 Share Posted March 19, 2016 this would be useful for using hearthstone etc Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13004 Share on other sites More sharing options...
saleh 13 Posted March 19, 2016 Author Share Posted March 19, 2016 for example yes Garisson abilty Healing Macro etc Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13006 Share on other sites More sharing options...
Droidz 2738 Posted March 20, 2016 Share Posted March 20, 2016 Hello, http://wrobot.eu/files/file/650-party-chat-command/ saleh 1 Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13008 Share on other sites More sharing options...
saleh 13 Posted March 20, 2016 Author Share Posted March 20, 2016 ohhhhh , Thanks Droidz you make my day :) Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13010 Share on other sites More sharing options...
saleh 13 Posted March 20, 2016 Author Share Posted March 20, 2016 Can we add the Garison abilty :) small help to use the plugin :) Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13011 Share on other sites More sharing options...
BetterSister 367 Posted March 20, 2016 Share Posted March 20, 2016 it's easy to edit the plugin after the base is done Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13012 Share on other sites More sharing options...
saleh 13 Posted March 20, 2016 Author Share Posted March 20, 2016 ok , can you show me how to make a command to run /use Banner of Cooperation Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13013 Share on other sites More sharing options...
Droidz 2738 Posted March 20, 2016 Share Posted March 20, 2016 To add/edit commands, in "Plugins" tab, select "Party chat command.cs" and click on button "Settings for selected plugin" and: saleh 1 Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13014 Share on other sites More sharing options...
saleh 13 Posted March 20, 2016 Author Share Posted March 20, 2016 Thankssssss Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13016 Share on other sites More sharing options...
saleh 13 Posted March 20, 2016 Author Share Posted March 20, 2016 Please is there a command (C ) to Interact with NPC ? Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13020 Share on other sites More sharing options...
iMod 99 Posted March 21, 2016 Share Posted March 21, 2016 I think you can use the interact method in c# Quote Interact.InteractGameObject(uint, bool) // npc id, stopMove Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13021 Share on other sites More sharing options...
saleh 13 Posted March 21, 2016 Author Share Posted March 21, 2016 i try this code not work , Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13023 Share on other sites More sharing options...
Droidz 2738 Posted March 21, 2016 Share Posted March 21, 2016 Hello, To interact with current target of party leader use csharp code: if (wManager.Wow.Helpers.Party.IsInGroup()) { wManager.Wow.Helpers.Interact.InteractGameObject(new wManager.Wow.ObjectManager.WoWPlayer(wManager.Wow.ObjectManager.ObjectManager.GetObjectByGuid(wManager.Wow.Helpers.Party.GetPartyLeaderGUIDHomeAndInstance()).GetBaseAddress).TargetObject.GetBaseAddress); } To interact with nearest npc: if (wManager.Wow.Helpers.Party.IsInGroup()) { wManager.Wow.Helpers.Interact.InteractGameObject(wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWUnit(wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWUnit()).GetBaseAddress); } Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13025 Share on other sites More sharing options...
BetterSister 367 Posted March 22, 2016 Share Posted March 22, 2016 doens't work for me on wotlk. None of my bots in party do anything when i say any command that is configurated like "gohome", "pause" Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13029 Share on other sites More sharing options...
Droidz 2738 Posted March 22, 2016 Share Posted March 22, 2016 8 hours ago, betterSister said: doens't work for me on wotlk. None of my bots in party do anything when i say any command that is configurated like "gohome", "pause" I have tested the two codes and this works on wotlk. Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13031 Share on other sites More sharing options...
BetterSister 367 Posted March 22, 2016 Share Posted March 22, 2016 nothing works for me not even the custom codes :/ probably doing something wrong Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13032 Share on other sites More sharing options...
BetterSister 367 Posted March 22, 2016 Share Posted March 22, 2016 Does it have to be enabled on the player that says commands to other bots? Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13033 Share on other sites More sharing options...
BetterSister 367 Posted March 22, 2016 Share Posted March 22, 2016 Umm... my main character that yells commands won't make bots do anything but character that has the plugin on can control other bots Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13034 Share on other sites More sharing options...
saleh 13 Posted March 22, 2016 Author Share Posted March 22, 2016 i test the code and it work Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13035 Share on other sites More sharing options...
BetterSister 367 Posted March 23, 2016 Share Posted March 23, 2016 17 hours ago, saleh said: i test the code and it work Try having bot in party and nonbot character tells commands. Doesn't work for me atleast Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13040 Share on other sites More sharing options...
saleh 13 Posted March 28, 2016 Author Share Posted March 28, 2016 hello i have a qustion about this plugin how can i use /w to give slave toon command not Party chat ? Thanks Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13145 Share on other sites More sharing options...
Droidz 2738 Posted March 29, 2016 Share Posted March 29, 2016 10 hours ago, saleh said: hello i have a qustion about this plugin how can i use /w to give slave toon command not Party chat ? Thanks Edit "Party chat command.cs" with notepad and replace (line 35): (int)msg.Channel == 49 || msg.Channel == ChatTypeId.PARTY by msg.Channel == ChatTypeId.WHISPER saleh 1 Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13146 Share on other sites More sharing options...
saleh 13 Posted March 29, 2016 Author Share Posted March 29, 2016 Thanks Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13153 Share on other sites More sharing options...
saleh 13 Posted March 29, 2016 Author Share Posted March 29, 2016 How can i make the salve toon use a portal or collect healthstone or collect food [Conjure Refreshment Table] ? Thanks Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/#findComment-13154 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now