Thread: Changing max combat level?

Results 1 to 6 of 6
  1. #1 Changing max combat level? 
    mrscape
    Guest
    Where do i change max combat level form 255 to like 230

    and were i change att lv from 99 to 110? (and the rest of the levels)
    Reply With Quote  
     

  2. #2  
    mrscape
    Guest
    Help please?
    Reply With Quote  
     

  3. #3  
    Registered Member Queer's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    781
    Thanks given
    210
    Thanks received
    33
    Rep Power
    33
    There's a guide on how to do this google it.

    Hint: player.java
    Reply With Quote  
     

  4. #4  
    R2Pking
    Guest
    Client.Java

    Search for
    getLevelForXP
    Find this in there.
    for (int lvl = 1; lvl <= ***; lvl++) {
    Replace the *'s with the max combat level you want.
    Find
    return 135;
    Replace the 135 with the max combat level you want

    This should be right, been awhile since i've coded a 317.
    Reply With Quote  
     

  5. #5  
    mrscape
    Guest
    Quote Originally Posted by R2Pking View Post
    Client.Java

    Search for
    Find this in there.
    Replace the *'s with the max combat level you want.
    Find
    Replace the 135 with the max combat level you want

    This should be right, been awhile since i've coded a 317.

    This just changes the level, not the Combat level


    Can anyone help me change the combat level?
    Reply With Quote  
     

  6. #6  
    mrscape
    Guest
    I need help please
    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
  •