Jump to content
  • 0
PewN

Request PVP WARPER with PVP POINTS/Deathmatch WORKING

Question

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
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 [email protected],select("Death Match:Battle Room:Guild vs Guild");
warp .MapName$[[email protected]],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

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 [email protected],select("Death Match:Battle Room:Guild vs Guild");
warp .MapName$[[email protected]],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

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

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

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

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

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.