Thread: Removing flames in a renamed client (correct way)

Results 1 to 8 of 8
  1. #1 Removing flames in a renamed client (correct way) 
    Registered Member
    Shamon King's Avatar
    Join Date
    Aug 2007
    Posts
    3,335
    Thanks given
    90
    Thanks received
    228
    Rep Power
    1363
    Description: Removing the flames on a client without having the white spots come up
    Difficulty: 1/10
    Assumed Knowledge: ctrl+f and knowing what commenting a line means
    Tested Client: Dragons Anarchy Client - mitb renamed client
    Classes Modified: Client.ajva

    people usaly just delete the whole method that makes flames on your client
    but by doing that it ends up showing whites spots where the flames should be

    the reason is beacuse they are either commenting out the wrong lines or deleting the method

    drawing the flames on the client is used in
    Code:
    private void drawFlames() {
    deleteting the line
    Code:
    doFlamesDrawing();
    will cause the white spots on the client so do not delete/comment out that line

    the only lines you need to delete/comment out are
    Code:
    calcFlamesPosition();
    now save
    compile
    and run
    Reply With Quote  
     

  2. #2  
    ritz929
    Guest
    Works for me


    Ps. Fancy sending me a good renamed client? the 2 i have are shocking ill rep you
    Reply With Quote  
     

  3. #3  
    Registered Member
    Shamon King's Avatar
    Join Date
    Aug 2007
    Posts
    3,335
    Thanks given
    90
    Thanks received
    228
    Rep Power
    1363
    sure ill upload one right now
    Reply With Quote  
     

  4. #4  
    ritz929
    Guest
    Ta mate
    Reply With Quote  
     

  5. #5  
    Registered Member
    Shamon King's Avatar
    Join Date
    Aug 2007
    Posts
    3,335
    Thanks given
    90
    Thanks received
    228
    Rep Power
    1363
    here it is
    http://rapidshare.com/files/12481035...ed.tar.gz.html
    its moparisthebests renamed 317 client
    its totaly blank
    Reply With Quote  
     

  6. #6  
    ritz929
    Guest
    ah, i got that 1 =( but the client.java is completely messed up i need a neat 1 ive been lookin all week.

    thanks anyway
    Reply With Quote  
     

  7. #7  
    Registered Member
    Shamon King's Avatar
    Join Date
    Aug 2007
    Posts
    3,335
    Thanks given
    90
    Thanks received
    228
    Rep Power
    1363
    ill fix it up for you continue this conversation on a pm
    Reply With Quote  
     

  8. #8  
    Registered Member Pharmacy's Avatar
    Join Date
    Feb 2008
    Posts
    149
    Thanks given
    0
    Thanks received
    2
    Rep Power
    70
    Quote Originally Posted by ritz929 View Post
    ah, i got that 1 =( but the client.java is completely messed up i need a neat 1 ive been lookin all week.

    thanks anyway
    use notepad ++ and it will make the client.java look alot better, or use a Java IDE
    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
  •