Jump to content
  • 0

Request PVP WARPER with PVP POINTS/Deathmatch WORKING


PewN

Question


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

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 by Emistry
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

thx emistry i will try it after playing DOTA

not working for me.. the npc doesnt appear ?

Edited by tykes13
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

prontera,155,181,5<Tab space>script<TAB space>Sample<Tab Space>718,{

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

not working again... it says in line 2 mes "You have blah blah ..

2vumw43.jpg

Edited by tykes13
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

:D 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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

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 :)

:D

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

add this line under the OnPCDieEvent Label

set #CASHPOINTS,#CASHPOINTS - 1;
dispbottom "Lost 1 Cash Point.";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  05/18/12
  • Last Seen:  

Hi Emistry, why i did not earn cash points? Do i need to do something with my database? Like create a new table?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  06/21/12
  • Last Seen:  

how about instead of cash points player will receive specific items like gold and will decrease if they were killed

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...