What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin - Monitoring] QuickIRC - An IRC Monitoring and Control by Apoc & wired420

Plugin from C:\BH\Plugins\QuickIRC could not be compiled! Compiler errors:
File: Level.cs Line: 118 Error: 'Styx.Helpers.InfoPanel' does not contain a definition for 'HonorPerHour'
File: Level.cs Line: 118 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'Honor' and no extension method 'Honor' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
 
[12:42:40 PM:377] File: Level.cs Line: 118 Error: 'Styx.Helpers.InfoPanel' does not contain a definition for 'HonorPerHour'
File: Level.cs Line: 118 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'Honor' and no extension method 'Honor' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
any idea how to fix this? :) Ty

Edit 2: It's okay, I actually removed that line which was related to PvP if i'm not wrong. It's working well now again! If anyone needs it, get this attachment I just amended after reading Apoc's thread.
hopefully it can tide on till there's an update from Apoc himself. Btw, really thanks so much for the wonderful plugin!

NOTE: can't u/l here, my attachment link seems to be buggy atm. will do when i get back ;)
 
Last edited:
Update

They took Honor/Hr and Honor readings out. So I've had to remove that. The rest of it has been made up to date.
 

Attachments

Would love this ported to Jabber, so I can get push messages on my Android phone :P
 
http://code.google.com/p/jabber-net/

Ask and you shall receive :-)

edit: was having a brain fart, with some huge work, this could even provide live-video of the game client trough xmpp/jabber o.O provided HonorBuddy could/would support this.
 
Last edited:
I were wondering if it was possible to implant a few more functions like, getting a position on where your bot is in the world, like the zone.. and if possible could one make it write "instancebuddy" information?
 
I were wondering if it was possible to implant a few more functions like, getting a position on where your bot is in the world, like the zone.. and if possible could one make it write "instancebuddy" information?

Give me the info you want it to spit out, and I'll see if I can add it.

Also; working on Jabber support.
 
Give me the info you want it to spit out, and I'll see if I can add it.

Also; working on Jabber support.

Pretty much everything Instancebuddy says in the "log" in honorbuddy if that causes too much spam then just, which instance it joined, who was set as tank..
 
Hi, the download links seems top be broken. can pls upload a new link?

thx!

Use the last link a couple of posts above that works. Great job anyway, but is there a way to get a kind of ascii map about the character and mobs/items around it? It might be a hard work, but woudl help to imagine, whats going on:)
 
Apoc, how hard is it to add something like if not in a battleground, if you die, say it on IRC "I have died -> (X person killed me)" .. I play on a pvp server and to know that my bot is being ganked would be nice =)

I need to learn how to make plugins hehe =) going to try to add it myself =)

anyways..thanks again for this plugin :)

-LG
 
Last edited:
Other ideas:

- Notify on Achievment Earned: "I have earned <achievmentid OR name>"
- Notify the dungeon IB entered in: "I have entered <dungeon>"
- Notify on Deaths (doesn't seem to do it inside instances now): "I died in <instance / battleground / zone>, killed by <who killed me>."
- Notify when bot changes status to repairing, vendoring, mailing

Simplify chat commands:
Code:
!w <name> - Whispers <name>
!r - reply to last whisper
!p - party
!g - guild
!s - say
!bg - battlegroup
!r - raid

Automatic Hourly Stats, something like:
Code:
I'm a lvl <level> <class>, I've been running for <x hours/minutes> in <botname> mode. In this time I've killed <kills> (<killshr>/hour), I died <deaths> times.
+
Code:
if botname == pvp : I've been earning <honor/hr>, in <bgsplayed> battlegrounds (W: <winbgs>, L: <lostbgs>)
if botname == grind/leve : I've been earning <xp/hr>, looted <loots> so far.
if botname == instancebuddy : I've been earning <xp/hr>, have been in <instancesplayed> so far. (eventually how many JPs earned, but i'm not sure if HB reports that at the moment)
+
Code:
Next report will be at <currenttime+1hr>

Other commands:

Code:
!mute <player/channel> [minutes] - would mute a player/guildchat/saychat/bgchat/raidchat/partychat for X minutes, defaults to 5
!watchloot <itemid> - report when bot loots certain item

others to follow :-)
 
Can't get it to compile..


Plugin from C:\Program Files\Honorbuddy\Plugins\QuickIRC could not be compiled! Compiler errors:
File: IrcConnection.cs Line: 81 Error: The type or namespace name 'WoWChatEx' could not be found (are you missing a using directive or an assembly reference?)
File: IrcConnection.cs Line: 86 Error: The type or namespace name 'WoWChatEx' could not be found (are you missing a using directive or an assembly reference?)
File: IrcConnection.cs Line: 91 Error: The type or namespace name 'WoWChatEx' could not be found (are you missing a using directive or an assembly reference?)
 
Read the fuckin' full post, then complain about not being able to compile.
 
Back
Top