map,x,y,z script PvP Warper 100,{ if (!(agitcheck() || agitcheck2())) warp "pvp map",0,0; end;}
map,x,y,z script PvP Warper 100,{ warp "pvp map",0,0; end;OnInit: if (!(agitcheck() || agitcheck2())) end;OnAgitStart:OnAgitStart2: disablenpc strnpcinfo(0); end;OnAgitEnd:OnAgitEnd2: enablenpc strnpcinfo(0); end;}
how to add broadcast when player go in pvp? like "Player" Entered PVP Roommap,x,y,z script PvP Warper 100,{ if (!(agitcheck() || agitcheck2())) warp "pvp map",0,0; end;}
can you please add menu? Do you want to go? Yes and Nomap,x,y,z script PvP Warper 100,{ if (!(agitcheck() || agitcheck2())) { warp "pvp map",0,0; announce strcharinfo(0) + " has entered the pvp room.",0; } end;}
map,x,y,z script PvP Warper 100,{ if (!(agitcheck() || agitcheck2())) warp "pvp map",0,0; end;}
Code:map,x,y,z script PvP Warper 100,{ warp "pvp map",0,0; end;OnInit: if (!(agitcheck() || agitcheck2())) end;OnAgitStart:OnAgitStart2: disablenpc strnpcinfo(0); end;OnAgitEnd:OnAgitEnd2: enablenpc strnpcinfo(0); end;}
10+ for this support!Code:map,x,y,z script PvP Warper 100,{ if (!(agitcheck() || agitcheck2())) { warp "pvp map",0,0; announce strcharinfo(0) + " has entered the pvp room.",0; } end;}
add this for disable on woeis this correct?
prontera,165,177,3 script PVP Warper 106,{if (!(agitcheck() || agitcheck2())){ if (select("Yes!","No thanks.") == 2) close; warp "pvp_y_1-2",0,0; announce strcharinfo(0) + " has entered the PVP Room.",0; } end;}
Yes.is this correct?
prontera,165,177,3 script PVP Warper 106,{if (!(agitcheck() || agitcheck2())){ if (select("Yes!","No thanks.") == 2) close; warp "pvp_y_1-2",0,0; announce strcharinfo(0) + " has entered the PVP Room.",0; } end;}
prontera,165,177,3 script PvP Warper 106,{ if ( !agitcheck() || !agitcheck2() ) if (select("Sim!:Não")) == 2 close; warp "pvp_y_1-2",0,0; announce strcharinfo(0)+"has entered the PvP Room!",0; end;}
- script Checking -1,{ OnPcLoadMapEvent: if (strcharinfo(3) == "pvp_y_1-2") { if (!agitcheck() || !agitcheck2()) end; warp "prontera",150,150; dispbottom "War of Emperium Startss!"; } end;}
You can achieve that by using mapflag.I would do differently, because this way the person can go to @warp command.
You can achieve that by using mapflag.I would do differently, because this way the person can go to @warp command.
We use essential cookies to make this site work, and optional cookies to enhance your experience.