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!

XP/H plugin

impris0n3d

New Member
Joined
Jan 15, 2010
Messages
16
Hey, ive noticed that in HB small form it doesnt show your xp/h, your kills per hour or even your deaths for the session! Maybe we can get a plugin that has a window to show these stats or something along those lines.
 
yeah that would be awesome.
but as a workaround - but by far not so mighty - you can use titanpanel or fubar inside wow
 
Hmmm yea ive tried setting that up before but when i would go to login the website it was always blank. Ill try and give it another go though.

Yea ive tried time and time again to get estat to work for me but no luck. HB runs fine so i dont think a firewall or something is blocking it but who knows.
 
Last edited:
Ok let me take a look if I can help you.

What kinde of browser do you use?

If you're using Opera it dosn't work. Got that experience on my mobile.

If you're using Firefox maybe dissable Ad-Block Plus!, No-Script or things like that. Also make sure that your browser allows cookies.

If you're using Internetexplorer - get a new browser - seriously!


Also make sure that you've settet it up right.
 
Using firefox. I tryed disabling block pop ups in the options still didnt work. I believe i have set it up right i put the plugin file into plugins folder, loaded HB enabled estat then closed HB. Then went into plugins folder and edited the estat config file to

username=imprisoned
password=XXXXXX
runTime=1
mytoonsname=badadin
CHARACTERNAME2=goodpally
CHARACTERNAME3=ALIASNAME
CHARACTERNAME4=ALIASNAME
CHARACTERNAME5=ALIASNAME
CHARACTERNAME6=ALIASNAME
CHARACTERNAME7=ALIASNAME
CHARACTERNAME8=ALIASNAME

then went to login on the estat site and it doesnt show any toon info =/.
 
Your setup looks right.

Try to use Internetexplorer for testing it. Maybe it's a bug of FF.
The Firefox-Popupblocker dosn't bock the page
 
If you're using Internetexplorer - get a new browser - seriously!

I lol'd at this.

But here, I made a simple way of doing this. I modified Kings plugin to fit your needs. I removed the SMS, and made it just report to the console (Log) with all the information you need. You can adjust the config to what time you want it to report information.

Hopefully this helps, if not I'll remove it.
 

Attachments

I use titanpanel to see xp/h, its an addon, can be found on curse.com it shows total gold on thataccount, how much repair will cost, xp/h, coords etc
 
Tried to run the plugin and got this error.

Plugin KingSMS-Remixed.cs could not be compiled! Compiler errors:
File: KingSMS-Remixed.cs Line: 93 Error: ) expected

fixed it ) was missing at end of line 93.

heres the fixed version in case anyone else wants it.
 

Attachments

Last edited:
Ahhh, forgot to add it.

Code:
slog("No mob has been killed in " + (disconnected / 60000) + " Min";

to

Code:
slog("No mob has been killed in " + (disconnected / 60000) + " Min");
 
Back
Top