PDA

View Full Version : [508] Firecape Emote [508]



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.

Trey
June 25th, 2010, 19:32
Use code tags, and at least make it an else if, there's no reason to check both because they can't both be true. And is hardcoding credit in for yourself really necessary? I means it's like 4 lines of code...

SoulInPain
June 25th, 2010, 19:34
Use code tags, and at least make it an else if, there's no reason to check both because they can't both be true. And is hardcoding credit in for yourself really necessary? I means it's like 4 lines of code...

Well im sorry. This is my first ever time posting here. And I dont even know what code tags are. And the credit is easy to change..

Trey
June 25th, 2010, 19:36
Well im sorry. This is my first ever time posting here. And ill try to the code tag things.

I wasn't criticizing, just giving some suggestions/opinions.

SoulInPain
June 25th, 2010, 19:40
I wasn't criticizing, just giving some suggestions/opinions.

Oh ok. I'm sorry i took it the wrong way. And how do i add code tags?

Trey
June 25th, 2010, 19:43
Oh ok. I'm sorry i took it the wrong way. And how do i add code tags?

Around a piece of code place [ code ] and [/ code ]

Like this:

[ code ]
code here
[ /code ]

But without the spaces.

SoulInPain
June 25th, 2010, 19:47
Around a piece of code place [ code ] and [/ code ]

Like this:

[ code ]
code here
[ /code ]

But without the spaces.

Oh ok added them. Thanks alot. And do you like the emote idea. 'Cause i got a deathcape one i might post too.

Mario
June 25th, 2010, 20:23
Thank you for this!

Devastation
June 25th, 2010, 20:32
you didnt do shit. you copied skillcape emotes. changed the emote and gfx. wow. your soooo pro. And put your name on it.
Cul.

SoulInPain
June 25th, 2010, 20:39
@Devastation Oh damn. We have a smart one here. Sorry i didnt meet up to your expectations (saracasm)

@Mario No problem man. Great thanks to you.

Devastation
June 25th, 2010, 20:50
next time dont have sm be "made by soulinpain" lol....
Maybe to compete i'll right a tutorial and make it so when you drink a potion itll say made by devastation... how selfish for C+P.

Lolliescape
June 25th, 2010, 23:46
Haha nice,
Make a gif though with the firecape,

UnitedScape
June 26th, 2010, 01:14
Thanks soulinpain devastation this is a tut section not a argue section

Devastation
June 26th, 2010, 22:57
Thanks soulinpain devastation this is a tut section not a argue section

k00l...

SoulInPain
June 28th, 2010, 02:21
Thanks eveyone. And Devastaion just grow up and leave.