Thread Tools Display Modes
07-11-12, 04:26 PM   #1
djoug
A Kobold Labourer
Join Date: Dec 2011
Posts: 1
Quick question about Blizzard Combat Text

Hi,

I wanted to change the position of the Floating Combat Text, and didn't want to have a whole other addon just for that. I've been looking at the thread which helped me a lot.
http://tain.wowinterface.com/forums/...d.php?p=235389

Though I've got a small issue: the very first combat text data is not displayed at the proper location.
Any idea why?

I'm simply using this function, nothing else:
Code:
hooksecurefunc("CombatText_UpdateDisplayedMessages", function ()			
COMBAT_TEXT_LOCATIONS = {
startX  = -100,
startY 	= 300,
endX 	= -100,
endY 	= 300
};
Again, the very first data displayed is way off these coordinates, I can't tell why.

Thanks in advance if anyone can solve this issue.

Last edited by djoug : 07-11-12 at 04:36 PM.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Quick question about Blizzard Combat Text


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off