• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Using spectral throw more?

    Discussion in 'Archives' started by standardai, Mar 22, 2014.

    1. standardai

      standardai New Member

      Joined:
      Mar 20, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      I have the bot running fine but it hardly uses spectral throw which is the main skill to my build, does a good job with the other skills, how do I make it use spectral throw more often?
       
    2. Azoth

      Azoth Member

      Joined:
      Mar 6, 2014
      Messages:
      470
      Likes Received:
      8
      Trophy Points:
      18
      Go to your Exilebuddy folder, then Routines, then Exile, and open the Exile.cs file (in Notepad, since I assume you don't have VS).
      Search for 'Spectral Throw'. You should find a line that goes something like:
      Register("Spectral Throw", ret => NumberOfMobsNear(BestTarget, 10, 2));

      In this case, it searches 10 units of distance from the primary mob. If there are at least two other units in that range, it will use Spectral Throw.
      Change 10 to something like 30, and 2 to 1. It will then use ST if there is any other mob within 30 units of the primary target.
      I'm not actually sure this is how the logic technically works, but its good enough for most purposes.
       
    3. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      shitting spell for this bot anyhow..
       
    4. standardai

      standardai New Member

      Joined:
      Mar 20, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Thank you Azoth kind sir works like a charm now.
       
    5. Pochizzle

      Pochizzle Member

      Joined:
      Mar 5, 2012
      Messages:
      204
      Likes Received:
      0
      Trophy Points:
      16
      why not give him advice if you tell him its shit?..
       

    Share This Page