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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin] BuddyCon

hey thalord, honestly man your addon (BC2) is working way better than I imagined being very stable now. With all the problems I can see gone this thing runs like fire. The features it offers are excellent but its potential is outstanding for additional features like you have identified in your todo list. I'm very excited now!!!

I hope you don't mind but I would like to add some things to it myself to get a chance to wrap my head around C# with HB. Mind if I lend a hand by sending you some future rev's with additional features of which you might like to add in the future? and possibly a little feedback heh

Once again, I appreciate your hard work (I can see the amount of endless thought and coding that went into this) and I now think this is likely the best free and most powerful plugin available for HB.

Cheers!
 
hey thalord, honestly man your addon (BC2) is working way better than I imagined being very stable now. With all the problems I can see gone this thing runs like fire. The features it offers are excellent but its potential is outstanding for additional features like you have identified in your todo list. I'm very excited now!!!

I hope you don't mind but I would like to add some things to it myself to get a chance to wrap my head around C# with HB. Mind if I lend a hand by sending you some future rev's with additional features of which you might like to add in the future? and possibly a little feedback heh

Once again, I appreciate your hard work (I can see the amount of endless thought and coding that went into this) and I now think this is likely the best free and most powerful plugin available for HB.

Cheers!
Thanks ;)

Why not?! ^^ If you want send me your skype name in a PM if you want ;)
 
This is really awesome! So satisfying to control it from my browser :D. The only thing I could complain about is many duplicates come through on the browsers chat box.
 
Anyway you could make an option for the plugin not to log guildchat/battlegrounds or make it so that the android app doesn't make notifications on guild chat/battlegrounds chat? Thanks a lot!

EDIT: I found the line that pushes guild chat to the app. Line 281 of BuddyCon2.cs. Just comment it out and recompile and it won't send out guild notifications to the android app. Same thing with the other lines surrounding it, depending what notifications you don't want to receive.
 
I have been using this for about a week now and here is my report:

The functionality and server side functions(plugin itself) work great. The data is always accurate and real time. The app itself needs a little work. The android version of the app is slow and buggy. To refresh a page is a pain in the ass sometimes.

I would like to see a reply option when you are PM'd, a lot of names have alt codes in them now.

Great work all in all. Hope to see improvements!
 
Anyway you could make an option for the plugin not to log guildchat/battlegrounds or make it so that the android app doesn't make notifications on guild chat/battlegrounds chat? Thanks a lot!

EDIT: I found the line that pushes guild chat to the app. Line 281 of BuddyCon2.cs. Just comment it out and recompile and it won't send out guild notifications to the android app. Same thing with the other lines surrounding it, depending what notifications you don't want to receive.
http://i.imgur.com/QhKbF3w.png doesnt work?
I have been using this for about a week now and here is my report:

The functionality and server side functions(plugin itself) work great. The data is always accurate and real time. The app itself needs a little work. The android version of the app is slow and buggy. To refresh a page is a pain in the ass sometimes.

I would like to see a reply option when you are PM'd, a lot of names have alt codes in them now.

Great work all in all. Hope to see improvements!
Android App is in a total rework atm. Was stopped thanks to the patch -.-

"alt codes" ?
 
Could you add the ability to send commands to the client. such as /unstuck or /cast hearthstone please? would be great, thanks!

Sent from my HTC One using TheBuddyForum mobile app
 
Could you add the ability to send commands to the client. such as /unstuck or /cast hearthstone please? would be great, thanks!

Sent from my HTC One using TheBuddyForum mobile app
Sounds interesting. have to look into the HB API first if thats so easy possible.
 
i would change:

PHP:
        public BuddyConSettings2() 
            : base(Path.Combine(Path.Combine(Styx.Helpers.GlobalSettings.SettingsDirectory, "Settings"), string.Format("BudyConSettings2_{0}.xml", StyxWoW.Me.Name)))

to

PHP:
        public BuddyConSettings2() 
            : base(Path.Combine(Utilities.AssemblyDirectory, string.Format("Settings\\{0}\\{1}\\BuddyCon2Settings.xml", StyxWoW.Me.RealmName, StyxWoW.Me.Name))

and

PHP:
        public BuddyConGlobalSettings()
            : base(Path.Combine(Path.Combine(Styx.Helpers.GlobalSettings.SettingsDirectory, "Settings"), "BudyConSettings2.xml"))

to

PHP:
        public BuddyConGlobalSettings()
            : base(Path.Combine(Utilities.AssemblyDirectory, string.Format("Settings\\BuddyCon2GlobalSettings.xml"))

So the Char specific Options are in the Settings\REALM\CHARNAME Folder and the Global Option is in "Settings\" and not like now in "Settings\Settings\" ;-)
 
i would change:

PHP:
        public BuddyConSettings2() 
            : base(Path.Combine(Path.Combine(Styx.Helpers.GlobalSettings.SettingsDirectory, "Settings"), string.Format("BudyConSettings2_{0}.xml", StyxWoW.Me.Name)))

to

PHP:
        public BuddyConSettings2() 
            : base(Path.Combine(Utilities.AssemblyDirectory, string.Format("Settings\\{0}\\{1}\\BuddyCon2Settings.xml", StyxWoW.Me.RealmName, StyxWoW.Me.Name))

and

PHP:
        public BuddyConGlobalSettings()
            : base(Path.Combine(Path.Combine(Styx.Helpers.GlobalSettings.SettingsDirectory, "Settings"), "BudyConSettings2.xml"))

to

PHP:
        public BuddyConGlobalSettings()
            : base(Path.Combine(Utilities.AssemblyDirectory, string.Format("Settings\\BuddyCon2GlobalSettings.xml"))

So the Char specific Options are in the Settings\REALM\CHARNAME Folder and the Global Option is in "Settings\" and not like now in "Settings\Settings\" ;-)
Good Idea! Thanks ;)
Will add that in the next version (still in development, because of the new android app).
how exactly do i install budycon? can someone briefly explain, thanks
What part?
I think the "hardest" part is covered by this video http://www.thebuddyforum.com/honorbuddy-forum/honorbuddy-guides/26031-guide-how-svn-jvidia.html
 
Maybe you can make on the Website under "View Screenshots" a "Delete All" Screenshots Option (from this Char). And Optional a Option tho only Show Pictures sorted by Chat/Died/Level Up.

And by "Screenshot on Level Up" he Uploads the Screenshot twice.

A Option by Screenshot Chat would be nice if i can select what on the chat...example only yell and whisper.
 
Ok the change log clearly shows why its not working.

Attached is a fixed file dump this into the buddycon2 folder.

I changed the Styx.MemoryManagement ref to GreyMagic and it compiles.

I would commit this change but no SVN access to do so :P

Code:
* Styx.MemoryManagement has been removed and replaced with GreyMagic. This won't break the API as StyxWoW.Memory wrapper is still the same. Developers will need to reference GreyMagic.dll in their projects.
 

Attachments

Ok the change log clearly shows why its not working.

Attached is a fixed file dump this into the buddycon2 folder.

I changed the Styx.MemoryManagement ref to GreyMagic and it compiles.

I would commit this change but no SVN access to do so :P

Code:
* Styx.MemoryManagement has been removed and replaced with GreyMagic. This won't break the API as StyxWoW.Memory wrapper is still the same. Developers will need to reference GreyMagic.dll in their projects.
Thanks, found that too. Updated both Versions.
 
So the new native Android App is getting better and better. So i thought i show you all some screenshots ;)
 

Attachments

  • Screenshot_2013-10-04-00-51-06.webp
    Screenshot_2013-10-04-00-51-06.webp
    17.2 KB · Views: 165
  • Screenshot_2013-10-04-00-51-24.webp
    Screenshot_2013-10-04-00-51-24.webp
    8.1 KB · Views: 152
  • Screenshot_2013-10-04-00-51-30.webp
    Screenshot_2013-10-04-00-51-30.webp
    10 KB · Views: 180
  • Screenshot_2013-10-04-00-51-38.webp
    Screenshot_2013-10-04-00-51-38.webp
    14.3 KB · Views: 157
  • Screenshot_2013-10-04-01-10-46.webp
    Screenshot_2013-10-04-01-10-46.webp
    10.1 KB · Views: 154
Hammer Plugin mein Freund. So muss man keine Paranoia schieben. Auch das mit der Benutzeroberfl?che ist super. Nebenbei PROWL mit API und Prowl IOS App funktioniert auf dem iPhone... Nur ist mir irgendwie nicht ganz klar warum er, wenn ich auf Say in der Benutzeroberfl?che gehe und einen Befehl eingebe, diesen nicht ausf?hrt? W?rde gerne n?mlich meine Tasche kontrollieren oder zumindest einen Reportlog haben, damit ich schauen kann was er alles gesammelt hat.

Super Ding mach weiter so. Und bind am Besten ne Funktion f?r das Wechseln der Profile ein, die in einem Pfad liegen. Dann kann "Leveln" Spa? machen!

___________________________________________________________________________________

Genug gelobt! :P Ne im Ernst, es gibt immerhin wieder Verbindungsabbr?che wenn man BuddyCon nicht von Anfang an so startet wie er ist und dann keine ?nderungen mehr vornimmt. Bsp. Char 1 ist beim Start von HB eingeloggt. Ich hab kein Bock mehr drauf, will Char 2 reinsetzen - BuddyCon zeigt auf der Benutzeroberfl?che einen Char mit LVL 0 - what? :D

Auch wenn ich das fehlerhafte Profil in der Benutzeroberfl?che erstellt habe und dann Buddycon neu starte mit diesem Char, kann es auch sein dass ich manche Befehle wie Screenshotrequest, etc. nicht machen kann.

_____________________________________________________________________________________

Punkt 4 ich bin Grafiker, Werbebranche und wenn ich das Design so sehe, m?ssen wir da was ?ndern :D Ich wei? es ist ein Plugin und soll n?tzlich sein, aber dass sieht echt nicht so nice aus :D
______________________________________________________________________________________


Und mir haut es manchmal die Daten raus.
 
Back
Top