snakey
Member
- Joined
- Sep 19, 2011
- Messages
- 38
- Reaction score
- 0
Hi,
First of all I would like to thank CodenameG for his so very helpful tutorial on starting out as a CC developer.
Now,
- This is my first attempt at creating a CC and also at writing in c#. So the CC is very Simple.
- I have referred to Mord's Cimerion CC quite a bit but have not copied anything from it apart from those few bits of code which required more than what i currently know about c# and the API
- Code to detect Rime proc has been copied downright from Mord's CC
- Code to detect multiple horde players has been derived from "player detection" in mord's CC
APPLIES DISEASE THROUGH HOWLING BLAST
YOU NEED THE HB GLYPH
For Trinkets use a Plugin. I'm sure there is a good one out there.
All in all I have tested in extensively in EOTS and AB since the bot shows least stupidity in these 2 BGs and it has worked rather well for me.
Do try it out and post here if you find bugs or want me to add some stuff to it.
I will try to add more functionality to it as i learn more and if i get more time ( i am a very busy man
)
First of all I would like to thank CodenameG for his so very helpful tutorial on starting out as a CC developer.
Now,
- This is my first attempt at creating a CC and also at writing in c#. So the CC is very Simple.
- I have referred to Mord's Cimerion CC quite a bit but have not copied anything from it apart from those few bits of code which required more than what i currently know about c# and the API
- Code to detect Rime proc has been copied downright from Mord's CC
- Code to detect multiple horde players has been derived from "player detection" in mord's CC
APPLIES DISEASE THROUGH HOWLING BLAST
YOU NEED THE HB GLYPH
For Trinkets use a Plugin. I'm sure there is a good one out there.
All in all I have tested in extensively in EOTS and AB since the bot shows least stupidity in these 2 BGs and it has worked rather well for me.
Do try it out and post here if you find bugs or want me to add some stuff to it.
I will try to add more functionality to it as i learn more and if i get more time ( i am a very busy man

Code:
Version 0.1a [ INITIAL RELEASE ]
- Uses Obliterate and HB on Proc
- Will use Pet when ever he can.
- Deathpact is used when below 60% HP.
- Will use Lichborne/Fortitude almost instantly into the fight. (will use in respect to availability).
- AMS is used when he reaches 80% HP.
- Chains of Ice if opponent is acting extra agile.
- Will use deathgrip only when COI is not applicable or beyond range and some other conditions.
- Tries to switch target when its a Pet/Minion.
- Tries to find a target when hostiles are around but HB isn't Targetting.
Code:
Version 0.1b
Uses Outbreak as starting skill.
Raise Dead timing changed.
Uses Path of Frost.
Reduced initial combat reaction time.
Will now run only when all the pulls are on CD
Code:
Version 0.1c
Made changes to rotation so its followed more accurately now.
Will Interrupt properly now.
Fixed casting Icy Touch instead of Chains.
Fixed Raise Dead cast.
Fixed Horn of winter cast.
Code:
Version 0.1d
Improved the rotation.Obliterate should now cast if a cycle goes completely without it.
Fixed Interrupt logging.
Attachments
Last edited: