Im from Norway. Adding minutes till level and hours till level. Also adding auto update with AJAX. (makes updating really smooth)
Added nextlvl in minutes next level in hours ajax (smooth updating) countdown bar till next time page is refreshed Note you need both template.html and FoxMon.cs Enjoy
wow nice work man =) i have no time for conding at the moment... nice to see my plugin grow i will include it to the package when i come back from work in about 9 hours
I think I'm quite happy with this latest build. Added / Modified meta tag to not cache page (needed for ajax support in all browsers) styled percent bars smoother countdown bar Edit: Added screenshot. /j0achim
When you have Multiple Bots, simply make separate complete HB folders PER BOT. Now you can change the port number (4444) for every bot in the cs file ---> MULTIBOT :>
Update! Page will no longer give you the error page which says something about the page is not available in German. Enjoy! /j0achim
just found this plugin, i know it's a old thread, but is there anyway to remove the webserver part? and only make it export the html? also, im no javascript guru, but is it possible to change the update funtion on this? it seems to take the url from the browser and updating that. can i change it to a static url? updating is not working in iframes
Yes, simply reamove all the <script> </script> code in the header. (which will make it 100% static, meaning you will have to manually update the page for current data to show)
You need to look for errors in Debug tab of HB. In my case FoxMon couldn't find index.html and template.html. I've just changed 5 lines to exact paths. FoxMon.cs (lines 28 and 29): string templateFile = "d:/hb/Plugins/FoxMon/template.html"; string realFile = "d:/hb/Plugins/FoxMon/index.html"; ServerHandling.cs (lines 41, 52, 53): if (File.Exists("d:/hb/Plugins/FoxMon/" + filename)) if (File.Exists("d:/hb/Plugins/FoxMon/" + "index.html")) sendFile("d:/hb/Plugins/FoxMon/" + "index.html");
hi guys, sorry but i was not botting for a long time, because i stopped playing WoW for more familiy time nice to see that my plugin is still "alive"
Hey there, is there any possibility you could update this? Would be amazing since my HB crashes everytime i try to activate the plugin.