Thread: [PI] Make Rapier hit faster than other weapons?

Results 1 to 3 of 3
  1. #1 [PI] Make Rapier hit faster than other weapons? 
    Road to max

    Join Date
    Mar 2011
    Posts
    448
    Thanks given
    103
    Thanks received
    44
    Rep Power
    10
    Title says all. Basicly the Rapier hits at the same speed as the Longsword how can i make the Rapier hit faster?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by lorenso View Post
    Title says all. Basicly the Rapier hits at the same speed as the Longsword how can i make the Rapier hit faster?
    Very simple, go into combatassistant.java and search for
    Code:
    public int getAttackDelay(String s) {
    the method where it has attack speed, youll see a bunch of cases like for example, the rapier is 18349

    the rapier is most likely not added, just make a new case like this.

    Case 18349:
    return 4;

    Case 18349 means for the rapier
    Return 4 is the speed it attacks at, 4 is the speed rapier should be i believe.
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Aug 2016
    Posts
    52
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    i am really confused on how to paste in the code without messing up the whole thing...
    Reply With Quote  
     


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. How To Make Weapons Hit Faster
    By XxRoflxX in forum Help
    Replies: 1
    Last Post: 08-29-2010, 02:36 PM
  2. does any 1 know how to make range faster
    By superbombet in forum Help
    Replies: 1
    Last Post: 11-18-2009, 06:30 PM
  3. would this make bootup faster?
    By Hype Beast in forum Software
    Replies: 5
    Last Post: 09-11-2008, 01:25 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
  •