• Visit Rebornbuddy
  • Actionmanager.CanCastLocation Issue

    Discussion in 'Community Developer Forum' started by Endus, Jul 18, 2015.

    1. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      Looks like I found another Archer/Bard issue.

      BTW all the Archer/Bard spells still return a range of 3 when checking DataManager: https://www.thebuddyforum.com/rebor...217890-datamanager-getspelldata-id-range.html

      The current bug is:

      Log(Actionmanager.CanCastLocation(102, Core.Player.CurrentTarget.Location));

      Which is Flaming Arrow, always seems to return False. Checking against Core.Player will return True and checking other Location spells (Shadowflare, Machinist turrets, etc.) on Core.Player or Core.Player.CurrentTarget all return True (when appropriate). So it seems to be isolated to just Flaming Arrow for some reason (as far as I can tell with my testing).
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Is flaming arrow still returning false?
       
    3. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      Nope, it seems to return true properly with the newest RB. Thanks for the fix! :cool:
       

    Share This Page