DB/ScreenEffect: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This one is used for on-screen-effects that modify colors. They can be seen in several questlines such as those in Ebon Hold. The file got added in Wrath of the Lich King. Its called from several spells like [http://www.wowhead.com/?spell=50010 BOTM - Jungle Brew - Jungle Madness Vision Effect] (Apply Aura: #260 (61 ["BOTM - Jungle Madness"]).
This one is used for on-screen-effects that modify colors. They can be seen in several questlines such as those in Ebon Hold. The file got added in Wrath of the Lich King. Its called from several spells like [http://www.wowhead.com/?spell=50010 BOTM - Jungle Brew - Jungle Madness Vision Effect] (Apply Aura: #260 (61 ["BOTM - Jungle Madness"]).


*ID int
1 ID int
*Name str
2 Name str
*Type int
3 Type int
**0: EffectGlow, -Fog
  0: EffectGlow, -Fog
**1: FFXEffects, -Fog
  1: FFXEffects, -Fog
**2: ffxNetherWorld
  2: ffxNetherWorld
**3: ffxSpecial / EffectGlow, -Fog, +color
  3: ffxSpecial / EffectGlow, -Fog, +color
*Col color, see in hex. rrggbbxx
4 Col color, see in hex. rrggbbxx
*edge int Screen Edge Size
5 edge int Screen Edge Size
*bw int (the higher this is.. the more Black and White the screen will go)
6 bw int (the higher this is.. the more Black and White the screen will go)
*unk null
7 unk null
*LightParams iRefId
8 LightParams iRefId
*SoundAmbience iRefId
9 SoundAmbience iRefId
*ZoneMusic iRefId
10 ZoneMusic iRefId


[[Category:DBC]]
[[Category:DBC]]

Revision as of 02:10, 17 September 2009

This one is used for on-screen-effects that modify colors. They can be seen in several questlines such as those in Ebon Hold. The file got added in Wrath of the Lich King. Its called from several spells like BOTM - Jungle Brew - Jungle Madness Vision Effect (Apply Aura: #260 (61 ["BOTM - Jungle Madness"]).

1 ID int
2 Name str
3 Type int
  0: EffectGlow, -Fog
  1: FFXEffects, -Fog
  2: ffxNetherWorld
  3: ffxSpecial / EffectGlow, -Fog, +color
4 Col color, see in hex. rrggbbxx
5 edge int Screen Edge Size
6 bw int (the higher this is.. the more Black and White the screen will go)
7 unk null
8 LightParams iRefId
9 SoundAmbience iRefId
10 ZoneMusic iRefId