RatingBuster Classic

RatingBuster Classic

51.6k Downloads

Offhand isn't calculating correctly.

darkcloud784 opened this issue ยท 5 comments

commented

image

commented

@raethkcj No update to this issue? Seems to still happen on 1.0.10.

commented

All the patterns and calculations are correct, the game just doesn't consistently send data as soon as you mouseover an item.

commented

All the patterns and calculations are correct, the game just doesn't consistently send data as soon as you mouseover an item.

Weird, is there a reason for this?

commented

Yeah, for items that your client doesn't have cached, the server presumably needs to do a database lookup before responding with the info. The response is async so that neither your client nor the server gets locked. To players this normally looks close to instant but addons can see the empty data. Can probably be fixed for this addon in a couple different ways but I haven't had time to do so yet.

commented

Yeah, for items that your client doesn't have cached, the server presumably needs to do a database lookup before responding with the info. The response is async so that neither your client nor the server gets locked. To players this normally looks close to instant but addons can see the empty data. Can probably be fixed for this addon in a couple different ways but I haven't had time to do so yet.

Thank you for the detailed response and explanation. Hopefully you can get some time to put in the fixes you mentioned.