Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,100,100,5 script Stone War 100,{
- if (Class == Job_Novice) {
- if (countitem(4424) < 1) getitem 4424,1;
- sc_end SC_CP_WEAPON;
- sc_end SC_CP_ARMOR;
- sc_end SC_CP_HELM;
- sc_end SC_CP_SHIELD;
- nude;
- sc_start SC_STRIPWEAPON,6000000,5; // you can change the duration
- sc_start SC_STRIPARMOR,6000000,5; // you can change the duration
- sc_start SC_STRIPSHIELD,6000000,5; // you can change the duration
- sc_start SC_STRIPHELM,6000000,5; // you can change the duration
- sleep2 500;
- warp "map",x,y;
- end;
- } else {
- mes "[Stone War]";
- mes "sorry for Novice only";
- close;
- }
- }
- map mapflag restricted 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement