Shawes
June 22nd, 2010, 01:11
How do i fix the normal emotes? They are wierd atm. Not as they should be.
How do i change the ids of emotes? Or anyone can send me thier working 317 delta emotes?
case 162:
// think emote
c.setAnimation(0x359);
break;
case 164:
// bow emote
c.setAnimation(0x35A);
break;
case 165:
// angry emote
c.setAnimation(0x35B);
break;
case 161:
// cry emote
c.setAnimation(0x35C);
break;
case 170:
// laugh emote
c.setAnimation(0x35D);
break;
case 171:
// cheer emote
c.setAnimation(0x35E);
break;
case 163:
// wave emote
c.setAnimation(0x35F);
break;
case 167:
// beckon emote
c.setAnimation(0x360);
break;
case 172:
// clap emote
c.setAnimation(0x361);
break;
case 166:
// dance emote
c.setAnimation(866);
break;
case 52050:
// panic emote
c.setAnimation(0x839);
break;
case 52051:
// jig emote
c.setAnimation(0x83A);
break;
case 52052:
// spin emote;
c.setAnimation(0x83B);
break;
case 52053:
// headbang emote
c.setAnimation(0x83C);
break;
case 52054:
// joy jump emote
c.setAnimation(0x83D);
break;
case 52055:
// rasp' berry emote
c.setAnimation(0x83E);
break;
case 52056:
// yawn emote
c.setAnimation(0x83F);
break;
case 52057:
// salute emote
c.setAnimation(0x840);
break;
case 52058:
// shrug emote
c.setAnimation(0x841);
break;
case 43092:
// blow kiss emote
c.setAnimation(0x558);
break;
case 2155:
// glass box emote
c.setAnimation(0x46B);
break;
case 25103:
// climb rope emote
c.setAnimation(0x46A);
break;
case 25106:
// lean emote
c.setAnimation(0x469);
break;
case 2154:
// glass wall emote
c.setAnimation(0x468);
break;
case 52071:
// goblin bow emote
c.setAnimation(0x84F);
break;
case 52072:
// goblin dance emote
c.setAnimation(0x850);
break;
case 72032:
// zombie walk emote
c.setAnimation(3544);
break;
case 72033:
// zombie walk emote
c.setAnimation(3543);
How do i change the ids of emotes? Or anyone can send me thier working 317 delta emotes?
case 162:
// think emote
c.setAnimation(0x359);
break;
case 164:
// bow emote
c.setAnimation(0x35A);
break;
case 165:
// angry emote
c.setAnimation(0x35B);
break;
case 161:
// cry emote
c.setAnimation(0x35C);
break;
case 170:
// laugh emote
c.setAnimation(0x35D);
break;
case 171:
// cheer emote
c.setAnimation(0x35E);
break;
case 163:
// wave emote
c.setAnimation(0x35F);
break;
case 167:
// beckon emote
c.setAnimation(0x360);
break;
case 172:
// clap emote
c.setAnimation(0x361);
break;
case 166:
// dance emote
c.setAnimation(866);
break;
case 52050:
// panic emote
c.setAnimation(0x839);
break;
case 52051:
// jig emote
c.setAnimation(0x83A);
break;
case 52052:
// spin emote;
c.setAnimation(0x83B);
break;
case 52053:
// headbang emote
c.setAnimation(0x83C);
break;
case 52054:
// joy jump emote
c.setAnimation(0x83D);
break;
case 52055:
// rasp' berry emote
c.setAnimation(0x83E);
break;
case 52056:
// yawn emote
c.setAnimation(0x83F);
break;
case 52057:
// salute emote
c.setAnimation(0x840);
break;
case 52058:
// shrug emote
c.setAnimation(0x841);
break;
case 43092:
// blow kiss emote
c.setAnimation(0x558);
break;
case 2155:
// glass box emote
c.setAnimation(0x46B);
break;
case 25103:
// climb rope emote
c.setAnimation(0x46A);
break;
case 25106:
// lean emote
c.setAnimation(0x469);
break;
case 2154:
// glass wall emote
c.setAnimation(0x468);
break;
case 52071:
// goblin bow emote
c.setAnimation(0x84F);
break;
case 52072:
// goblin dance emote
c.setAnimation(0x850);
break;
case 72032:
// zombie walk emote
c.setAnimation(3544);
break;
case 72033:
// zombie walk emote
c.setAnimation(3543);