Thread: How to make Skillcape Emotes

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 How to make Skillcape Emotes 
    Class A Pk
    Guest
    Description:How to add or switch Skillcape Emotes

    Difficulty:2

    Assumed Knowledge:Copy and Paste,Emote ID's,Gfx ID's

    Tested Server:ZDiddyReloaded (ZDR) Should work on all.

    Files/Classes Modified:Buttons.java

    Step 1.
    Go to Buttons.java lookup "Skill Capes" if you cant find it put this code in anywhere you want.

    Code:
    case 168: // Skill Capes
    Step 2.
    If you got case 168: // Skill Capes in skip this part but if not just listen ok if you dont got case 168: // Skill Capes add it like I said then make a Space then type this Code.

    Code:
    if (c.actionTimer <= 0) {
                    if (c.playerEquipment[c.playerCape] == 3777) {//STRENGTH
                        c.actionTimer = 8;
                        c.startAnimation(3451);
                        c.gfx100(481);
                        c.txt4 = "I Feal My Awsome Strength!!!";
                    }
    Step 3.
    The "if (c.playerEquipment[c.playerCape] == 3777 {//STRENGTH is the Id of the cape so to change it just fix the 3777 to your Strength Cape Id the "c.startAnimation(3451);" is the Emote ID so just change "3451" for a diffrent Emote ID "c.gfx100(481);" is the Gfx ID so just change "481" for a diffrent Gfx ID,Tip:Copy and Paste the "c.gfx100(481);" and change the Gfx ID for multiple Gfx's and last the "c.txt4 = "I Feal My Awsome Strength!!!";" is the Text so just change "I Feal My Awsome Strength!!!" for some Diffrent Text.

    Description.
    So basically all your doing to switch the Emote is Switching the "c.startAnimation(####);"

    Hope this Helps Thanks!
     

  2. #2  
    I LOVE CHEESE


    Join Date
    Oct 2007
    Age
    26
    Posts
    1,153
    Thanks given
    7
    Thanks received
    8
    Rep Power
    104
    Lol it works only in zdiddy but i dont think much source have a button.java mines dosent and almost none does .


     

  3. #3  
    Old School Member

    Join Date
    Feb 2008
    Age
    26
    Posts
    2,163
    Thanks given
    372
    Thanks received
    40
    Rep Power
    687
    Mine does gj, plus ill add to my zdiddyreload source.

    Quote Originally Posted by Colby View Post
    Rofl, moron. They're ALL going to be null idiot. This is such complete bullshit, it makes me want to strangle you.
     

  4. #4  
    Bloodraider
    Guest
    How does this classify as a tutorial? Copying 5 lines of code and saying change the ID?

    You didn't even edit the spelling (which sucks)

    sorry dude. Make your own bullshit instead of copying someone elses crap...
     

  5. #5  
    Class A Pk
    Guest
    Quote Originally Posted by Bloodraider View Post
    How does this classify as a tutorial? Copying 5 lines of code and saying change the ID?

    You didn't even edit the spelling (which sucks)

    sorry dude. Make your own bullshit instead of copying someone elses crap...
    Didn't copy no one else's stuff...
     

  6. #6  
    Hdtv
    Guest
    wtf this only works in zdiddy
     

  7. #7  
    T
    T is offline
    Registered Member
    T's Avatar
    Join Date
    Aug 2007
    Posts
    815
    Thanks given
    1
    Thanks received
    2
    Rep Power
    286
    this only works in zdiddy, however, if people were smart, they would learn to add it to their server. its a great tutorial tho.
     

  8. #8  
    Registered Member runescapedds's Avatar
    Join Date
    Jan 2008
    Posts
    514
    Thanks given
    9
    Thanks received
    2
    Rep Power
    41
    Quote Originally Posted by ♣Man0l0♣ View Post
    Lol it works only in zdiddy but i dont think much source have a button.java mines dosent and almost none does .
    dude are you dumb use your emotes case on client.java.
    [IMG]pokeplushies.com/images/adoptables/312899.gif[/IMG]

    [Only registered and activated users can see links. ] << level my plushie please
     

  9. #9  
    Bloodraider
    Guest
    Quote Originally Posted by Class A Pk View Post
    Didn't copy no one else's stuff...
    You're telling me, if I were to go download ZDR source RIGHT NOW, I wouldn't find that exact code in it?
     

  10. #10  
    Class A Pk
    Guest
    Wow bloodraider you got some smartass mouth for a *** tbh and dl it i dare you.
     

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

Tags for this Thread

View Tag Cloud

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