• Visit Rebornbuddy
  • DataManager.GetSpellData(ID).Range

    Discussion in 'Community Developer Forum' started by Endus, Jun 9, 2015.

    1. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      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. :cool:
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      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.
       

    Share This Page