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!!!
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)
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.