DB/ScreenEffect

From wowdev
Revision as of 04:13, 16 February 2009 by Malu05 (talk | contribs)
Jump to navigation Jump to search

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"]).

  • ID int
  • Name str
  • Unk int
  • Col color, see in hex. rrggbbxx (at least seems to be.)
  • flags int
  • unk int
  • unk void
  • unk int
  • SoundAmbience iRefId
  • ZoneMusic iRefId


This seem to be incorrect.

i found something like this

ID _INT
Name _STRING
Kind _INT
 0 = Nothing
 1 = BW / Death Effect
 2 = Invisibility Effect (like mages)
 3 = Screen Edge Effect
Color _INT(hex) RRBBGG (only applies for Edge Screen Effect)
Screen Edge Size _INT 
Black / White _INT (the higher this is.. the more Black and White the screen will go)

the rest is unknown