Jump to content

Recommended Posts

Pvproom

 

1,Pag Pumasok Ka Ng Pvp Makikita Name Mo..

2. pag nag kill/deth makikita din ung name..

 

 

thx.. 

Link to comment
Share on other sites


<mapname>,150,150,4 script PvP Warper 108,{

mes "[PvP Warper]";

mes "Want to enter to the PvP Arena?";

mes "PvP Users : [ ^008800" + getmapusers("guild_vs3") + "^000000 / 150 ]";

menu "Yes",L_YES,"No",L_NO;

L_YES:

if (sex)

{

announce "PvP Warper: Mr. "+ strcharinfo(0) +" has entered the PvP Arena.",1;

}

else

{

announce "PvP Warper: Ms. "+ strcharinfo(0) +" has entered the PvP Arena.",1;

}

warp "guild_vs3",0,0;

end;

L_NO:

mes "[PvP Warper]";

mes "Come back if you're interested";

close;

}

// Mapflags

guild_vs3 mapflag pvp

guild_vs3 mapflag pvp_noguild

guild_vs3 mapflag nosave

guild_vs3 mapflag noteleport

guild_vs3 mapflag nowarp

guild_vs3 mapflag nowarpto

new_1-1 mapflag nosave

new_1-1 mapflag noteleport

new_1-1 mapflag nowarp

new_1-1 mapflag nowarpto

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

Important Information

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