PDA

View Full Version : Korasi sword gfx + emote



Intensive Tony
August 12th, 2011, 08:58
emote 14788
gfx 1729
gfx 1730
gfx 2795

VitalityX
August 12th, 2011, 08:59
Thanks, even though i have this some people don't :)

BrownCoder
August 12th, 2011, 09:03
Everyones got this.

Bence
August 12th, 2011, 11:41
You forgot gfx 2795 anyway..

hellman2741
August 12th, 2011, 11:43
There's 2 gfx, one for the player, one for the npc

Beuner
August 13th, 2011, 09:45
Ty, already got it from R-S but good that u release it here to

lube
August 13th, 2011, 19:26
also
1730

Botter
August 17th, 2011, 19:44
u guys have the actual code for playervsplayer of this?

elite beast
September 8th, 2011, 23:31
here botter


case 19780: //Korasi Sword
p.graphics(1729, 0);
p.animate(14788, 0);
p.graphics(2795, 0);
World.getWorld().submit(new Tickable(1) {
public void execute() {
p2.hit(p, meleeDamage);
this.stop();
}
});
break;