Author Topic: Emote's  (Read 181 times)

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Emote's
« on: March 26, 2011, 11:11:59 pm »
Okaay So im using that clean delta that was released and  Non of the emote buttons worked So i
had to add them . so i thought id post them here incase you run into that problem So it saves you time ..

Quote
           case 168:
                        c.setAnimation(0x357);
                     break;
                case 169:
         
                      c.setAnimation(856);
                     break;

         case 162:
            c.setAnimation(0x359);
            break;

         case 164:
            c.setAnimation(0x35A);
            break;

         case 165:
            c.setAnimation(0x35B);
            break;

         case 161:
            c.setAnimation(0x35C);
            break;

         case 170:
            c.setAnimation(0x35D);
            break;

         case 171:
            c.setAnimation(0x35E);
            break;

         case 163:
            c.setAnimation(0x35F);
            break;

         case 167:
            c.setAnimation(0x360);
            break;

         case 172:
            c.setAnimation(0x361);
            break;

         case 166:
            c.setAnimation(866);
            break;

         case 52050:
            c.setAnimation(0x839);
            break;

         case 52051:
            c.setAnimation(0x83A);
            break;

         case 52052:
            c.setAnimation(0x83B);
            break;

         case 52053:
            c.setAnimation(0x83C);
            break;

         case 52054:
            c.setAnimation(0x83D);
            break;

         case 52055:
            c.setAnimation(0x83E);
            break;

         case 52056:
            c.setAnimation(0x83F);
            break;

         case 52057:
            c.setAnimation(0x840);
            break;

         case 52058:
            c.setAnimation(0x841);
            break;

         case 43092:
            c.setAnimation(0x558);
            break;

         case 2155:
            c.setAnimation(0x46B);
            break;

         case 25103:
            c.setAnimation(0x46A);
            break;

         case 25106:
            c.setAnimation(0x469);
            break;

         case 2154:
            c.setAnimation(0x468);
            break;

         case 52071:
            c.setAnimation(0x84F);
            break;

         case 52072:
            c.setAnimation(0x850);
            break;
         case 72032:
            c.setAnimation(3544);
            break;
         case 72033:
            c.setAnimation(3543);
            break;

Sorry i couldnt be botherd to name each one   But they go in order!

Offline Sajon

  • Rune Member
  • *
  • Posts: 166
  • Rep -1
  • Never Back down
  • Location: United Kingdom
    • View Profile
Re: Emote's
« Reply #1 on: March 26, 2011, 11:19:46 pm »
can you give me the link to that please

Offline Cinodor

  • I'm Awesome
  • Veteran
  • Pernix Member
  • *
  • Posts: 494
  • Rep 15
  • I Do Graphics To.
  • Location: GMT -6 (Oklahoma)
    • View Profile
Re: Emote's
« Reply #2 on: March 26, 2011, 11:25:03 pm »
You're helping the community with this kind of stuff, keep up the good work bro.
Signature Loading.. Please Wait..

Offline Sam

  • Bandos Member
  • *
  • Posts: 372
  • Rep 1
    • View Profile
Re: Emote's
« Reply #3 on: March 26, 2011, 11:25:29 pm »
Good job man, keep going with these helpful snippets! :)

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Re: Emote's
« Reply #4 on: March 26, 2011, 11:32:40 pm »
can you give me the link to that please

There is no link?   I had to Add theese to my server so I released here.

Offline Sajon

  • Rune Member
  • *
  • Posts: 166
  • Rep -1
  • Never Back down
  • Location: United Kingdom
    • View Profile
Re: Emote's
« Reply #5 on: March 27, 2011, 02:03:29 am »
 
can you give me the link to that please

There is no link?   I had to Add theese to my server so I released here.
A link to the clean delta

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Re: Emote's
« Reply #6 on: March 27, 2011, 03:26:21 am »
can you give me the link to that please

There is no link?   I had to Add theese to my server so I released here.
A link to the clean delta

I dont want to Advertise Were i got it from sorry :(

Offline Sam

  • Bandos Member
  • *
  • Posts: 372
  • Rep 1
    • View Profile
Re: Emote's
« Reply #7 on: March 27, 2011, 05:16:57 am »
Sajon, if you are looking for something, just search google.
You'll find what you want most times.

Stay on topic though please.

Offline Sajon

  • Rune Member
  • *
  • Posts: 166
  • Rep -1
  • Never Back down
  • Location: United Kingdom
    • View Profile
Re: Emote's
« Reply #8 on: March 27, 2011, 02:14:13 pm »
where do i put the codes am a noob at it and how

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Re: Emote's
« Reply #9 on: March 27, 2011, 03:31:11 pm »
you Only put It if your server dont have any emotes

Offline Sajon

  • Rune Member
  • *
  • Posts: 166
  • Rep -1
  • Never Back down
  • Location: United Kingdom
    • View Profile
Re: Emote's
« Reply #10 on: March 28, 2011, 05:16:15 pm »
yeah where do i put it?

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Re: Emote's
« Reply #11 on: March 28, 2011, 10:20:33 pm »
yeah where do i put it?

Clickingmost.java 

Is were i put it But your file may not be same as mine.