Thread Tools Display Modes
03-31-12, 12:52 PM   #1
KiLLMasTer
A Deviate Faerie Dragon
 
KiLLMasTer's Avatar
Join Date: Feb 2010
Posts: 12
Battle text from MoP

this there anyway some one can make the battle text that mop has that would be sweet..
__________________
My Toons: LVL 70 MW Monk Name Brewballs on Ysera
US. LVL 70 Restoration Druid Name Goodfel on Ysera US
  Reply With Quote
03-31-12, 02:20 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Could you be a little more specific?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
04-01-12, 08:23 AM   #3
KiLLMasTer
A Deviate Faerie Dragon
 
KiLLMasTer's Avatar
Join Date: Feb 2010
Posts: 12
make the battle text look like this 2,480 not 2480
__________________
My Toons: LVL 70 MW Monk Name Brewballs on Ysera
US. LVL 70 Restoration Druid Name Goodfel on Ysera US
  Reply With Quote
04-01-12, 08:56 AM   #4
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
It's handled by the game world, so it cannot be changed by an addon.
MSBT should do something similar, but not the exact same.
  Reply With Quote
04-01-12, 08:58 AM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,935
They probably just added a formatter to the display to make it easier to see. Maybe one of the existing combat text addons will do the same.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote
04-01-12, 09:14 AM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
p3lim already posted about the new number-formatting functions here:

Originally Posted by p3lim View Post
New API:
AbbreviateLargeNumbers(num) (defined in Lua, see UIParent.lua)
BreakUpLargeNumbers(num) (defined in Lua, see UIParent.lua)
Since they are defined in Lua, you could easily just copy them to use now.

If you wanted to use them in the default UI, you'd need to write all the code yourself to hook into all of the default UI functions that update and display numbers, or hope someone else finds it interesting enough and has the time to write it.

If you wanted to use them in addons, you'd either need to edit each addon yourself, or convince all their authors to add better formatting. Unfortunately, that will still be the case after MoP comes out.
  Reply With Quote
04-01-12, 11:06 AM   #7
KiLLMasTer
A Deviate Faerie Dragon
 
KiLLMasTer's Avatar
Join Date: Feb 2010
Posts: 12
so there is no way to put it in a addon like xDamageFont
__________________
My Toons: LVL 70 MW Monk Name Brewballs on Ysera
US. LVL 70 Restoration Druid Name Goodfel on Ysera US
  Reply With Quote
04-02-12, 03:56 AM   #8
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
No, because the Blizzard combat text is rendered as part of the game world, not as part of the UI, so while addons can tell the game which font file to use when rending the text, they can't actually affect the rendering.

This is why combat text addons like SCT or Mik's Scrolling Battle Text (MSBT) have to create their own text, instead of just modifying the Blizzard text.

If addons were able to modify the Blizzard text, then they'd be able to tell where it was, which would also enable them to tell where units were in the game world, which is something Blizzard doesn't want addons to be able to do.
  Reply With Quote
04-02-12, 01:47 PM   #9
KiLLMasTer
A Deviate Faerie Dragon
 
KiLLMasTer's Avatar
Join Date: Feb 2010
Posts: 12
This makes me sad....
__________________
My Toons: LVL 70 MW Monk Name Brewballs on Ysera
US. LVL 70 Restoration Druid Name Goodfel on Ysera US
  Reply With Quote
04-02-12, 02:03 PM   #10
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Well, the simplest solution is to just use a combat text replacement addon like MSBT until MoP comes out. I used to use it, but eventually decided it was too much clutter on the screen, and now just use the default combat text. I don't really look at the numbers anyway. I just like having some visible indication that I'm successfully hitting my target.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Battle text from MoP


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