• Visit Rebornbuddy
  • [Esper] GoodEsper!

    Discussion in 'Combat Routines' started by HeroXx, Dec 13, 2014.

    1. HeroXx

      HeroXx Member

      Joined:
      Jan 15, 2010
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      GoodEsper - Current Version 0.0.0.1

      Hi all!

      I have put together a routine for the Esper, it is currently geared towards DPS but I intend to bring a healing element into it for use in raids and instances. The DPS rotation is based on
      https://forums.wildstar-online.com/forums/index.php?/topic/93726-guide-dps-esper/ as it seems to be the best dps in the current patch.

      Currently the design is around level 50 Espers, I am running through a new Esper to make sure it works well whilst leveling but this will take some time.


      Known Issues
      Evasion could use some work, it doesn't always pick up telegraphs.
      Stun priority needs some better logic.

      Acquisition
      I work with Git so the project will be most updated via Git. I will try to update the thread here with the latest zip but it is easier if you are able to pull the master branch of the Git branch linked in the post.


      https://bitbucket.org/jjbrunton/goodesper

       
      Last edited: Dec 14, 2014
    2. Angully

      Angully Member

      Joined:
      Sep 19, 2010
      Messages:
      764
      Likes Received:
      1
      Trophy Points:
      18
      Code:
      Could not find reference assembly clipper_library.dll
      [Compiler Error] d:\Users\Angus\Desktop\WB\Routines\GoodEsper\Dodge\Evading.cs(6,7) : error CS0246: The type or namespace name 'ClipperLib' could not be found (are you missing a using directive or an assembly reference?)
      [Compiler Error] d:\Users\Angus\Desktop\WB\Routines\GoodEsper\Dodge\Math\Polygon.cs(3,7) : error CS0246: The type or namespace name 'ClipperLib' could not be found (are you missing a using directive or an assembly reference?)
      [Compiler Error] d:\Users\Angus\Desktop\WB\Routines\GoodEsper\Dodge\Evading.cs(8,46) : error CS0246: The type or namespace name 'ClipperLib' could not be found (are you missing a using directive or an assembly reference?)
      [Compiler Error] d:\Users\Angus\Desktop\WB\Routines\GoodEsper\Dodge\Evading.cs(9,79) : error CS0246: The type or namespace name 'ClipperLib' could not be found (are you missing a using directive or an assembly reference?)
      [Compiler Error] d:\Users\Angus\Desktop\WB\Routines\GoodEsper\Dodge\Math\Polygon.cs(16,21) : error CS0246: The type or namespace name 'IntPoint' could not be found (are you missing a using directive or an assembly reference?)
      Im Guessing something is missing?
       
    3. Angully

      Angully Member

      Joined:
      Sep 19, 2010
      Messages:
      764
      Likes Received:
      1
      Trophy Points:
      18
    4. HeroXx

      HeroXx Member

      Joined:
      Jan 15, 2010
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
    5. Angully

      Angully Member

      Joined:
      Sep 19, 2010
      Messages:
      764
      Likes Received:
      1
      Trophy Points:
      18
      With your permission i would like to upload he stalker version of your combat script.
      I am having an issue with the innate resource since i do not know how to measure the stalker resource so it constantly spams Impale at the moment
       
    6. HeroXx

      HeroXx Member

      Joined:
      Jan 15, 2010
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      By all means, the project still needs a better level of abstraction and some refactoring but if you want to use it as a starting base, feel free.
       
    7. mjoed

      mjoed New Member

      Joined:
      Jul 11, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      GameManager.LocalPlayer.SuitPower should return the current amount of Suit Power.
       
    8. mjoed

      mjoed New Member

      Joined:
      Jul 11, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      i've took your work and adapted it for lvl50 stalkers and it turned out extremely good. as this only took ~10min to create, i'd feel bad to take any credit, if you want/if it's good enough for you you can add it to your thread (or add it into your routine).

      i've added a little interrupt logic (seems to work fine as far as i can tell) and pull logic (with some stuff from the default routine - for innate stealth).

      t4 preparation (!!!)/t8 shred/t8 impale/(t0-t4 punish) is highly recommended.

      i've done some t8 concussive kicks logic, but for normal l50 mobs it isn't really necessary (more likely reduces your kill rate), so i've commented it out. i also added analyze weakness, but i don't recommend to use it, the bot doesn't seem to realize he can just use it without stopping all the other stuff and it probably slows you down. with halfway decent gear you should kill everything in 1-2secs anyway.

      //oh, and you should consider taking spectral form (and spectral swarm) into your psibuilder list, as your supportskill list is only called for healing i think. i've also added the interrupt logic from my stalker adaption to your esper routine without any problems.

      //aaand.. i've turned off the evade stuff, because it's just too slow for now :/ my characters take more damage while evading and not attacking than they would if they'd just kill the mobs...
       

      Attached Files:

      Last edited: Dec 26, 2014

    Share This Page