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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Add BgcArmyAction

Zamphire

Community Developer
Joined
May 16, 2013
Messages
365
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