ScrollingPetBattleText
Shows Pet Battle messages as Scrolling Combat Text
This is a minimalistic version of ScrollingChatText (without any options), but then for just Pet Battles
Notes:
- Blizzard's Floating Combat Text needs to be enabled in your options for it to work. If you're using MSBT, then it will use that instead, since MSBT forcibly disables Blizzard's FCT
- When I hide the UI in the video, Blizzard's FCT normally also gets hidden, but in my case it was "reparented" to the "WorldFrame". ScrollingChatText provides an option to do that though
2655x ScrollingPetBattleText\ScrollingPetBattleText-v0.1.lua:62: attempt to call global "CombatText_AddMessage" (a nil value)
ScrollingPetBattleText\ScrollingPetBattleText-v0.1.lua:62: in function "Pour"
ScrollingPetBattleText\ScrollingPetBattleText-v0.1.lua:22: in function <ScrollingPetBattleText\ScrollingPetBattleText.lua:20>
Locals:
self = <unnamed> {
0 = <userdata>
Pour = <func> @..\ScrollingPetBattleText.lua:61
OnEvent = <func> @..\ScrollingPetBattleText.lua:20
}
event = "CHAT_MSG_PET_BATTLE_COMBAT_LOG"
text = "|TINTERFACE\ICONS\INV_PET_SPRITE_DARTER_HATCHLING.BLP:14|tSprite Darter Hatchling is now your active pet."
color = <table> {
b = 0.67
g = 0.87
r = 0.91
}
events = <table> {
CHAT_MSG_PET_BATTLE_INFO = <table> {}
CHAT_MSG_PET_BATTLE_COMBAT_LOG = <table> {}
}