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

[Beta] iargue's Routine 0.0.1 (Aura Support)

iargue

Member
Joined
Mar 20, 2012
Messages
125
Reaction score
2
With the beta being out, I took some time to start learning the new API. The first step is this routine.

It exactly mirrors the original routine but includes the ability to use Aura's.

INSTALL

Extract the contents of the folder to exile\routines\

Configuration

To use the Aura, edit the iarguesroutine.cs file just like you normally would, and change the value of the aura you want to true instead of false. (Make sure you still setup your skills just like in the normal routine). Then start the bot and select iarguesRoutine from the list.



PLEASE NOTE:

I only tested Herald of Ice and Discipline Aura, however, I took all of the other Aura values from the client, so they should all function perfectly. If one of them does not work, please let me know.

If there is something else you want added to the Routine let me know, and I figure out how to add it.
 

Attachments

Thanks, will use this to start to build my CR. Either Reave/ Dual Strike or Split Arrow depending on if this build gets the "kiting" it kind of had last beta. I'm assuming I just edit the file and insert the name of aura I want it to cast ?
 
Thanks, will use this to start to build my CR. Either Reave/ Dual Strike or Split Arrow depending on if this build gets the "kiting" it kind of had last beta. I'm assuming I just edit the file and insert the name of aura I want it to cast ?

If you open the file to edit it, you will see the following options

private bool _castAnger = false; //Cast anger aura
private bool _castDetermination = false; //Cast determination aura
private bool _castPurityofFire = false; //Cast Purity Of Fire
private bool _castVitality = false; //Cast Vitality
private bool _castGrace = false; //cast Grace aura
private bool _castHaste = false; //cast Haste aura
private bool _castHatred = false; //cast Hatred aura
private bool _castPurityofIce = false; //cast Purity of Ice aura
private bool _castClarity = false; //cast Clarity
private bool _castDiscipline = false; //cast Discipline
private bool _castPurityofElements = false; //cast Purity of Elements
private bool _castPurityofLightning = false; //cast Purity of Ligthning
private bool _castWrath = false; //cast Wrath
private bool _castHeraldOfIce = false; //cast Herald of Ice
private bool _castHeraldOfAsh = false; //cast Herald of Ash

This is in addition to the settings you need to edit above it. Pick the aura you want to use, and change it to true instead of false.
 
Sweet, and I assume just cutting / pasting some of this code into another custom routine should work just the same for CRs ? Picking up visual studio this weekend so might be in contact with you if you can to shed some light on developing with it
 
Make sure to checkout the new routine for some more API examples of reusing a skill slot to change skills. :) In addition, the skill tag system as well.

However, having a config system for disallowing certain auras is unavoidable, just because if a user is trying to level a skill gem, it'd get included. I don't have that logic back into the ExampleRoutine, but it might make its way back later.
 
Cant seem to be able to select this form the routines list.. how would i make the default one to cast auras + Righterous Fire ?
 
Back
Top