Thread: korasi spec no veng help please 317 pi

Results 1 to 8 of 8
  1. #1 korasi spec no veng help please 317 pi 
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    titel says it all the korasi spec does not trigger vengeance how can i fix this?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    bumb
    Reply With Quote  
     

  3. #3  
    -Founder Off Returnofpk-


    Join Date
    Oct 2012
    Age
    28
    Posts
    655
    Thanks given
    97
    Thanks received
    211
    Rep Power
    303
    Quote Originally Posted by ipkmills View Post
    titel says it all the korasi spec does not trigger vengeance how can i fix this?
    send me your spec metod in CombatAssistant.java
    Attached image
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Quote Originally Posted by sheepmonger View Post
    send me your spec metod in CombatAssistant.java
    Code:
      case 1488://korasi
    c.startAnimation(1872);
    c.specDamage = 2.0;
    c.specAccuracy = 7.40;
    if (Misc.random(5) == 1)
    c.specDamage = 0.75;
    c.gfx100(1224);
    c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    break;
    Reply With Quote  
     

  5. #5  
    -Founder Off Returnofpk-


    Join Date
    Oct 2012
    Age
    28
    Posts
    655
    Thanks given
    97
    Thanks received
    211
    Rep Power
    303
    Quote Originally Posted by ipkmills View Post
    Code:
      case 1488://korasi
    c.startAnimation(1872);
    c.specDamage = 2.0;
    c.specAccuracy = 7.40;
    if (Misc.random(5) == 1)
    c.specDamage = 0.75;
    c.gfx100(1224);
    c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    break;
    add this in player.java

    Code:
    public boolean ssSpec = false;

    and replace your one with this

    Code:
    case 1488:
    			c.gfx100(1224);
    			c.startAnimation(1872);
    			c.specAccuracy = 1.60;
    			c.specDamage = 1.7;
    			c.ssSpec = true;
    			c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    			break;
    Attached image
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    -Founder Off Returnofpk-


    Join Date
    Oct 2012
    Age
    28
    Posts
    655
    Thanks given
    97
    Thanks received
    211
    Rep Power
    303
    i changed it
    Attached image
    Reply With Quote  
     

  8. Thankful users:


  9. #7  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    thanks closed
    Reply With Quote  
     

  10. #8  
    -Founder Off Returnofpk-


    Join Date
    Oct 2012
    Age
    28
    Posts
    655
    Thanks given
    97
    Thanks received
    211
    Rep Power
    303
    Quote Originally Posted by ipkmills View Post
    thanks closed
    no problem
    Attached image
    Reply With Quote  
     

  11. Thankful user:



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. Help Command [317 PI]
    By king dark in forum Snippets
    Replies: 3
    Last Post: 08-14-2016, 02:32 PM
  2. Replies: 2
    Last Post: 01-20-2013, 12:23 AM
  3. Client Wont Load Please help ASAP! 317 pi
    By dawson11 in forum Help
    Replies: 1
    Last Post: 10-16-2012, 11:04 PM
  4. Need help quick please 317 pi
    By dawson11 in forum Help
    Replies: 8
    Last Post: 06-19-2012, 02:12 AM
  5. Need help please![317]
    By xARIx in forum Help
    Replies: 1
    Last Post: 02-25-2010, 10:03 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •