IRC Remote plugin BETA Released! Hey, I am working on a IRC plugin to HonorBuddy. It could be smart to use Haugli92's updater to keep the plugin updated! OPEN BETA is released ; ) (Thanks to all the people that are testing it) --------------------------------------------- ----------------- What can it do? The plugin will connect to a server you specify in the settings tab. When it is connected you can write different commands to it in IRC. Command list (current) (<.help> in IRC) ----------------- Code: {Welcome to SvergjaIRC ! List of commands:} .stopbot Will stop the current bot if any is running .status Gives you basic information about your character .target Gives you the current target if any target exists .arch Will start your Archaeology bot .grind <profile> Will start grind both with selected profile .pvp Will start the BattleGround bot .bgstats Will show you Win/Lose/Completed status of your pvp bot .mixed Will start Mixed mode (abit bugged with arch/BG) (from my experience) .quitmybot Will quit the bot and exit mirc (working on closing HB too) .ftpenable Will enable ftp (if you have disabled it in the GUI) .ftpconnect <Username> <Password> Will set the FTP Username and Password .ss <Server> Will take a picture of your wow(s) window(s) and upload it to the server specified Working on Code: Send whispers,guildmessages,say,yell and wow IM messages to IRC ----------------- GUI settings: Cheers, Svergja
Great tool m8. i think in th wiki section theres a few APIs. i think if you talk whit chinajade, he can tell you bether m8. Keep going
Sounds great, will deff have to try this out. If you find the codes or can make this happen, this all would be really cool: .startbot <bot type> (starts bots that i put there, PvP, Arch, GB2, etc) .stopbot (stops bot) .killwow (kills wow) .status player (shows current health | mana/rage/focus, etc | current XP | current zone .status target (shows target name | target level | target health | target mana/rage/focus,etc) .questlist (shows current quests on character) .itemcount <item id> (shows how many of an item you have by looking for the item ID) ^- going with that a .itemhelp (shows a list of predefined items i can save on computer like say Elementium Ore: 11111, Twilight Jasmine: 22222, or w/e I want to be able to track later) .profile <#> (can call .stopbot then do .profile <#> and have a saved user editable settings on computer like profile 1 is mining in Uldum, profile 2 is grinding in tanaris, or w.e user setting I make it) .goldcount (how much gold is on hand) .hearthout (hearths and logs out
Hey, Some of these functions is already finished ; ) but very good suggestions will add them when i get the API list from someone / finding out the API's myself
ADDED: Command list (current) come with more suggestions, if i like them i will add them Cheers, Svergja92
QUESTION: When you want to write to the game from IRC do you want to do it like: <.type s Hey!> or <.s Hey> where <s>=type of message <bg> = <bgchat>
Just 1 person who cares if its <.s> or <.type s>? It will be like <.whisp> / <.type w> <.bgc> / <.type bg> Any suggestions?
I suggest the following: .r = reply to latest whisper .w <name> whispers the name. .s .g .bg .raid and so on
I agree with P_0_T, but for me as developer i would do it like .type s You should create a poll or something and see what people means
Or just add a settings to your WinForm [_] Use .type <chat type> <message> [_] Use .<chat type> <message> That would be most useful
well, if i am going to code both its a abit of control + c --> control + v but... Its also alot you can't copy.
Sure, its some diffrence, but if i quess i think your source code look like: if (str.Contains(" " + CHANNEL + ": " + TRIGGER + ".type s") && AuthUser == ) { Chat.Type } All you need to change is the type command.