What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Add BgcArmyAction

DomesticWarlord

Community Developer
Joined
May 16, 2013
Messages
370
Reaction score
11
Could we please get a method to cast the BgcArmyActions for Squadrons, i.e. Engage, Disengage, etc? They don't seem to show up in ActionManager
 
ActionManager.DoAction(ActionType.Squadron, 1, target) //Engage
ActionManager.DoAction(ActionType.Squadron, 2, target) //disengage/re-engage
ActionManager.DoAction(ActionType.Squadron, 4, target) //lb

3 would be re-engage but I would avoid casting that manually as it is not an ability that is draggable onto the hotbar.
 
ActionManager.DoAction(ActionType.Squadron, 1, target) //Engage
ActionManager.DoAction(ActionType.Squadron, 2, target) //disengage/re-engage
ActionManager.DoAction(ActionType.Squadron, 4, target) //lb

3 would be re-engage but I would avoid casting that manually as it is not an ability that is draggable onto the hotbar.

Thank you very much. Engage was the main one I was interested in.
 
Back
Top