altec
Community Developer
- Joined
- Jun 11, 2011
- Messages
- 425
- Reaction score
- 7
Ok, I am starting a new CC here, I will start planning out Assassin spec CC side first and foremost. Yeah yeah, there are other CC's out there, why make more? I want to do this to help build my own coding skills and help build the community together. Sure you can use someone else's CC for a far better, smoother time, but I want to learn how to code one myself, so here I am, attempting to do this. I have not created the code yet, just posting this to show everyone I intend to do this. Here is my basic beginning steps to program before moving on to the harder code for this CC.
As you can see, the basic PvE look at the assassin rogue style. As soon as I get these basic things implemented I will post my CC for the rest to test it. Any hints / tips / suggestions from there on are welcome to make this a smoother CC.
I chose to do Assassin spec not for its burst ( I would have done the Sub spec first for that ) but I wanted to be sustainable, the rogue tanking tree as I always see it. Plenty, if not one of the best, AoE grinding spec for the rogue. Again, I am coming from my ryftomate side of the house (where I started out) to the wow side, and there is some major differences in the required code. I am pleased to be back in the community once again.
Code:
//Open with Garrotte if possible, else cheap shot (ofcourse this is solo style, have to get that part down pat before I start doing "get behind target" stuff)
//cast Vendetta, refresh on CD, unless boss is < 50% && > 35%
1+ CP Rupt if no rupture debuff (mine) is active || if rupture is < 3 seconds left
1+ CP SnD if no SnD is active
1+ CP Enven if SnD is duration is < 2 seconds
// if able, cast cold blood when at 4+ CP before Enven and DP stack == 5
4+ CP Enven
//if able, get behind boss
//if able, get hehind boss and backstab if boss < 35% hp
//if able, cast TotT on focus target, else cast on the tank, else targettarget
//Vanish when Overkill falls off, and on CD unless boss is < 50% && > 35% (when in a party / group to prevent evading mob)
//FoK if target in range > 4
As you can see, the basic PvE look at the assassin rogue style. As soon as I get these basic things implemented I will post my CC for the rest to test it. Any hints / tips / suggestions from there on are welcome to make this a smoother CC.
I chose to do Assassin spec not for its burst ( I would have done the Sub spec first for that ) but I wanted to be sustainable, the rogue tanking tree as I always see it. Plenty, if not one of the best, AoE grinding spec for the rogue. Again, I am coming from my ryftomate side of the house (where I started out) to the wow side, and there is some major differences in the required code. I am pleased to be back in the community once again.