• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Help me make class routines better!!!

    Discussion in 'Community Developer Forum' started by jj2147, Jan 21, 2014.

    1. jj2147

      jj2147 New Member

      Joined:
      Oct 5, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Hey,

      Looking for some info so I can make the class combat routines better. I'm specifically looking for the special class resources.
      Example:
      Spell.Cast("Greatweapon_Daily_Spinningstrike", null, ext => HasFullPower && Clusters.GetClusterCount(ext as NWUnit, ClusterType.Radius, 15.0f) >= 3, ent => NyxNW.Me.Position),

      HasFullPower referring to Daily Ability for all classes. I'm looking for the other resources like for the GWF and Cleric so I can add switching forms to combat routine. Looked around didn't find it
      any help is appreciated!!!
       
    2. citsu

      citsu New Member

      Joined:
      Dec 4, 2013
      Messages:
      97
      Likes Received:
      1
      Trophy Points:
      0
      For GWF you can use this one for switching in form. Other classes i have not learned in this time.

      Spell.Cast("Greatweapon_Special_Unstoppable", ent => ent as NWUnit, ent => true)
       
    3. jj2147

      jj2147 New Member

      Joined:
      Oct 5, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Nice that works!!! I was expecting the bot to store a variable for those resources like HasFullPower. I guess I'll just have to tinker with it for a while. Thanks citsu and by the way great 1-30 leveling profile.
       

    Share This Page