Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Degen on August 13, 2015, 03:56:10 am
-
I turned Ragefire Chasm into a normal zone using the areatable and map dbc's and now the smart scripts connected to every mob inside that map are broken. Does anyone know a work-around to this problem?
-
event_flags - they are nearly everywhere set to another values than 0. I have never used this field, because I was never working with instances, so I am not entirely sure wth is it for. But I am quite sure that scripts with difficulty (dungeon, raid...) entries set are not something you want to use outside of instances. Try setting them all to 0.
-
Setting the event
event_flags - they are nearly everywhere set to another values than 0. I have never used this field, because I was never working with instances, so I am not entirely sure wth is it for. But I am quite sure that scripts with difficulty (dungeon, raid...) entries set are not something you want to use outside of instances. Try setting them all to 0.
Works perfectly, thank you. :)