Thread Tools Display Modes
11-10-10, 02:51 AM   #1
oopsminded
A Murloc Raider
Join Date: Oct 2008
Posts: 7
Moving the default Blizzard floating combat text

This is from a green post on the WoW UI&Macros forums:
To set the record straight:

The floating combat text that appears over other characters or mobs is handled through the 3D world, but the floating combat text over your own character is a frame provided by a Blizzard add-on and can be relocated.
1. what add-ons out there are doing this, and this only, if possible?

2. if you don't know of any, do you know what the name of this frame actually is, so maybe a script or small add-on could be made?

3. I ended it up asking here after googling and looking through a lot of the Combat Text add-ons out there; I've seen a lot of people asking for 2 things about the default floating combat text - "how to make it smaller" and "how to move it" without changing anything else. Well, I can tell you, after trying very many of them, that there is one that changes the default combat's text font and size without pixelating, distorting it - Blizzard SCT Font Size Control.

So now, anyone that can help me - and others like me - with the moving part?

Thanks a lot.

disclaimer: this is all about the default Blizzard scrolling/floating combat text, NOT about the floating damage font on top of the mobs/players you attack/heal
  Reply With Quote
11-10-10, 05:07 AM   #2
voodoodad
Large, Friendly Letters!
 
voodoodad's Avatar
Join Date: Oct 2008
Posts: 1,632
Mikscrollingbattletext
Sct + Sctd

among others.
__________________

~ no need to make the message completely obnoxious - Cairenn
  Reply With Quote
11-10-10, 06:21 AM   #3
oopsminded
A Murloc Raider
Join Date: Oct 2008
Posts: 7
Sigh... no, they are not moving that frame; those add-ons disable Blizzard's default combat text and then create some scrolling combat text frames of their own.

As their descriptions clearly point it out, they are "replacement(s) for Blizzard's Floating Combat Text and Damage output"
  Reply With Quote
11-10-10, 06:41 AM   #4
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 318
While it might be possible, it doesn't seem to be that trivial to do. Moving the parent CombatText does nothing, since all the fontstrings used aren't anchored to it. There's a lot of :SetPoint calls to position these strings correctly, in relation to each other, so you would have to hijack a lot of stuff just to move it a tinsy winsy bit.

If you're familiar with lua, the code is available for browsing here:
https://github.com/tekkub/wow-ui-sou...rd_CombatText/

Sorry this isn't that helpful, but I think it would be a major undertaking to do what you ask, albeit possible.
__________________
Oh, the simulated horror!
  Reply With Quote
11-10-10, 06:43 AM   #5
Canities
A Wyrmkin Dreamwalker
Join Date: Oct 2007
Posts: 54
Originally Posted by oopsminded View Post
Sigh... no, they are not moving that frame; those add-ons disable Blizzard's default combat text and then create some scrolling combat text frames of their own.
As their descriptions clearly point it out, they are "replacement(s) for Blizzard's Floating Combat Text and Damage output"
Have you tried looking at xCT?
I'm sure this addon uses the the standard blizard SCT and allows the changing of font, font size and location of diffrent SCT elements separately.
  Reply With Quote
11-10-10, 07:03 AM   #6
oopsminded
A Murloc Raider
Join Date: Oct 2008
Posts: 7
Originally Posted by Ailae View Post
Moving the parent CombatText does nothing, since all the fontstrings used aren't anchored to it.
Hmm, thanks for the reply, it's a shame if that's the case, but probably explains it why there is no script for it (PVPers in tournaments would've used it by now as they do with other parts of the UI to move them around). And no, no lua knowledge so I'll have to move other parts of the UI around, or learn to live with it.

It never bothered me that much untill now but with rated BGs coming others will maybe look into it, as with the camera totally zoomed out, when you're focused by 2-3 melees, all that flurry of text makes you miss some of the graphical effects on them, you, and so on.

Originally Posted by Canities View Post
Have you tried looking at xCT?
I'm sure this addon uses the the standard blizard SCT and allows the changing of font, font size and location of diffrent SCT elements separately.
I did; looking through it's lua it still appears it's just a more streamlined MSBT/Parrot, not what I was thinking/hoping for.

I might look into TukUi's, nUI's way of dealing with the issue, but I can't say I held much hope now.
  Reply With Quote
11-10-10, 08:07 AM   #7
Guardix
A Cyclonian
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 42
It is indeed possible to move the combat text. You can overwrite CombatText_AddMessage. It didn't seem to cause any taint for me.

https://gist.github.com/670886
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Moving the default Blizzard floating 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