Jump to content
  • 0

PvP Announcer


greenieken

Question


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   1
  • Joined:  05/02/12
  • Last Seen:  

Here's my script:

 

prontera,155,181,5 script Sample 757,{

if( select("PVP Room [ "+getmapusers("prontera")+"/50 ]:Cancel") == 1 )

if( getmapusers("prontera") < 50 )

warp "prontera",0,0;

close;

}

 

What i wanted to happen is that when you enter the pvp, it will globally announce that you enter the pvp room. e.g.: Pogi entered the PvP Room!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   18
  • Joined:  01/02/12
  • Last Seen:  

header

if( select("PVP Room [ "+getmapusers("prontera")+"/50 ]:Cancel") == 1 )

if( getmapusers("prontera") < 50 )

warp "prontera",0,0;

announce ""+strcharinfo(0)+" entered the PvP Room!",2;

close;

}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

For me, it will be annoying, except you change that announcement into 'mapannounce'.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  403
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

Or do it if pvp was empty or have less than 5 ppl if you want that ppl come to the pvp room.

Maybe with a timer too because if a player has been chain kill x10 and come again again, your player will not be happy to see your broadcast 10x in 2 mins :P

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