Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/20/22 in all areas

  1. Hello Sand Box, I think there is some error with the script about the party pvp, when i click the party type, it stuck, following is my edit script. prontera,162,159,4 script 1v1 PK 843,{ mes .Npc_Name$; mes "Hello!"; switch(select("1vs1 PvP:Party PvP")) { next; mes .Npc_Name$; case 1: if(getmapusers(.Map$[0]) > 1) { mes "There are people fighting in this map!"; close; } mes "Goodluck!"; warp .Map$[0],0,0; announce strcharinfo(0)+" entered the 1 VS 1 PvP Room",0; close; break; case 2: if(!strcharinfo(1)) { mes "You must have a party in order to enter!"; close; } mes "Goodluck!"; warp .Map$[1],0,0; announce strcharinfo(0)+" entered the Party PvP Room",0; close; break; } end; OnInit: waitingroom "1v1 PvP",0; .Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]"; setarray .Map$[0],"pvp_y_4-4","pvp_y_8-5"; end; } Kindly wait for your help yea...
    1 point
×
×
  • Create New...