Jump to content
  • 0
Deviszh

Requesting for a PVP Ranking w/ Reset.

Question

As the title says, i want to add pvp ranking w/ reset (GM 99 Only can reset) in my pvp room script.

 

Here's the script.

morocc,154,113,6	script	PvP Room	615,{

	[email protected]$ = "Izlude (Berry/Seed - ALLOWED) ["+getmapusers("pvp_y_1-2")+"/30]";
	if( getmapusers("pvp_y_1-2") >= 30 ) { mes "[PvP Room Master]", "I'm sorry but the PVP Room is already full!"; close; }
	[email protected]$ = "Izlude (x Berry/Seed) ["+getmapusers("pvp_y_2-2")+"/30]";
	if( getmapusers("pvp_y_2-2") >= 30 ) { mes "[PvP Room Master]", "I'm sorry but the PVP Room is already full!"; close; }
	mes "Where do you wanna go?";
	next;
	switch (select([email protected]$,	[email protected]$)) {
	case 1:
	announce strcharinfo(0)+" has joined Izlude (PVP, Berry/Seed - ALLOWED).",bc_all;
		warp "pvp_y_1-2",0,0;
		end;
	case 2:
	announce strcharinfo(0)+" has joined Izlude (x Berry/Seed).",bc_all;
		warp "pvp_y_2-2",0,0;
		end;
	case 3:
	announce strcharinfo(0)+" has joined Morocc Deathmatch (x Berry/Seed).",bc_all;
		warp "pvp_y_1-5",0,0;
		end;
		

OnInit:
waitingroom "PVP Room",0;
end;
	}
}



// PvP Room ----------------------------------------------
morocc,171,250,4	duplicate(PvP Room)	PvP Room#d2	615
louyang,225,98,3	duplicate(PvP Room)	PvP Room#d3	615
payon,167,234,3	duplicate(PvP Room)	PvP Room#d4	615
gonryun,170,142,3	duplicate(PvP Room)	PvP Room#d5	615
aldebaran,146,116,3	duplicate(PvP Room)	PvP Room#d6	615
ayothaya,161,159,3	duplicate(PvP Room)	PvP Room#d7	615
xmas,154,126,3	duplicate(PvP Room)	PvP Room#d8	615

Dont want to use GHOST PVP LADDER, because it has bug.

Edited by Deviszh
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.