Jump to content
Sign in to follow this  
Danzon

Deathmatch PVP

Recommended Posts

Custom Script : PvP Room

 

Description :

This is the real pvp you can't stop being alive here :D , if you kill someone they will be alive again and fast movement speed.

This script originally from Ultimate PvP Warper ( I don't know the author is ).

 

Download : 

 

pvp_master.txt

Edited by Max

Share this post


Link to post
Share on other sites

Re-uploaded in case your site gets down. xD

 

Note: You can use Hercules upload server here without payment so let's maximize it!  :P

 

haha ty , already done too.

this script is used for my server , so far no buggy.

Edited by Max

Share this post


Link to post
Share on other sites

this part is screw up

OnPCDieEvent:if(strcharinfo(3) == "guild_vs3") {	dispbottom "You will respawn in 3 Seconds.";	sleep2 3000;	atcommand "@alive";	atcommand "@heal";	warp "guild_vs3",0,0;	atcommand "@speed 50";	end;}	// items not allowed in PVP NoPotion	setarray .NoPotion_ids[0], 607, 608; //	// items not allowed in Non Donator PVP//	setarray .NoDonator_ids[0], 2410, 1530;//	end;
it should be
OnPCDieEvent:	if ( strcharinfo(3) == "guild_vs3" ) {		dispbottom "You will respawn in 3 seconds";		sleep2 3000;		warp "guild_vs3", 0,0;		percentheal 100,100;		atcommand "@speed 50";	}	end;OnInit:	// items not allowed in PVP NoPotion	setarray .NoPotion_ids[0], 607, 608;	// items not allowed in Non Donator PVP//	setarray .NoDonator_ids[0], 2410, 1530;	end;
and ...

I wonder if you guys can actually do this ...

 

post-4102-0-65630500-1394191949_thumb.png

Share this post


Link to post
Share on other sites

 

this part is screw up

OnPCDieEvent:if(strcharinfo(3) == "guild_vs3") {	dispbottom "You will respawn in 3 Seconds.";	sleep2 3000;	atcommand "@alive";	atcommand "@heal";	warp "guild_vs3",0,0;	atcommand "@speed 50";	end;}	// items not allowed in PVP NoPotion	setarray .NoPotion_ids[0], 607, 608; //	// items not allowed in Non Donator PVP//	setarray .NoDonator_ids[0], 2410, 1530;//	end;
it should be
OnPCDieEvent:	if ( strcharinfo(3) == "guild_vs3" ) {		dispbottom "You will respawn in 3 seconds";		sleep2 3000;		warp "guild_vs3", 0,0;		percentheal 100,100;		atcommand "@speed 50";	}	end;OnInit:	// items not allowed in PVP NoPotion	setarray .NoPotion_ids[0], 607, 608;	// items not allowed in Non Donator PVP//	setarray .NoDonator_ids[0], 2410, 1530;	end;
and ...

I wonder if you guys can actually do this ...

 

attachicon.giftag.png

 

lol ty Annie for telling me yeah thats my fault :/ edited

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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