Endus Community Developer Joined Jul 9, 2012 Messages 458 Reaction score 6 Jun 9, 2015 #1 DataManager is returning incorrect values. At least for Archer/Bard. For instance: Log(DataManager.GetSpellData(97).Range); Returns a range of 3 instead of the correct range. The offsets might need adjusted again. Thanks.
DataManager is returning incorrect values. At least for Archer/Bard. For instance: Log(DataManager.GetSpellData(97).Range); Returns a range of 3 instead of the correct range. The offsets might need adjusted again. Thanks.
mastahg Administrator Staff member Joined Feb 27, 2011 Messages 5,382 Reaction score 388 Jun 9, 2015 #2 Some spells have a range of 255, ie -1. I assumed that all these spells were melee only hence 3 yards. I guess their display logic for it is a bit more advanced then that.
Some spells have a range of 255, ie -1. I assumed that all these spells were melee only hence 3 yards. I guess their display logic for it is a bit more advanced then that.