Deathmatch PVP

Danzon

New member
Messages
80
Points
0
Location
In your heart
Discord
mikedanzon
Github
mikedanzon
Emulator
Custom Script : PvP Room

Description :

This is the real pvp you can't stop being alive here
default_biggrin.png
, 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

 

Attachments

Last edited by a moderator:
Re-uploaded in case your site gets down. xD

Note: You can use Hercules upload server here without payment so let's maximize it! 
default_tongue.png
haha ty , already done too.

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

 
Last edited by a moderator:
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
Code:
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 ...

tag.png

 
Last edited by a moderator:
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
Code:
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.gif
tag.png
lol ty Annie for telling me yeah thats my fault :/ edited

 
Back
Top