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

Title: [SOLVED] Turning instance into normal map breaks SmartAI
Post 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?
Title: Re: [QUESTION] Turning instance into normal map breaks Smart
Post by: Amaroth on August 13, 2015, 08:49:22 am
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.
Title: Re: [QUESTION] Turning instance into normal map breaks Smart
Post by: Degen on August 14, 2015, 03:32:33 am
Setting the event
Quote from: "Amaroth"
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. :)