Jump to content

  •  

Jet Kong

Member Since 14 May 2013
Offline Last Active Jun 04 2017 12:24 PM
-----

Topics I've Started

Cash Points in Killing monster

20 May 2013 - 04:22 PM

Gain a cash points killing a monster in a specific map.

 

I tried to make one searching all over this is all i've got

 


OnNPCKillEvent:
if( strcharinfo(3) == "prt_fild08" && killedrid == 1002 ){
set #CASHPOINTS, #CASHPOINTS +1;
dispbottom "Gained 1 cash points. Total " + #CASHPOINTS + " points";
}
end;

 

But.

 

Attached File  Untitled.jpg   32.08K   38 downloads

 

I hope you can help me  :D


Skill Animation

14 May 2013 - 02:03 PM

Hello,

 

I wanted to ask on how I can an animation to my custom skill, i'm done with the custom skill but it doesn't show any animations.

 

Attached File  q (1).jpg   103.44K   56 downloads

Attached File  q (2).jpg   103.22K   47 downloads