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!
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!