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

Changing the Auto-Skill selections.

If you want to change the skill selection they are listed in the file

Plugins\Trinity\Coroutines\AutoEquipSkills.cs

http://pastebin.com/raw/QGubrjpj

Hey xz thanks for this, but my bot isn't changing to the runed version or changing skills at those set level intervals (i.e. at level 25, he's not switching to Slash electrify, still has the default autolearned unruned skills like Punish).

new Build {
Level = 25,
Skills = new Dictionary<Skill, Rune>
{
{ Skills.Crusader.Slash, Runes.Crusader.Electrify },
{ Skills.Crusader.Condemn, Runes.Crusader.Vacuum },
{ Skills.Crusader.AkaratsChampion, Runes.Crusader.None },
{ Skills.Crusader.ShieldBash, Runes.Crusader.ShatteredShield },
{ Skills.Crusader.LawsOfValor, Runes.Crusader.FrozenInTerror },
{ Skills.Crusader.IronSkin, Runes.Crusader.SteelSkin }

I have auto skill check marked, is this a known bug? Or something I'm doing wrong?

Thanks!
 
Back
Top