• Visit Rebornbuddy
  • Honor buddy CC stabby stabby help :)

    Discussion in 'Archives' started by fordy8, Jan 23, 2010.

    1. fordy8

      fordy8 New Member

      Joined:
      Jan 20, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      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 :)
       

      Attached Files:

      • Rogue.cs
        File size:
        83.5 KB
        Views:
        126
    2. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      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();
      }
      
       
    3. fordy8

      fordy8 New Member

      Joined:
      Jan 20, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      thanks mate worked a treat :) gna test my exp/h n see what diff it makes
       

    Share This Page