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

CowStats (Honorbuddy web monitor) - HB2 release

Line 305 needs to read

Code:
					"url(http://static.wowhead.com/images/wow/maps/enus/small/"+stats.zoneId+".jpg)");
 
does not work with 1.921

Plugin in folder C:\Users\Baby\Desktop\HB 1.921\Plugins\CowStats could not be compiled! Compiler errors:
File: CowStats.cs Line: 416 Error: "Styx.WoWItemQuality" enth?lt keine Definition f?r "None".
File: LootTracker.cs Line: 168 Error: Der Typ "uint" kann nicht implizit in "int" konvertiert werden. Es ist bereits eine explizite Konvertierung vorhanden. (M?glicherweise fehlt eine Umwandlung.)
 
Check your folder structure (see main thread). Blank page = index.hml not found

I'm currently improving cowstats and it runs quite well on HB beta.

I dont have any index file at all, I thought that was included? So what do I need to write in one if I gotta make it myself?

EDIT; Never mind, found the index, its in Plugins\CowStats\Resources, thats right place isnt it?
 
They changed how WowItem works now and added more fields for us, so I presume this needs to be updated accordingly. But this may facilitate access to more information we can use.
 
They changed how WowItem works now and added more fields for us, so I presume this needs to be updated accordingly. But this may facilitate access to more information we can use.

At the moment all chat events are broken, which means you still can't easily track loots. Same with the chat logger, which is broken because of this.

Loot tracking works fine nevertheless, I'm looking inside the WoWItem class to see what's interesting.

Keep in mind that my two current goals are to fix some cowstats exceptions and add the remote server functionality (so you can easily use this plugin if your port is closed).
 
Could we get an update on this?? This was a great addon!
 
hackfix..

cowstats.cs
comment this line 416
// values.Add(new KeyValuePair<WoWItemQuality, int>(WoWItemQuality.None, 0));

lootracker.cs
line 168
stack.count = (int) item.StackCount;

i thikn that's it.. if you're getting errors paste it..
 
hackfix..

cowstats.cs
comment this line 416
// values.Add(new KeyValuePair<WoWItemQuality, int>(WoWItemQuality.None, 0));

lootracker.cs
line 168
stack.count = (int) item.StackCount;

i thikn that's it.. if you're getting errors paste it..


It works... for about 10 secs. But seeing it in action makes me hope there will be more updates.
 
it should work for as long as you dont' press the "dont' send' button.. when the error pops up..

i'm in the process of seeeing if i can fix this or not :) or rewrite it
 
it should work for as long as you dont' press the "dont' send' button.. when the error pops up..

i'm in the process of seeeing if i can fix this or not :) or rewrite it


I should also note that it crashed WoW with it a few times. But thanks for looking in to it.
 
It is being updated, currently waiting for new features to be implemented in HB.
 
Excellent, cant wait for it to update, really would like to use this, looks excellent! may be able to bot from school/work with this :D good luck.
 
ty .. from where can i downlaod HB2 ?? i have HB 1.9.2.5 :(
 
Back
Top