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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Esper] GoodEsper!

HeroXx

Member
Joined
Jan 15, 2010
Messages
106
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:
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?
 
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
 
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.
 
GameManager.LocalPlayer.SuitPower should return the current amount of Suit Power.
 
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...
 

Attachments

Last edited:
Back
Top