PewN Posted December 14, 2011 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share 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 Link to comment Share on other sites More sharing options...
0 DEsMOn Posted June 14, 2021 Group: Members Topic Count: 63 Topics Per Day: 0.04 Content Count: 172 Reputation: 1 Joined: 11/16/20 Last Seen: November 4, 2023 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted December 14, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share 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 Link to comment Share on other sites More sharing options...
PewN Posted December 14, 2011 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
manabeast Posted December 14, 2011 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted December 14, 2011 prontera,155,181,5<Tab space>script<TAB space>Sample<Tab Space>718,{ Quote Link to comment Share on other sites More sharing options...
PewN Posted December 15, 2011 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted December 15, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share 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 Link to comment Share on other sites More sharing options...
PewN Posted December 15, 2011 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted December 15, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share Posted December 15, 2011 add this line under the OnPCDieEvent Label set #CASHPOINTS,#CASHPOINTS - 1; dispbottom "Lost 1 Cash Point."; Quote Link to comment Share on other sites More sharing options...
miyakee Posted June 20, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 05/18/12 Last Seen: November 25, 2015 Share 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 Link to comment Share on other sites More sharing options...
Malice Micer Posted June 22, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 1 Joined: 06/21/12 Last Seen: September 16, 2013 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.