Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Posts posted by PapaZola

  1. anyone can help me fix this pvp warper

    i want make pvp warper can enter anytime

    this script pvp warper cant enter when woe

    help me fix it plz thx

    //========Autor=============

    // by Zic

    //========Comment===========

    prontera,147,101,6 script Arena Warper 730,{

    set @w1,getmapusers("pvp_y_1-2.gat");

    set @w2,getmapusers("gef_db.gat");

    set @w3,getmapusers("mor_pvproom.gat");

    set @w4,getmapusers("pvp_y_1-1.gat");

    mes "[^858FF1Unknown Fighter^000000]";

    mes "Hi ^ff8000"+strcharinfo(0)+"^000000,";

    mes "Do you like Fighting like Diablo?";

    next;

    menu "Yeah, I like fighting... oh, no I love it!!! !",f_ight7,"No . .",n_o7;

    f_ight7:

    next;

    mes "[^858FF1Unknown Fighter^000000]";

    mes "Choose an Arena and I'll warp you into.";

    menu "Pvp Solo Room ^C0C0C0[^000000^77B700"+@w1+"^000000/50^C0C0C0]^000000",pro7,"Pvp Normal Room ^C0C0C0[^000000^77B700"+@w2+"^000000/50^C0C0C0]^000000",izu7,"Pvp 1 vs 1 ^C0C0C0[^000000^77B700"+@w3+"^000000/2^C0C0C0]^000000",guild_vs2,"Pvp Non Donate Room ^C0C0C0[^000000^77B700"+@w4+"^000000/50^C0C0C0]^000000",guild_vs1,"Hm, I'm not a fighter anymore . .",noo7;

    pro7:

    next;

    if (getmapusers("pvp_y_1-2.gat") > 50) goto much;

    mes "[^858FF1Unknown Fighter^000000]";

    mes "Ok, Let's go !";

    next;

    if (agitcheck() || agitcheck2()) {

    mes "Sorry you cant enter during woe time.";

    close;

    }

    announce "Arena: "+strcharinfo(0)+", have entered the Pvp Solo Room!",bc_blue|bc_all;

    warp "pvp_y_1-2.gat", 0, 0; close;

    izu7:

    next;

    if (getmapusers("gef_db.gat") > 50) goto much;

    mes "[^858FF1Unknown Fighter^000000]";

    mes "Ok, Let's go !";

    next;

    if (agitcheck() || agitcheck2()) {

    mes "Sorry you cant enter during woe time.";

    close;

    }

    announce "Arena: "+strcharinfo(0)+", have entered the Pvp Normal Room!",bc_blue|bc_all;

    warp "gef_db.gat", 0, 0; close;

    guild_vs2:

    next;

    if (getmapusers("mor_pvproom.gat") > 2) goto much;

    mes "[^858FF1Unknown Fighter^000000]";

    mes "Ok, Let's go !";

    if (agitcheck() || agitcheck2()) {

    mes "Sorry you cant enter during woe time.";

    close;

    }

    announce "Arena: "+strcharinfo(0)+", have entered the Pvp 1 vs 1 Room!",bc_blue|bc_all;

    warp "mor_pvproom.gat", 0, 0; close;

    guild_vs1:

    next;

    if (getmapusers("pvp_y_1-2.gat") > 50) goto much;

    mes "[^858FF1Unknown Fighter^000000]";

    mes "Ok, Let's go !";

    next;

    if (agitcheck() || agitcheck2()) {

    mes "Sorry you cant enter during woe time.";

    close;

    }

    announce "Arena: "+strcharinfo(0)+", have entered the Pvp Non Donate Room!",bc_blue|bc_all;

    warp "pvp_y_1-1", 0, 0; close;

    noo7:

    next;

    mes "[^858FF1Diablo Fighter^000000]";

    mes "Are you timid?";

    close;

    n_o7:

    mes "[^858FF1Diablo Fighter^000000]";

    mes "Really?!";

    next;

    mes "[^858FF1Diablo Fighter^000000]";

    mes "How can it be?!";

    close;

    much:

    mes "[^858FF1Diablo Fighter^000000]";

    mes "I'm Sorry,";

    next;

    mes "[^858FF1Diablo Fighter^000000]";

    mes "But the arena is overfilled !";

    close;

    OnInit:

    waitingroom "PVP Warper",0;

    end;

    }

×
×
  • Create New...