viewing paste stone war | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
-   script  Stone War::stone war    414,{
 
mes "Weclome to Stone War";
mes "This is a place for you to fight";
mes "What can I serve you?";
switch(select("Enter War:Stone Shop:Instruction Guide:Cancel")){
case 1:
    next;
        if (Class == Job_Novice) {
        if (countitem(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 "lakeside01",0,0;
        end;
        } else {
            mes "[stone war]";
            mes "Sorry! Only Novice Character are Allow to Enter";
        close;
        }
 
case 2:
    next;
        callshop "stonewarshop",1;
    close;
case 3:
    next;
        mes "blablabla";
    close;
case 4:
    close;
 
}
}
poring_c02 mapflag restricted 2
poring_c02 mapflag pvp
poring_c02 mapflag noexp
poring_c02 mapflag nomemo
poring_c02 mapflag nowarp
poring_c02 mapflag nowarpto
poring_c02 mapflag noteleport
poring_c02 mapflag nosave SavePoint
poring_c02 mapflag nomemo
poring_c02 mapflag nobranch
// --------- NPC Clones ---------
prontera,200,230,4 duplicate(StoneWar) stone war#m1-1 414
 
-   shop    stonewarshop    -1,4424:100000,7049:2
Viewed 1626 times, submitted by Streusel.