Forum > Random

Sky ID in raid?

(1/2) > >>

JRAY:
Lookin how to find a sky in a raid.The sky for the Illidan fight with the big moon.I tried usin the map dbc to get the id to use for the light dbc but it isnt the one im lookin for.

I stumbled upon the sky i wanted a year ago when I was doin edits but I been away from it for a awhile now and I lost all edits when my other comp fried.So I have nothin to referance.Pretty much I'm just lookin for a point in the right direction what dbc file to look in to locate sky ID for instances not map zone.

schlumpf:
Lights are defined the same for "maps" and instances.


--- Code: ---SELECT Light.* FROM Light, Map WHERE Light.MapID = Map.ID AND Map.InternalName = "BlackTemple"
--- End code ---

If you get more than one, you need to try, which one it is.

JRAY:
Thats the problem only one is showin for the map.Im lookin for the event sky that comes with the Illidin encounter.

schlumpf:
So a sky dynamically appears during the encounter? That's a spell effect then. Just look in the sources of your server's script, then:
https://github.com/TrinityCore/TrinityC ... llidan.cpp

JRAY:
I dont think its a spell effect the sky im lookin for is just isolated to just that one area in Black Temple(Illidan fight).I just can't find the ID and cant remember what its listed as or what dbc its in.Its static to just that one spot no spell or anything causes a sky change.Anyways thanks for the response maybe Ill stumble upon the right entry again someday xD

Navigation

[0] Message Index

[#] Next page

Go to full version