Jump to content
  • 0

MvP/Branch Room


Promise

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

Hello everyone, my question is the next.

 

I just made this script;

prontera,164,172,4	script	MvP Room	813,{

mes "[MvP Warper]";
mes "Te gustaria ir a la sala MvP?";
next;
menu "Si!",continue,"No, gracias",L_No;

continue:
mes "[MvP Warper]";
mes "A que sala te gustaria ir?";
mes "Sala 1:" + getmapusers("pvp_n_1-1") + "/1";
mes "Sala 2:" + getmapusers("pvp_n_2-1") + "/1";
mes "Sala 3:" + getmapusers("pvp_n_3-1") + "/1";
mes "Sala 4:" + getmapusers("pvp_n_4-1") + "/1";
mes "Sala 5:" + getmapusers("pvp_n_5-1") + "/1";
mes "Sala 6:" + getmapusers("pvp_n_6-1") + "/1";
mes "Sala 7:" + getmapusers("pvp_n_7-1") + "/1";
mes "Sala 8:" + getmapusers("pvp_n_8-1") + "/1";
menu "Sala 1",sala1,"Sala 2",sala2,"Sala 3",sala3,"Sala 4",sala4,"Sala 5",sala5,"Sala 6",sala6,"Sala 7",sala7,"Sala 8",sala8;
next;

sala1:
	if(getmapusers("pvp_n_1-1") == 1) goto L_lleno;
	warp "pvp_n_1-1",105,105;
	close;

sala2:
	if(getmapusers("pvp_n_2-1") == 1) goto L_lleno;
	warp "pvp_n_1-1",105,105;
	close;

sala3:
	if(getmapusers("pvp_n_3-1") == 1) goto L_lleno;
	warp "pvp_n_1-1",105,105;
	close;

sala4:
	if(getmapusers("pvp_n_4-1") == 1) goto L_lleno;
	warp "pvp_n_1-1",105,105;
	close;

sala5:
	if(getmapusers("pvp_n_5-1") == 1) goto L_lleno;
	warp "pvp_n_1-1",105,105;
	close;

sala6:
	if(getmapusers("pvp_n_6-1") == 1) goto L_lleno;
	warp "pvp_n_1-1",105,105;
	close;

sala7:
	if(getmapusers("pvp_n_7-1") == 1) goto L_lleno;
	warp "pvp_n_1-1",105,105;
	close;

sala8:
	if(getmapusers("pvp_n_8-1") == 1) goto L_lleno;
	warp "pvp_n_1-1",105,105;
	close;


L_No:
mes "[MvP Warper]";
mes "Vuelve pronto!";
close;

L_lleno:
mes "[MvP Warper]";
mes "Lo siento, pero esta sala se encuentra llena.";
close;

}

pvp_n_1-1,107,107,4	shop	Branch	818,12103:5000000

And I need to do that you can enter by 1 person

And then his party can enter too.

 

 

And the other question, I have to add that when you die, resurrect in the same room with a healer to keep killing MVPs without remove your room.

 

Thank you!

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   3
  • Joined:  03/15/13
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

I will test it in my server.

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