dirtyjobs 14 Posted April 26, 2016 Share Posted April 26, 2016 This is also not working for me on 3.3.5a. i tried the 2 custom commands and the gohome, stay, etc and nothing works at all. would be great if this did. Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/?page=2#findComment-13541 Share on other sites More sharing options...
saleh 13 Posted April 27, 2016 Author Share Posted April 27, 2016 can you share the snsp shot or party comand setting file and which chat chanel you use it is for party chat /p Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/?page=2#findComment-13546 Share on other sites More sharing options...
dirtyjobs 14 Posted April 28, 2016 Share Posted April 28, 2016 so i did what the directions said and put it in the plugin folder and it shows up in wrobot and its all default settings... shouldnt it work in party chat? do you have to set what channel its supposed to be in? ((int)msg.Channel == 49 || msg.Channel == ChatTypeId.PARTY)) this is in Party chat commands.cs I notice if i say it in party chat on one of the bots it works, but if i say it on my non bot wow it doesnt work. I have 4 bots making a dungeon grp with me and I'd like to be able to tell them to stop or pause while i go pull but if i have to switch over to a bot wow and say stop then, its kinda silly. EDIT: ok so if im not the party leader the chat commands work. so its something to do with the prefix in chat maybe? if i pass lead to a bot and say gohome all the bots hearth. glad we figured this out. Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/?page=2#findComment-13564 Share on other sites More sharing options...
BetterSister 367 Posted April 28, 2016 Share Posted April 28, 2016 3 hours ago, dirtyjobs said: so i did what the directions said and put it in the plugin folder and it shows up in wrobot and its all default settings... shouldnt it work in party chat? do you have to set what channel its supposed to be in? ((int)msg.Channel == 49 || msg.Channel == ChatTypeId.PARTY)) this is in Party chat commands.cs I notice if i say it in party chat on one of the bots it works, but if i say it on my non bot wow it doesnt work. I have 4 bots making a dungeon grp with me and I'd like to be able to tell them to stop or pause while i go pull but if i have to switch over to a bot wow and say stop then, its kinda silly. EDIT: ok so if im not the party leader the chat commands work. so its something to do with the prefix in chat maybe? if i pass lead to a bot and say gohome all the bots hearth. glad we figured this out. It is warmanes server related problem. Bot doesn't know how to read the party leader channel properly. I found the same issue a while back Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/?page=2#findComment-13566 Share on other sites More sharing options...
Droidz 2738 Posted April 28, 2016 Share Posted April 28, 2016 After "var msg = chat.ReadMsg();" (line 34) you can add this line: Logging.Write("Channel = " + ((int)msg.Channel) + " (message: " + msg.Msg + ")"); (this line writte in log tab the channel number, when you get channel number, you can remplace 49 in "(int)msg.Channel == 49" by your channel number) dirtyjobs 1 Link to comment https://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/?page=2#findComment-13568 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