Jump to content
  • 0

[SOLVED] PvP Warper Edit


PapaZola

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

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;

}

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  764
  • Reputation:   220
  • Joined:  11/14/11
  • Last Seen:  

Remove this

if (agitcheck() || agitcheck2()) {
  mes "Sorry you cant enter during woe time.";
  close;
}

(4 times)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  379
  • Reputation:   304
  • Joined:  11/10/11
  • Last Seen:  

Hi.

Remove all occurrences of this part on your script:

if (agitcheck() || agitcheck2()) {
mes "Sorry you cant enter during woe time.";
close;
}

Note: (Use codebox instead of quote).

Edit: too late.

Edited by KeyWorld
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

thx Kenpachi

its works now

Edited by PapaZola
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...