SoulInPain
June 25th, 2010, 19:28
Hey everyone this is my first ever post. I"m going to show you how to make a firecape emote for your 508 server. For this tutorial i'm using a bulby source.
First go to bulby>io>packets>actionbuttons and search for
if (buttonId == 39 && p.equipment[1] == 10662) {
p.requestGFX(816,1);
p.requestAnim(4945,1);
}
After the } Add this
if (buttonId == 39 && p.equipment[1] == 6570) {
p.requestGFX(441,1);
p.requestAnim(9095,1);
p.frames.sendMessage(p, "<img=0>Firecape Emote Made By <img=1>Soul In Pain<img=1>.<img=0>");
}
When its done it should look like this
if (buttonId == 39 && p.equipment[1] == 10662) {
p.requestGFX(816,1);
p.requestAnim(4945,1);
}
if (buttonId == 39 && p.equipment[1] == 6570) {
p.requestGFX(441,1);
p.requestAnim(9095,1);
p.frames.sendMessage(p, "<img=0>Firecape Emote Made By <img=1>Soul In Pain<img=1>.<img=0>");
}
Pictures -
Only the registered members can see the link.
Only the registered members can see the link.
First go to bulby>io>packets>actionbuttons and search for
if (buttonId == 39 && p.equipment[1] == 10662) {
p.requestGFX(816,1);
p.requestAnim(4945,1);
}
After the } Add this
if (buttonId == 39 && p.equipment[1] == 6570) {
p.requestGFX(441,1);
p.requestAnim(9095,1);
p.frames.sendMessage(p, "<img=0>Firecape Emote Made By <img=1>Soul In Pain<img=1>.<img=0>");
}
When its done it should look like this
if (buttonId == 39 && p.equipment[1] == 10662) {
p.requestGFX(816,1);
p.requestAnim(4945,1);
}
if (buttonId == 39 && p.equipment[1] == 6570) {
p.requestGFX(441,1);
p.requestAnim(9095,1);
p.frames.sendMessage(p, "<img=0>Firecape Emote Made By <img=1>Soul In Pain<img=1>.<img=0>");
}
Pictures -
Only the registered members can see the link.
Only the registered members can see the link.