Advertisement
eKoh

warperv2

Aug 25th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. prontera,150,150,5 script 117,{
  2. set .map$,"prontera";
  3.  
  4. if ( JobLevel >= 10 ) {
  5.  
  6. warp .map$,150,150;
  7. end;
  8.  
  9. } else {
  10.  
  11. specialeffect2 313; percentheal 100,100;
  12. sleep2 200;
  13. specialeffect2 37; sc_start SC_INCREASEAGI,240000,10;
  14. sleep2 200;
  15. specialeffect2 42; sc_start SC_BLESSING,240000,10;
  16.  
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement