Advertisement
Guest User

Stone War

a guest
Dec 28th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. prontera,100,100,5 script Stone War 100,{
  2. if (Class == Job_Novice) {
  3. if (countitem(4424) < 1) getitem 4424,1;
  4. sc_end SC_CP_WEAPON;
  5. sc_end SC_CP_ARMOR;
  6. sc_end SC_CP_HELM;
  7. sc_end SC_CP_SHIELD;
  8. nude;
  9. sc_start SC_STRIPWEAPON,6000000,5; // you can change the duration
  10. sc_start SC_STRIPARMOR,6000000,5; // you can change the duration
  11. sc_start SC_STRIPSHIELD,6000000,5; // you can change the duration
  12. sc_start SC_STRIPHELM,6000000,5; // you can change the duration
  13. sleep2 500;
  14. warp "map",x,y;
  15. end;
  16. } else {
  17. mes "[Stone War]";
  18. mes "sorry for Novice only";
  19. close;
  20. }
  21. }
  22.  
  23. map mapflag restricted 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement