Results: 4Comments by: dinah
File: BiteMe01-26-10
Look for function BiteMeScrollBar_U...
Posted By: dinah
Look for function BiteMeScrollBar_Update() in the biteme.lua file and change it to the following: function BiteMeScrollBar_Update() local line, lineplusoffset; local x = GetNumRaidMembers(); if x < difficulty then FauxScrollFrame_Update(BiteMeScrollBar,x,1,16); else x = difficulty FauxScrollFrame_Update(BiteMeSc...
File: BiteMe01-26-10
The refresh function is going to cr...
Posted By: dinah
The refresh function is going to create a list from your raid roster. You would need to test that functionality in a raid and I haven't had a chance to just yet.
File: BiteMe01-26-10
Still not raid tested but,
Posted By: dinah
I got a syntax error with your files and went in to check it out. if claimTimer ~= nil then if ( gclock > claimTimer.timestamp ) then end end I added the two ends to format it so it could load and it appears to work but I didn't track down what this timer was going to be or if this would cripple your functionality....
File: Scrolling Combat Text01-12-07
Overhealing as of the new patch
Posted By: dinah
Isn't showing up at all for me either. :( The heals show up just fine as do hots but if its actually a heal for zero due to overhealing it just shows me the total. :( Any ideas on how to fix this?