Jump to content
  • 0

Pvp room


Jonald

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  50
  • Reputation:   0
  • Joined:  02/02/17
  • Last Seen:  

Pvp room with menu and cant use @load commands and have pub with the user on pvp room

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

Flaris,115,85,4	script	PVP ROOM	615,{
mes "[ ^0065DFPVP Warper^000000 ]";
mes "Welcome To PVP Warper";
mes "I Can Help You Warp To PVP Room";
next;
mes "[ ^0065DFPVP Warper^000000 ]";
mes "You Ready?";
//switch(select("PvP Room 1:PvP Room 2:PvP Room 3:No")) {
switch(select("Yes:No")) {
case 1:
set zz_point,zz_point+1;
set my_point,zz_point;
//announce ""+ strcharinfo(0) +" Has Entered The PVP Room.." + zz_point + " Times ",bc_all; //announce and end
announce ""+ strcharinfo(0) +" Has Entered The PVP Room",bc_all; //announce and end
warp "desert" ,0,0;
close;
end;
//case 2:
//set zz_point,zz_point+1;
//set my_point,zz_point;
//announce ""+ strcharinfo(0) +" Has Entered The PVP Room.." + zz_point + " Times ",bc_all; //announce and end
//warp "guild_vs1" ,0,0;
//close;
//end;
//case 3:
//set zz_point,zz_point+1;
//set my_point,zz_point;
//announce ""+ strcharinfo(0) +" Has Entered The PVP Room.." + zz_point + " Times ",bc_all; //announce and end
//warp "guild_vs4" ,0,0;
//close;
//end;
case 5:
close;
}
OnInit:
initnpctimer;
end;

OnTimer1000:
delwaitingroom;
waitingroom "PVP Room - "+getmapusers("desert")+" Users.",0;
initnpctimer;
end;

//OnInit:
//waitingroom "Pvp Room- "+getmapusers("guild_vs3")+" Users.",0,0;
//end;
}



desert	mapflag	pvp
desert	mapflag	nosave
desert	mapflag	nowarp
desert	mapflag	nowarpto
desert	mapflag	noteleport
desert	mapflag	noreturn

here..

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...