PDA

View Full Version : [508] Operate Skillcape [Base]



UnitedScape
June 22nd, 2010, 09:36
same as using skillcape emote but right clicking them on the wielded interface and using operate.

go into itemOperate.java

search for:
Code:


switch (itemid) {

and under it add:
Code:


case 9747: //attack
p.requestAnim(4959, 0);
p.requestGFX(823, 0);
break;

case 9748: //attack (t)
p.requestAnim(4959, 0);
p.requestGFX(823, 0);
break;

u can do the rest ur self, like i said its only a base!

Falcon211
June 22nd, 2010, 09:55
Looks great, might take the time to add it later. :D

UnitedScape
June 22nd, 2010, 10:00
okay great thanks