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.
https://i.imgur.com/yXBqq3H.jpg the option doesn't work "Shorten Amounts" , how to correct?
https://github.com/Gizmi/Sct_fix fixed line
How i can acess main menu....just dont open with command and dont have nothing on add-ons menu...
See my post below, post # 2091
Power Gains seems to only say Mana instead of Rage/Energy etc.
Wish somebody would put out a fan update with these changes, I'm no coder.
Problem is because Blizz changed how SoundKit is called... you can manually fix by editing the two main LUA files and replacing the existing PlaySound() calls with fixed calls.
You have to do this by searching for every instance of PlaySound function calls in both sct.lua (in sct folder) and options.lua / options.xml (in sct_options folder).
Such as (where applicable):
PlaySound(SOUNDKIT and SOUNDKIT.IG_MAINMENU_OPTION or 'igMainMenuOption')
PlaySound(SOUNDKIT and SOUNDKIT.GS_TITLE_OPTION_EXIT or 'gsTitleOptionExit')
PlaySound(PlaySoundKitID and "igMainMenuOptionCheckBoxOn" or 856)
PlaySound(PlaySoundKitID and "igMainMenuOptionCheckBoxOff" or 857)
I just replaced the appropriate checkbox PlaySound spots and gave everything else the igMainMenuOption sound since it didn't really matter - just wanted functionality.
Config works fine with these changes.
Edit: see my post at WowAce for all the instances to replace if you want to try and fix yourself.
tyvm fixed my problem:)
sad, this addon hasnt been updated and you can config anything anymore.
does not react to /sct menu i press enter and the text just stays there nothing happens
Anyone else having problem with Message frame not displaying ability icons?
Can we get a fix on this? "Addon functions in 7.2.5 however, user saved settings are reset upon relog or log out.". I also tried to edit the config files directly and it resets again when entering the game.
Yes, 7.3 changed the way addons make calls to sound files. This affected a number of addons including SCT and a small update to the code is required. You can do it yourself by editing the 2 LUA files in the following way:
Replace existing lines with the following in sct\sct.LUA:
LINE 210: PlaySound( 850 )
LINE 220: PlaySound( 3081 )
LINE 228: PlaySound( 851 )
Replace existing lines with the following in sct_options\options.LUA:
LINE 548: PlaySound( 841 )
LINE 1010: PlaySound( 856 )
LINE 1079: PlaySound( 856 )
LINE 1099: PlaySound( 856 )
I replaced as per your instructions but it still gives me an error related with PlaySoundKitID AND it won't save preferences.
Any way that someone can pick up this addon and update it? I really, really got used to it and now it feels so weird...
Hmmmm, yes there does seem to be a problem remaining when changing and saving settings. I suspect it's in the event.LUA but will need to go back and check when I get some time (not sure if the author is still maintaining this great addon):
11x [string "*:OnClick"]:4: Usage: PlaySound(soundKitID, optional["SFX","Music","Ambience", "Dialog" or "Master"], [forceNoDuplicates, runFinishCallback])
[C]: in function `PlaySound'
[string "*:OnClick"]:4: in function <[string "*:OnClick"]:1>
Locals:
(*temporary) = "igMainMenuOptionCheckBoxOn"
Use this addon in the interim as a work-around for the SoundKit change in 7.3. This will work with any addon that hasn't been updated and is throwing PlaySound errors::
https://mods.curse.com/addons/wow/275697-playsound-temporal-fix/2473861
Made a new character, can't get SCT menu to load at all.
Not showing in the Interface menu, typing /sct menu and then pressing enter doesn't do anything (the chatline just remains open)
Use this addon in the interim as a work-around for the SoundKit change in 7.3. This will work with any addon that hasn't been updated and is throwing PlaySound errors::
https://mods.curse.com/addons/wow/275697-playsound-temporal-fix/2473861
Mate where do we place this addon? In addon directory?? Or in we take the 2 files and put them in saved variables etc?? can you pls specify this?? Thanks
The PlaySoundKitID global change in 7.3 has broken this addon. (Can't access /sct menu) Requires an update to remove the call.