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

Bowman - A Marksman CustomClass for PvE

Spewer

Member
Joined
Sep 17, 2010
Messages
202
Reaction score
0
]Since Mazzyr released his "FelHunter CC" and evilseed with "A????T??" I thought this would be enough for the moment.
But when I tried the CCs I noticed that they are for English Client only due to Spellnames.
I'm from Germany and I'm also playing on German Client. So this is the reason why I decided to write a new CC called Bowman. This is my first project and I'm quite new to programming in C#.

{About Bowman}
It's a very simple CC for MM Hunters. I tested it on my lvl70 toon and it worked well.
Although I think it needs some more fixes in rotation.

This CC is in the very beginning but I want to build up a good-working CC which can be used in Dungeons, Raids, Questing and so on.

The CC uses:
Aspect of the Hawk
Hunter's Mark
Serpent String
Aimed Shot
Arcane Shot
Chimera Shot
Kill Shot
Steady Shot
and Multi Shot


It has no movement!!!


{Credits}
Credits go to CodeNameG for his nice tutorial and for "detectAdds" Code.
Credits go to Apoc for his "CastSpell" Code.
And finally credits go to Truman422 who wrote a wonderful CC for Warrior called "Gladiatore".

{Future}
As soon as my toon hits 85 I want to optimize the code and add support for the other two speccs (BM and SV). I also want to add a GUI where you are able to choose the specc, a pet and other settings.
But first of all I'm proud with this little CC.

{HowTo}
Download the Bowman.cs and copy it to your CustomClass folder. No Subfolders needed.

{Finally}
Have fun with the CC. Please report bugs and I will do my very best to fix them. It would be nice if you post your feedback as well but don't be too hard to me :p:rolleyes:

{Changelog}

V1.0.1 : Toon doesn't want to attack dead mobs anymore
V2.0 : Updated rotation, Log fixed (still errors with adds and Multi Shot)
V3.0 (Work in Progress) : GUI with different rotations and Settings
 

Attachments

Last edited:
Yes, my hunter reached lvl 85 and I'm gearing him up at the moment with the help of my CC.
But as U my have noticed, there is a small problem with the log. Everything is spamed by the CC and I don't know how to fix it. I also asked Truman if he sends me his C# Project of his Gladiatore.
With this I would be able to create a GUI easily. I also like the post of xLegendx here http://www.thebuddyforum.com/honorbuddy-forum/classes/30931-[request]-raid-dps-rotation-ccs.html

In general an update is on the todo list and i would love to hear some feedback and things I might change.
 
Will test this after I get my rogue to 85 ;D
Btw, Thank you for making a CC. I hope to see future updates, thus making it a very good raiding CC for us lazy people lol


Rotations:

MM:
http://elitistjerks.com/f74/t112408...p_guide/#6_0_Shots_and_Shot_Priority/Rotation

BM:
http://elitistjerks.com/f74/t110880-cataclysm_beast_mastery_4_2_a/#Rotation_/_Priority

Survival:
http://elitistjerks.com/f74/t110723-cataclysm_survival_hunter/#Rotation



To get a better feel for the Rotations I recommend an Addon called Spellflash, It really helped me understand it a lot better for MM at least.


http://wow.curse.com/downloads/wow-addons/details/spellflash.aspx
http://wow.curse.com/downloads/wow-addons/details/spellflash_hunter.aspx
 
Last edited:
What about this for Casters in DUngeons ?

if (Me.CurrentTarget.IsCasting && Me.CurrentTarget.distance > 4 && Me.CurrentTarget.Distance < 35)
if (CastSpell("Silencing Shot") == true)
Logging.Write(Color.Aqua, ">> Target casting - Silencing Shot <<");
 
m8 its possible you add movement to this CC for questing ?? plz
 
Hey guys i know it has been a long time and i posted nothing here.
It's because I started going to University and spending some time in Turkey. I'm hoping that I'm able to update this CC in the near future.
Thanks :)
 
Spewer, I have to say best Hunter CC I have used for to date for DPS. I went from 10k DPS to 25-30k just by using your CC compared to others. Can't wait for you to add in The rest of the code for Mending Pet, Silencing Shot, and Possibly Rapid Fire along with Readiness, and of course targeting.
 
Please update this CC again. It's the best DPS one.

Felhunter had me at 11k this had me at around 15k on a target dummy.
 
Thanks for the feedback "MrWizard516" and "xLegendx" .
I am currently very busy and I have not opened Wow for nearly a week ^^

But I will not forget this CC and I just started a complete rewrite cause of Settings GUI and the other rotations. Just give me some time ;)
 
Will for sure try this out when u get the time to give update again :) thanks for ur work so far :)
 
i edited the current version a bit.
i hope spewer doesn't bother if i upload my edited version of his awesome CC ^^

it now stops doing anything, if "trap launcher" buff is active, so you can freeze mobs infight.
and it automatically changes aspects if you are moving or not.

@spewer
if you want me to delete this file from your thread, please pm me.
 

Attachments

Last edited:
i edited the current version a bit.
i hope spewer doesn't bother if i upload my edited version of his awesome CC ^^

it now stops doing anything, if "trap launcher" buff is active, so you can freeze mobs infight.
and it automatically changes aspects if you are moving and or not.

@spewer
if you want me to delete this file from your thread, please pm me.

Just feel free to edit my CC. I'm having a big time management problem right now due to University stuff and RL.
Everybody feel free to edit.
 
Anyone try Shaddar's updated version yet?
My only complaint is that when you move it will switch you to aspect of the fox.. but it won't use Steady Shot during it. If I had any idea how to fix that I would.
 
Back
Top