Thread: reposting how to add new gfx's

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 reposting how to add new gfx's 
    Banned

    Join Date
    May 2007
    Posts
    2,690
    Thanks given
    115
    Thanks received
    45
    Rep Power
    0
    as somone delete my thread i am reposting how to make new gfx's

    ok first of all open ur model viewer and search for this 19085 ( prayer cape gfx )

    now gzip 19085 and add it to ur model folder in client

    paste it and rename to 5802

    why to 5802? becouse 5802 is tele other gfx and we are replacing prayer gfx with it

    342 is sever sided gfx and 5802 is in model viewer, now compile it run ur client and type

    add model 5802 then close client and compile it

    run again and thats it

    add this to ur client.java ( server sided )

    Code:
    public void capeEmote() {
           if (playerEquipment[playerCape] == 2690) { //prayer
                  stillgfx(342, absY, absX);
                  setAnimation(1500);[/
                  }
                  }
    now search for case 168 it yes emote

    and replace it with this

    Code:
    			    case 168: 
        			              capeEmote();
          				      break;
     

  2. #2  
    Hippy
    Guest
    aahh you released it?
    you told me not to lol.
     

  3. #3  
    Banned

    Join Date
    May 2007
    Posts
    2,690
    Thanks given
    115
    Thanks received
    45
    Rep Power
    0
    i relased it becouse jukk did it on his forum...
    so no reason keeping it as a secret
     

  4. #4  
    Im Codeing
    Guest
    A N G E L, your ownage
     

  5. #5  
    Registered Member Jukk's Avatar
    Join Date
    Oct 2006
    Age
    28
    Posts
    1,881
    Thanks given
    0
    Thanks received
    18
    Rep Power
    436
    Angel, thats place where I release all my works, but sorry for ruining your fun
     

  6. #6  
    Brandon™
    Guest
    This is sooooooo old. People have known this for forever now, but I guess its a alright release. Anyways you should also post how to move your gfx up and down and its delay.
     

  7. #7  
    Banned

    Join Date
    May 2007
    Posts
    2,690
    Thanks given
    115
    Thanks received
    45
    Rep Power
    0
    what u mean it so old, this is new runescape gfx for skill cape

    and jukk np we are still mates
     

  8. #8  
    Registered Member R 0 B's Avatar
    Join Date
    Nov 2007
    Posts
    143
    Thanks given
    0
    Thanks received
    0
    Rep Power
    30
    client.java:21095: unreachable statement
    {
    ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    1 error
    * Finished compiling.

    Press any key to continue . . .


    LOL.
     

  9. #9  
    Banned

    Join Date
    May 2007
    Posts
    2,690
    Thanks given
    115
    Thanks received
    45
    Rep Power
    0
    can u post what is around the code? or add my msn [Only registered and activated users can see links. ]

    and send me ur client.java
     

  10. #10  
    Brandon™
    Guest
    I mean like people have known how to do this for ages. I believe I was the 3rd person to add a gfx to my client.
     

Page 1 of 2 12 LastLast

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
  •