ScrollingCombatText
Please read and use the main SCT site for news, bugs, and feature requests. I don't read these forums hardly ever.
Be sure to check out SCTD 2.0 if you want SCT to show your damage.
Also check out my simple but enhanced combat log EavesDrop
What is it?
A fairly simple but very configurable mod that adds damage, heals, and events (dodge, parry, windfury, etc...) as scrolling text above you character model, much like what already happens above your target. This makes it so you do not have to watch (or use) your regular combat chat window and gives it a "Final Fantasy" feel.
Why use 5.0 over WoW's new built in Floating Combat Text ? - SCT 5.0 is a complete rewrite of the mod from the ground up. Its is now based in the Ace2 framework and rewitten with more performance in mind. On top of that, it offers features far above and beyond what WoW's FCT can do. FCT is great if you just need a lightweight SCT with limited options, but using SCT's new Lightmode can get you the same performance with almost all of SCT's normal features.
What can it do?
- Damage messages
- Heals (incoming and outgoing) and Overhealing (with healer ID's), with filtering for small heals.
- Spell Damage/Resists and Damage Type
- All "Miss" events (dodge, block, immune, etc...)
- Custom Colors for all text events
- Config file to setup custom events (self and target), capture data, and display it.
- Debuff/Buff gain and loss Messages
- Low Health and Mana Warnings with values, and optional sounds
- Rage/Mana/Energy Gains
- Enter and Leave Combat Messages
- Rogue Combo Points, 5 CP Alert Message
- Class Skill alerts (Execute, Overpower, CounterAttack, etc...)
- Honor, Reputation, Skill Gain
- Eight Animation Types (Verticle, Rainbow, Horizontal, Angled Down, Angled Up, Sprinkler, Curved HUD, Angled HUD)
- Four Fonts
- Two seperate Animation frames, each with their own settings. Assign any Event to either.
- Ability to flag any event as critical or as a text messages
- Sliders for text size, opacity, animation speed, movement speed, and on screen placement (with custom editbox)
- Lightmode, for when you care most about performance (at the loss of a few features).
- Now Based in Ace2.
- CTMod, MyAddons, Cosmos, Cosmos2 support
- Settings saved per character by default, but supports all Ace2 Profiles
- Load/Delete settings from another character. Load built in Profiles.
- Localized to work in almost all WoW clients.
How do I use it?
First unzip it into your interface\addons directory. For more info on installing, please read install.txt. Now just run WoW and once logged in, type /sctmenu to get the options screen.
SCT_EVENT_CONFIG.LUA is used to setup custom message events. Please open up the file (notepad, etc...) and read the opening section to understand how to use it all. PLEASE NOTE - THIS IS THE MOST IMPORTANT FILE IN SCT. IF YOU DON'T READ IT AND USE IT, THEN YOU ARE MISSING OUT ON A TON OF WHAT SCT HAS TO OFFER IN CUSTOMIZATION
/sctdisplay is used to create your own custom messages. Useage: /sctdisplay 'message' red(0-10) green(0-10) blue(0-10) Example: /sctdisplay 'Heal Me' 10 0 0 - This will display 'Heal Me' in bright red
FAQ
How do I get My Crits or My Hits to show? I would suggest you get SCTD: http://www.wowinterface.com/downloads/fileinfo.php?id=4913
My custom event doesn't work. What's wrong? - Make sure you have the text exactly right, punctuation and capitalization matters. If you need help learning how to capture data, please see the examples or try this site http://lua-users.org/wiki/PatternsTutorial. If its still not working, please read about SCT_Event_Debug and SCT_Event_List in the bottom half of SCT_EVENT_CONFIG.LUA to learn how to add almost any chat event to SCT's search capabilities
How do I change the text for parry, block, etc...? - open up the localiztions.lua file and look for the event you want to change. Then change the text to whatever you like. As of 4.1, you may also now add a custom event for these. As of 5.0 You will get notifications automatically for event specfic skills like Overpower, CounterAttack, etc...
How do I get get text to scroll? I only see numbers! - Make sure the "Show Events as Message" option is unchecked. This is only if you want events to appear as static text (not scrolling/animated)
I don't understand what the 2 frames are for! - Each frame lets you set different features. So you can set frame one using Sprinker animation and Default font, while frame 2 can be using Veritcle animation and Adventure font. You can then assign each event to a specfic frame using the radio buttons next to the events.
There's too many options. Help someone new see how things work! - Try out some of the new built in profiles. While on the options screen, click the "Profiles" button. At the top of the window will be a listing of some default profiles to try out. Maybe you'll fine one you like or it will spark some ideas for you to try.
How do I change the fonts? - You can now select from four fonts on the options page. You can also change the font of message and apply the font to the in game damage font used for your damage (requires relog)
I don't like friendly nameplates on. How do I make my heals appear over who I heal? - Friendly nameplates have to be on in order to show your heals. SCT will turn them on if you turn on the option, but you must manually turn them off if you don't like it (see Target keybindings).
I don't like the new spell icons, how do I turn them off? - There is an option to turn them off under the animation tab.
Support
Please post all errors and suggestions on http://grayhoof.wowinterface.com/ using the provided forms. Please post all questions and comments on the offical SCT thread.
windfury doesnt register or show up...and isnt an option in the menu...
How do I have to do this: (for a fury warrior)
I want the healingnames shown, but for bloodthirst, it only has to say "+30" ... so for real healers it must be "+1250 (Misterdruid)"
How can this be done with customevents ?
I came here to ask for XXX notification, most are in there, just turned off. Went to the SCT main site http://www.wowinterface.com/downloads/fileinfo.php?id=3965 and read up. Yes its set up were you need too do a little of your own work, but finding this, SCT is now 10X more usefull for me.
I created for my priest [xx] = {name="Surge of Light!", type="buffself", search="Surge of Light", r=128/256, g=128/256, b=150/256, iscrit=1, class={"Priest"}}, It looks and feals like spirt tap, for i started by copying pasting spirt tap, but it now shows up :D i hope this is usefull for others.
Does anyone know how I can make a custom event for a notification on Mongoose proc, in the similar manner I get a notification for Crusader proc?
[19] = {name="Mongoose!", type="buffself", search="Lightning Speed", r=128/256, g=128/256, b=256/256, iscrit=1, class={"Warrior","Rogue",}},
Add this by the other ones in sct_event_config.lua in addons/sct. Has the same color as crusader. ( this is a reply for a 4 month old question but anyways)
Torisao, get notepad++ or some other editor that shows lines. go down to row 540 in addons/sct.lua and paste this instead of what it says.
if (count and count > 1) then
self:Display_Event("SHOWBUFF", "You gain "..self:ShortenString(buffname).." "..count.."");
else
self:Display_Event("SHOWBUFF", "You gain "..self:ShortenString(buffname).."");
Recover1 and djheran, when ingame type /sct menu and there you just check combat flags.(has a white color) Ez
Grayhoof, how can i turn off the damn red big spell alert?
Hi, I think it'd be great to incorporate the addon LevelUpGrats's "congrats" message when leveling up. http://www-en.curse-gaming.com/files/details/6853/levelupgrats/
how do i take the big and red casting text in the middle of my screen? its driving me nuts!
Would it be possible to add surge of mind procs from the priest talent?
I'm not getting messages when it procs, and it seems a good candidate for something to give me a message about.
How exactly do you get like the screenshots? I want the one that looks like HUD Curved, Emblem
updated at wowace http://files.wowace.com/
For some reason the new version isn't showing how much I blocked for. Any ideas?
I can't get the frame positions to change in v5.4. I can remove them in the menu, but the changes are not visible. The text still pops up at the default position in the top of the screen.
btw. Would you be nice to add a keybinding to the menu? So we don't have to type /sct menu all the time
how can i get it like +200 heal( playername)
Hey werimos,
Thanks for the response, but unfortunately that doesn't do exactly what I want (I know, I'm picky!). When you press V, the BAR shows up above enemy models, but their hp percentage does not, and that is what I really need.
Is that a customizable option in SCT that for some reason I'm not seeing?
How do you get the percentage of someone's health to show up in the bar directly above their head as in the picture here: http://media5.curse-gaming.com/images/previews/19416/sct_nameplate.jpg
It's just the third screenshot of this mod.
Thanks so much for a great mod that I CANNOT live without!
I think if you press (B) or (V) it comes up lol.. let me know
Only prob i had is it didn't tell me when my Lifestealing and Hero trinket proced ad healed me.
Since the new version, I miss the amount of healing I make in SCT. Is that a new problem or is there an option to turn it on/off?
I like the default floating text arc animation style. Can you add this to SCT?
Blizzard's verison of SCT would be perfect if they added spell damage type/colo and more detailed healing information (Over healing/crital)