Jump to content
  • 0

Request PVP WARPER with PVP POINTS/Deathmatch WORKING


Question

Posted

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

  • 0
Posted
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

Posted (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 by Emistry
Posted

: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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...