Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: stan84 on August 29, 2013, 04:35:42 pm

Title: [DBC]  question about spellfocusobjects
Post by: stan84 on August 29, 2013, 04:35:42 pm
My custom spellfocusobjects added to spellfocusobject.dbc not working.

For example i have a spell in spell.dbc with parameter 1900 as spell focus object.
Id 1900 is added in spellfocusobject.dbc
The database  has spawned gameobject with flag 8 ( spellfocus object) and data 1900 and range 20yards

ingame when trying to cast spell near this gobject, appears "you have to be near bla bla 1900 name"  

switching 1900 with existing spell focus object ( 100 example) works fine.  

So here ismy question, does spell focus objects are limited like number o races, or areatriggers somhere in wow.exe ?

using mangos core

thanks Stan