• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Some Combat Routine questions

    Discussion in 'Community Developer Forum' started by torfin, May 19, 2015.

    1. torfin

      torfin New Member

      Joined:
      Sep 18, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      I am making a couple of changes to the default Kupo routine for my own use and I got a couple of quick questions:

      1. When is the [Behavior(BehaviorType.Heal)] used in the routine? Is it called pretty much every time the combat behavior is called or is there some other difference ?

      2. Right now I restart RB each time I make a change to one of the rotations, is there a way to force recompile/reload a combat routine without restarting RB? Or some other way to easily test rotations ?

      3. If I improve the rotations for some of the classes that I play (especially tank/healer) would you be interested in incorporating those changes in the main Kupo routine, mostly so there won't just be a 101th routine that will be unsupported in a couple of months lol.
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,345
      Likes Received:
      383
      Trophy Points:
      83
      1) its up to the botbase, orderbot and fatebot call
      RoutineManager.Current.HealBehavior,
      RoutineManager.Current.CombatBuffBehavior,
      RoutineManager.Current.CombatBehavior
      in that order

      2)Edit globalsettings.json in the settings folder and enable reloading.

      3)Yes
       

    Share This Page