Thread: [PI] Claws spec is 2 hits

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 [PI] Claws spec is 2 hits 
    Enter The Dragon
    Roshi's Avatar
    Join Date
    Nov 2012
    Age
    27
    Posts
    260
    Thanks given
    4
    Thanks received
    19
    Rep Power
    4
    Hi i recently added claws to my project insanity and each spec is only 2 hits any idea on how to fix this?
    i have this in my combatassistant.java
    Code:
    case 14484: //dragon claws special attack
    	            c.gfx0(1950);
    	        c.startAnimation(10961);
    	        c.specAccuracy = 100.0;
    	        c.clawDamage = 0;
    	        c.specDamage = 0.90;
    	        if (c.playerIndex > 0) {
    	            Client o = (Client) Server.playerHandler.players[c.playerIndex];
    	            if (Misc.random(calculateMeleeAttack()) > Misc.random(o.getCombat().calculateMeleeDefence())) {
    	                c.clawDamage = Misc.random(calculateMeleeMaxHit() + Misc.random(3));//4
    	            }
    	            c.clawIndex = c.playerIndex;
    	            c.clawType = 1;
    	        } else if (c.npcIndex > 0) {
    	            NPC n = Server.npcHandler.npcs[c.npcIndex];
    	            if (Misc.random(calculateMeleeAttack()) > Misc.random(n.defence)) {
    	                c.clawDamage = Misc.random(calculateMeleeMaxHit() + Misc.random(1));//2
    	            }
    	            c.clawIndex = c.npcIndex;
    	            c.clawType = 2;
    	        }
    	        c.doubleHit = true;
    	        c.usingClaws = true;
    	        c.specEffect = 5;
    	        c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    	        break;

    each claw spec hits twice
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Oct 2012
    Posts
    398
    Thanks given
    31
    Thanks received
    33
    Rep Power
    991
    c.doubleHit = true;
    Reply With Quote  
     

  3. #3  
    Enter The Dragon
    Roshi's Avatar
    Join Date
    Nov 2012
    Age
    27
    Posts
    260
    Thanks given
    4
    Thanks received
    19
    Rep Power
    4
    what?

    i still need help on this if anyone could please help me
    Reply With Quote  
     

  4. #4  
    Enter The Dragon
    Roshi's Avatar
    Join Date
    Nov 2012
    Age
    27
    Posts
    260
    Thanks given
    4
    Thanks received
    19
    Rep Power
    4
    bump
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Oct 2012
    Posts
    398
    Thanks given
    31
    Thanks received
    33
    Rep Power
    991
    Remove c.doublehit = true;
    Reply With Quote  
     

  6. #6  
    Enter The Dragon
    Roshi's Avatar
    Join Date
    Nov 2012
    Age
    27
    Posts
    260
    Thanks given
    4
    Thanks received
    19
    Rep Power
    4
    then it just hits once
    Reply With Quote  
     

  7. #7  
    KNOWLEDGE IS POWER

    OG KingFox's Avatar
    Join Date
    Dec 2006
    Age
    33
    Posts
    1,683
    Thanks given
    628
    Thanks received
    1,062
    Rep Power
    750
    Find where double hit is checked and post that.

    Attached image
    Reply With Quote  
     

  8. #8  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,570
    Thanks given
    871
    Thanks received
    1,745
    Rep Power
    5000
    Quote Originally Posted by Roshi View Post
    what?

    i still need help on this if anyone could please help me
    follow this tuturial http://www.rune-server.org/runescape...l-process.html

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  9. #9  
    Enter The Dragon
    Roshi's Avatar
    Join Date
    Nov 2012
    Age
    27
    Posts
    260
    Thanks given
    4
    Thanks received
    19
    Rep Power
    4
    bump
    Reply With Quote  
     

  10. #10  
    Enter The Dragon
    Roshi's Avatar
    Join Date
    Nov 2012
    Age
    27
    Posts
    260
    Thanks given
    4
    Thanks received
    19
    Rep Power
    4
    bump still need help
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 42
    Last Post: 09-07-2014, 01:12 AM
  2. 98% Dragon Claws Hits!
    By TheRedArmy in forum Show-off
    Replies: 67
    Last Post: 08-09-2010, 05:49 PM
  3. Gmaul Spec Hits Once not twice
    By Neekage in forum Help
    Replies: 0
    Last Post: 07-02-2010, 06:10 AM
  4. help getting rune claws with dragon claws spec
    By pkownage135 in forum Help
    Replies: 4
    Last Post: 02-02-2009, 07:24 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •