PDA

View Full Version : skillcape emotes



magicbus
June 24th, 2010, 13:13
Hay runelocus i really need help with this one.

i'v followed Corby Xevolutions guide to adding skillcape emotes. the tut is here...
Only the registered members can see the link.

and although all my capes are now attempting the emotes, afew simply arn't right.

my herblore, has no potion and only works facein one way?
my cooking has no pan...
my agility emote is just all over the place.

simple things are missing and im not entierly sure what to do.

is there a better guide to follow?
or does anyone know what i should do?

bloodpk3r
June 24th, 2010, 18:21
okay cant help you with the agility because same thing happens to me but the herblore and cooking not having their items is due to a part of the code misisng..
first off you need to add the models in for the items you want to use --- just to say a guide has been posted with these models
then you need to add a small part to the current emote code to enable the use of the item while doing the emote .. heres this bit


aClass20Array351[j].anInt359 = 10;
aClass20Array351[j].anInt360 = 9896+512;
aClass20Array351[j].anInt361 = 9896+512;
aClass20Array351[j].anInt363 = 1;
aClass20Array351[j].anInt364 = 1;
}

the one i used above is for cooking so if you add in the correct pan model as item 9896 into your client then add that to the code you will then have an item
for that emote.. :) enjoy

oh and the thing about the only working one way -- also happens to me i dont know of a fix as of yet so just letting you know your not the only one with problems for that

magicbus
June 24th, 2010, 23:56
this is a good start, thanks alot blood. surely there should just be a new "base" source released with working godswords,skillcape and things like d claws, so servers can take the next xtep forward.

anyone else with information, plz post