Thread: Help with Meele to magic

Results 1 to 2 of 2
  1. #1 Help with Meele to magic 
    Registered Member

    Join Date
    Dec 2006
    Age
    29
    Posts
    3,076
    Thanks given
    3
    Thanks received
    23
    Rep Power
    738
    When i attack with mage and then meele you cant combo, help me :L xx
    Skanking whilst playing RuneScape >...


    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,328
    Thanks given
    14
    Thanks received
    19
    Rep Power
    416
    Youll see this in client.java

    if (System.currentTimeMillis() - lastAttack < 500) {
    //sM("You must wait 4 seconds before casting this kind of spell again");
    break;
    }

    the part thats red thats what you need to change. I have 500 because its perfect.

    Then search
    if (System.currentTimeMillis() - lastAttack <
    again

    Youll see it again

    if (System.currentTimeMillis() - lastAttack < 500) {
    //sM("You must wait 4 seconds before casting this kind of spell again");
    break;
    }
    Then your done
    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

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