PewN Posted December 14, 2011 Posted December 14, 2011 can anyone give me a PVP WARPER with PVP POINTS/Deathmatch.. please 3 menu for pvp WARPER and have cash points and PCDievent the player will automatically Alive thx deathmatch room BATTLE ROOM Guild Vs. Guild room.. please... thanks very much for ur help Quote
0 DEsMOn Posted June 14, 2021 Posted June 14, 2021 On 12/14/2011 at 6:19 PM, Emistry said: for me..your posts is not informative..and quite blur about several section... so i just assume the script work like prontera,155,181,5 script Sample 718,{ mes "You have ^FF0000"+#CASHPOINTS+" Cash Points^000000."; set .@i,select("Death Match:Battle Room:Guild vs Guild"); warp .MapName$[.@i],0,0; end; OnInit: setarray .MapName$[0],"guild_vs1","guild_vs2","guild_vs3"; end; OnPCDieEvent: if( strcharinfo(3) == .MapName$[0] || strcharinfo(3) == .MapName$[1] || strcharinfo(3) == .MapName$[2] ){ message strcharinfo(0),"You died and will be revived."; sleep2 500; atcommand "@Alive"; warp .MapName$[0],0,0; } end; OnPCKillEvent: if( strcharinfo(3) == .MapName$[0] || strcharinfo(3) == .MapName$[1] || strcharinfo(3) == .MapName$[2] ){ if( killedrid != getcharid(2) ){ set #CASHPOINTS,#CASHPOINTS+1; dispbottom "Gained 1 Cash Points . Total = "+#CASHPOINTS; } } end; } guild_vs1 mapflag pvp guild_vs2 mapflag pvp guild_vs1 mapflag gvg Hello Sir, Need your help for adding restriction of equips in PVP map so player can play Champ Vs Champ Weapon and accessories only. I'm new in this so is it possible to guide? @EmistryI'm using this 2 script for Deathmatch, its working can u help me to make this work in 1 Script? & 1 request can u help me to make restriction in this room for Equip so Champ Vs Champ class can enjoy Weapon and Accessories. Somehow I managed to make this both script working, I'm learning since last month it would be great if u help me in this waiting for your reply.. Thanks in Advance..!! Champ_PVP.txt ChampPVPDMSupport.txt Quote
Emistry Posted December 14, 2011 Posted December 14, 2011 (edited) for me..your posts is not informative..and quite blur about several section... so i just assume the script work like prontera,155,181,5 script Sample 718,{ mes "You have ^FF0000"+#CASHPOINTS+" Cash Points^000000."; set .@i,select("Death Match:Battle Room:Guild vs Guild"); warp .MapName$[.@i],0,0; end; OnInit: setarray .MapName$[0],"guild_vs1","guild_vs2","guild_vs3"; end; OnPCDieEvent: if( strcharinfo(3) == .MapName$[0] || strcharinfo(3) == .MapName$[1] || strcharinfo(3) == .MapName$[2] ){ message strcharinfo(0),"You died and will be revived."; sleep2 500; atcommand "@Alive"; warp .MapName$[0],0,0; } end; OnPCKillEvent: if( strcharinfo(3) == .MapName$[0] || strcharinfo(3) == .MapName$[1] || strcharinfo(3) == .MapName$[2] ){ if( killedrid != getcharid(2) ){ set #CASHPOINTS,#CASHPOINTS+1; dispbottom "Gained 1 Cash Points . Total = "+#CASHPOINTS; } } end; } guild_vs1 mapflag pvp guild_vs2 mapflag pvp guild_vs1 mapflag gvg Edited December 14, 2011 by Emistry Quote
PewN Posted December 14, 2011 Author Posted December 14, 2011 (edited) thx emistry i will try it after playing DOTA not working for me.. the npc doesnt appear ? Edited December 14, 2011 by tykes13 Quote
manabeast Posted December 14, 2011 Posted December 14, 2011 prontera,155,181,5<Tab space>script<TAB space>Sample<Tab Space>718,{ Quote
PewN Posted December 15, 2011 Author Posted December 15, 2011 (edited) not working again... it says in line 2 mes "You have blah blah .. Edited December 15, 2011 by tykes13 Quote
Emistry Posted December 15, 2011 Posted December 15, 2011 manabeast has answered your problem in his post#4 =='' you didnt replace the HEADER SPACING with TAB after you just copy and paste the script into your server and load it Quote
PewN Posted December 15, 2011 Author Posted December 15, 2011 thx.. there are no errors now.. thank you very much Emistry and Manabest emistry.. how can i do the if u have been killed u will get - points Quote
Emistry Posted December 15, 2011 Posted December 15, 2011 add this line under the OnPCDieEvent Label set #CASHPOINTS,#CASHPOINTS - 1; dispbottom "Lost 1 Cash Point."; Quote
miyakee Posted June 20, 2012 Posted June 20, 2012 Hi Emistry, why i did not earn cash points? Do i need to do something with my database? Like create a new table? Quote
Malice Micer Posted June 22, 2012 Posted June 22, 2012 how about instead of cash points player will receive specific items like gold and will decrease if they were killed Quote
Question
PewN
can anyone give me a PVP WARPER with PVP POINTS/Deathmatch.. please
3 menu for pvp WARPER and have cash points and PCDievent the player will automatically Alive thx
deathmatch room
BATTLE ROOM
Guild Vs. Guild room..
please... thanks very much for ur help
10 answers 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.