Ye, I had that aswell, haven't found a solution yet, my pc is finally fixed so I'm gonna go through the logs you've sent me and see if I can find something. Yeah, I messed up there, I'm not handling the information correctly.
3.0.2.2 Extreme logging should work, it follows the LogLevel settings set by the options in HB, so debug messages won't show if you have the setting at normal. Also, I did not see the Queue empty exception, I'm guessing it is from the Irc framework but I can't be sure, further testing is required.
Hi, worked great. Could you please upload a settings.xml with rnd stuff inside. i need an example. couz i'm running few bots and want to make for everyone a settings.xml.
Hey the plugin works fine. Thanks for it!!!!!!!!!!!!!!!! but got an problem. Gatherer1> 0 logged off <Gatherer1> 0 logged on <Gatherer1> 0 logged off <Gatherer1> 0 logged on <Gatherer1> 0 logged off any idea how to stop it?
I get the following messages in irc everytime it tries to load: <Name> (<address>) has joined <room * ChanServ sets mode: +b *<Address> * <Name> was kicked by ChanServ (You are not permitted to be on this channel.) The Name is registered and has a password, the channel is also registered and has a password. I have tried both passwords in the password field of the plugin settings and the same thing happens. The Name is registered with the channel and can join thru mIRC but can't join thru the plugin. Any ideas on how to correct this?
Chose another irc server, try irc.quakenet.org and join any channel that you want. Chanserv irc servers usually restricts users from joining if the settings made in that channel is set to ban non authed users.
Hello, Iam trying this out now. I got it to connect to IRC, and it works fine except that i have a few questions. When i loot something it doesnt announce it, and sometimes it says 1 logged on, 1 logged off. (whats that?) Can you go through the settings a little more on the front page by editing it or something so its a more walk in the park when installing it. +rep for this tho.
In the settings tab Is it possible to write %name or something like that (inside plugin settings) to make the Plugin display the name of the bot inside mirc instead of me manually setting it to like "Bot1" etc... I know about the !name of character inside mirc... I have 3 accounts and I swap a ton of chars using HBrelog (professionbuddy flipping etc...got 5 toons on each account so a total of 15 different names), it would be helpful if I could just glance at mirc to check which bot (character that is) is online instead of doing !status or !name.
Maybe its possible to change around some data: for example move StyxWoW.Me.Name into like _irc.Connect(ConfigValues.Instance.IrcAddress, ConfigValues.Instance.IrcPort); ---->>> _irc.Login(ConfigValues.Instance.IrcUsername, ConfigValues.Instance.IrcUsername[0]); _irc.RfcJoin(ConfigValues.Instance.IrcChannel); My programming skills are very rudimentary, but I do understand that styxwow.me.name gets the name from WoW. And IrcUsername gets the name of the bot from Settings in plugins Is it possible to do ---->>> _irc.Login(StyxWoW.Me.Name); ??
Seems to be kinda fubared when it comes to replying to anyone using any weird letters like: ?????? etc etc...
Cool. You seem to know alot about the code behind this plugin Jimmy. Would it be hard to do something like what I just said....wowstyx me name etc... and implement that into the bot so you can select just "display name of character" in plugin settings... Or just do it in code without the option to select...
When HB will come up again, i'll find time to fix issues in this plugin, just tell me what you want to be modified.
1. If possible, make the bot connect to IRC using the characters name as a setting by default. For those of us who have more than 1 bot and don't want to config them all. I just downloaded this plugin and it seems great, I opened the file and added my irc settings etc and the only thing I am not able to change is the name the bot assumes in IRC, because every bot has a different name. 2. If possible and it dsnt take too much effort make the bot able to send whispers to characters with names that contains funky letters ????? etc...
1. The point of using an array of nicknames (so multiple nicknames) is to avoid trying to connect with someone who's already connected with this one, I added a function to random 3 names based on current toon name. 2. I don't know why these don't work, I'm not used to those since I hate em' and in the code there's nothing wrong about encoding, nothing is changed, everything is passed as it's written on irc, if you're using the !reply don't expect it to work, for some odd reason it can't detect the replytarget... Anyway, got lot of things working as intented, still testing, i'll probably remove most of the commands which are useless or not functional... or maybe fix them. Any other things you want to add/modify?
possible to just grab the name from the character, add a 1,2 or 3 or even 4 after it and insert it into _irc.Login(ConfigValues.Instance.IrcUsername Hope you catch my drift, its mainly meant to make it faster and easier to configure if you're running multiple toons, like for professionbuddy.
I already done it, it adds a random number between 1-25 at the end of the name, and does it 3 times to have 3 different nicknames just in case, it's working atm.
Works with 2-3 bots, but having problems connecting with more. Do you know if for example quakenet has any IP-restrictions on more than 2-3 connections? And if so, do you know some IRC server which does not have any restrictions?