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

Honor buddy CC stabby stabby help :)

fordy8

New Member
Joined
Jan 20, 2010
Messages
13
Reaction score
0
could any1 edit my stabby stabby cc so that slice and dice is not used? because if i open with cheapshot it gains me 2 combo points then it uses s n d and loses them id just prefer it if it wasnt used, can any1 edit it for me thanks :)
 

Attachments

When requesting help for a CC it is best to ask in the thread you download the CC from. This way the developer can clearly see your request for assistance.

But in regards to your question, Slice and Dice generates more DPS, if you remove it you will lower your DPS.

If you really want to lower your DPS, open the CC in notepad, search for void Combat() scroll down until you find:

Code:
if (CombatChecks())
{
    CheckForCasters();
    CheckSliceAndDice();
    AddCheck();
}

change it to read:

Code:
if (CombatChecks())
{
    CheckForCasters();
   // CheckSliceAndDice();
    AddCheck();
}
 
thanks mate worked a treat :) gna test my exp/h n see what diff it makes
 
Back
Top