viewing paste Unknown #686 | C

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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
caspen,0,0,0    script  PvP Arena Warper    920,{
 
    set .@n$,"[PvP Arena Warper]";
 
    mes .@n$;
    mes "Hello "+strcharinfo(0)+",";
    mes "i can warp you to the different ^008000GinRO PvP Arenas^000000.";
    mes "Free For All Arena ^FF0000"+getmapusers("guild_vs3")+" ^000000 User";
    mes "Advanced Arena ^FF0000"+getmapusers("guild_vs1")+" ^000000 User";
    mes "No 3rd Skills Arena ^FF0000"+getmapusers("guild_vs2")+" ^000000 User";
    mes "No Potiona Arena  ^FF0000"+getmapusers("pvp_y_8-1")+" ^000000 User.";
    mes "GvG Arena  ^FF0000"+getmapusers("guild_vs4")+" ^000000 User.";
    mes "Nightmare Mode Arena  ^FF0000"+getmapusers("pvp_y_8-2")+" ^000000 User.";
    next;
    switch(select("Free For All Arena:Advanced Arena:No 3rd Skills Arena:No Potion Arena:GvG Arena:Nightmare Mode Arena:Cancel")){
    case 1:
        percentheal 100,100;
        sc_end SC_ALL;
        dispbottom "===========  IMPORTANT!!!! ===========";
        dispbottom "We have rules in here!!!!";
        dispbottom "No Insults, No Permkill and No Teaming ....";
        dispbottom "Please read the PvP and Server rules carefully on our Homepage.";
        dispbottom "THANKS =D";
        dispbottom "P.S.: Please try to behave civilized and not like wild monkeys!";
        dispbottom "====================================";
        close2;
        warp "guild_vs3",0,0;
        end;
    case 2:
        percentheal 100,100;
        sc_end SC_ALL;
        dispbottom "===========  IMPORTANT!!!! ===========";
        dispbottom "We have rules in here!!!!";
        dispbottom "No Insults, No Permkill and No Teaming ....";
        dispbottom "Please read the PvP and Server rules carefully on our Homepage.";
        dispbottom "THANKS =D";
        dispbottom "P.S.: Please try to behave civilized and not like wild monkeys!";
        dispbottom "====================================";
        close2;
        warp "guild_vs1",0,0;
        end;
    case 3:
        percentheal 100,100;
        sc_end SC_ALL;
        dispbottom "===========  IMPORTANT!!!! ===========";
        dispbottom "We have rules in here!!!!";
        dispbottom "No Insults, No Permkill and No Teaming ....";
        dispbottom "Please read the PvP and Server rules carefully on our Homepage.";
        dispbottom "THANKS =D";
        dispbottom "P.S.: Please try to behave civilized and not like wild monkeys!";
        dispbottom "====================================";
        close2;
        warp "guild_vs2",0,0;
        end;
    case 4:
        percentheal 100,100;
        sc_end SC_ALL;
        dispbottom "===========  IMPORTANT!!!! ===========";
        dispbottom "We have rules in here!!!!";
        dispbottom "No Insults, No Permkill and No Teaming ....";
        dispbottom "Please read the PvP and Server rules carefully on our Homepage.";
        dispbottom "THANKS =D";
        dispbottom "P.S.: Please try to behave civilized and not like wild monkeys!";
        dispbottom "====================================";
        close2;
        warp "pvp_y_8-1",0,0;
        end;
    case 5:
        percentheal 100,100;
        sc_end SC_ALL;
        dispbottom "===========  IMPORTANT!!!! ===========";
        dispbottom "We have rules in here!!!!";
        dispbottom "No Insults, No Permkill and No Teaming ....";
        dispbottom "Please read the PvP and Server rules carefully on our Homepage.";
        dispbottom "THANKS =D";
        dispbottom "P.S.: Please try to behave civilized and not like wild monkeys!";
        dispbottom "===================================="; 
        close2;
        warp "guild_vs4",0,0;
        end;
    case 6:
        percentheal 100,100;
        sc_end SC_ALL;
        dispbottom "===========  IMPORTANT!!!! ===========";
        dispbottom "We have rules in here!!!!";
        dispbottom "No Insults, No Permkill and No Teaming ....";
        dispbottom "Please read the PvP and Server rules carefully on our Homepage.";
        dispbottom "THANKS =D";
        dispbottom "P.S.: Please try to behave civilized and not like wild monkeys!";
        dispbottom "====================================";
        close2;
        warp "pvp_y_8-2",0,0;
        end;
    case 7:
        mes .@n$;
        mes "Bye.";
        close;
    }
}
 
-   script  PvP Back Warper -1,{
 
    mes "PvP Back Warper";
    mes "Would you like to return to Caspen?";
    next;
    if(select("No:Yes") == 2){
        progressbar "32cd32",5;
        warp "caspen",0,0;
        end;
    }
    mes "PvP Back Warper";
    close;
}
 
-   script  pvp_rules   -1,{
 
OnClock0101:
OnClock0301:
OnClock0501:
OnClock0701:
OnClock0901:
OnClock1101:
OnClock1301:
OnClock1501:
OnClock1701:
OnClock1901:
OnClock2101:
OnClock2301:
    mapannounce "guild_vs3","Please read the PvP and Server rules carefully on our Homepage.",8,0xFF0000;
    mapannounce "guild_vs1","Please read the PvP and Server rules carefully on our Homepage.",8,0xFF0000;
    mapannounce "guild_vs2","Please read the PvP and Server rules carefully on our Homepage.",8,0xFF0000;
    mapannounce "pvp_y_8-1","Please read the PvP and Server rules carefully on our Homepage.",8,0xFF0000;
    mapannounce "guild_vs4","Please read the PvP and Server rules carefully on our Homepage.",8,0xFF0000;
    mapannounce "pvp_y_8-2","Please read the PvP and Server rules carefully on our Homepage.",8,0xFF0000;
    end;
}
 
pvp_y_8-1   mapflag nomemo
pvp_y_8-1   mapflag noteleport
pvp_y_8-1   mapflag nosave  SavePoint
pvp_y_8-1   mapflag nobranch
pvp_y_8-1   mapflag noloot
pvp_y_8-1   mapflag novending
pvp_y_8-1   mapflag nogo
pvp_y_8-1   mapflag nodrop
pvp_y_8-1   mapflag restricted  64
pvp_y_8-2   mapflag nomemo
pvp_y_8-2   mapflag noteleport
pvp_y_8-2   mapflag nosave  SavePoint
pvp_y_8-2   mapflag nobranch
pvp_y_8-2   mapflag noloot
pvp_y_8-2   mapflag novending
pvp_y_8-2   mapflag nogo
pvp_y_8-2   mapflag pvp_nightmaredrop   random,equip,300
guild_vs1   mapflag nomemo
guild_vs1   mapflag noteleport
guild_vs1   mapflag nosave  SavePoint
guild_vs1   mapflag nobranch
guild_vs1   mapflag noloot
guild_vs1   mapflag novending
guild_vs1   mapflag nogo
guild_vs1   mapflag nodrop
guild_vs1   mapflag restricted  128
guild_vs2   mapflag nomemo
guild_vs2   mapflag noteleport
guild_vs2   mapflag nosave  SavePoint
guild_vs2   mapflag nobranch
guild_vs2   mapflag noloot
guild_vs2   mapflag nochat
guild_vs2   mapflag novending
guild_vs2   mapflag nodrop
guild_vs2   mapflag no3rdjobskills
guild_vs3   mapflag nomemo
guild_vs3   mapflag noteleport
guild_vs3   mapflag nosave  SavePoint
guild_vs3   mapflag nobranch
guild_vs3   mapflag noloot
guild_vs3   mapflag novending
guild_vs3   mapflag nogo
guild_vs3   mapflag nodrop
guild_vs4   mapflag nomemo
guild_vs4   mapflag noteleport
guild_vs4   mapflag nosave  SavePoint
guild_vs4   mapflag nobranch
guild_vs4   mapflag noloot
guild_vs4   mapflag novending
guild_vs4   mapflag nogo
guild_vs4   mapflag nodrop
guild_vs4   mapflag gvg
Viewed 763 times, submitted by Guest.