Danzon 4 Posted March 7, 2014 (edited) Custom Script : PvP Room Description : This is the real pvp you can't stop being alive here , 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 March 22, 2014 by Max 1 Edwige reacted to this Quote Share this post Link to post Share on other sites
Jezu 25 Posted March 7, 2014 (edited) Re-uploaded in case your site gets down. xD Note: You can use Hercules upload server here without payment so let's maximize it! ultimate_pvp_warper.txt Edited March 7, 2014 by Jezu Quote Share this post Link to post Share on other sites
Danzon 4 Posted March 7, 2014 (edited) Re-uploaded in case your site gets down. xD Note: You can use Hercules upload server here without payment so let's maximize it! haha ty , already done too. this script is used for my server , so far no buggy. Edited March 7, 2014 by Max Quote Share this post Link to post Share on other sites
AnnieRuru 957 Posted March 7, 2014 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 beOnPCDieEvent: 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 ... Quote Share this post Link to post Share on other sites
Danzon 4 Posted March 7, 2014 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 beOnPCDieEvent: 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 lol ty Annie for telling me yeah thats my fault :/ edited Quote Share this post Link to post Share on other sites