PDA

View Full Version : SCT: is this possible?


Wiglet
05-11-2007, 10:39 AM
Is it possible to make SCT & SCTD make a sound when i crit?

Tunga
05-11-2007, 01:52 PM
I don't think SCT can do sounds.

Lothaer
05-11-2007, 03:54 PM
probably could do sounds it would just require coding.

Tunga
05-11-2007, 04:49 PM
Well yes, the API supports this ability so by that logic any mod could do it.

Badious
05-11-2007, 06:54 PM
Well yes, the API supports this ability so by that logic any mod [u]could[/i] do it.


sound: (advanced users only)
plays a sound built into WoW. Please see here for a
list of values: http://www.wowwiki.com/API_PlaySound

Examples:
sound="TellMessage"
sound="GnomeExploration"

soundwave: (advanced users only)
plays a wave file in the path you choose. You can use
in game ones if you know the path, or custom ones you
put it in an addon folder.

Examples:
In game: soundwave="Sound\\Spells\\ShaysBell.wav"
Custom: soundwave="Interface\\AddOns\\MyAddOn\\mysound.wav"

From the SCT Customization lua file...its possible you just have to edit the code a little ;)

Dejoule
05-11-2007, 07:08 PM
Mikscrollingbattletext (MSBT) does sounds. it's very nice too. Google it

Tunga
05-11-2007, 07:56 PM
Pretty sure Parrot can do it too.

Wiglet
05-11-2007, 08:53 PM
Cheers guys, i look in to it :thumbsup: