Jump to content

Requesting for Simple PvP Room


Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  09/07/12
  • Last Seen:  

hello pa request naman po ako ng pvp room kahit ung pinaka simple na

ung may izlude prontera morroc o kahit anung map ung walang error ung

hindi pwd mag @go at @warp thanks!

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   1
  • Joined:  05/27/12
  • Last Seen:  

<map>,<x>,<y>,<position><tab>script<tab>PVP<tab><npcsprite>,{

mes "[PVP]";

mes "Do you really wanna go to the Arena?";

switch(select("Sure:Nope")) {

case 1:

announce "["+strcharinfo(0)+"] Has Enter the Arena",bc_all,"0xFF0066",FW_BOLD,10;

warp "guild_vs3",0,0;

close;

case 2:

mes "Ok,see you later.";

close;

}

OnPCKillEvent:

if( killedrid == getcharid(3) || strcharinfo(3) != "guild_vs3" ) end;

announce strcharinfo(0)+" has Pawned "+rid2name(killedrid),0;

end;

}

//mapflags

guild_vs3<tab>mapflag<tab>pvp

guild_vs3<tab>mapflag<tab>nosave

guild_vs3<tab>mapflag<tab>noteleport

guild_vs3<tab>mapflag<tab>nowarpto

guild_vs3<tab>mapflag<tab>nowarp

guild_vs3<tab>mapflag<tab>nogo

guild_vs3<tab>mapflag<tab>nobranch

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
Reply to this topic...

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