greenieken Posted March 17, 2013 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 154 Reputation: 1 Joined: 05/02/12 Last Seen: June 5, 2020 Share Posted March 17, 2013 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! Quote Link to comment Share on other sites More sharing options...
Rosemount Posted March 17, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 18 Joined: 01/02/12 Last Seen: March 25, 2023 Share Posted March 17, 2013 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; } Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 17, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted March 17, 2013 For me, it will be annoying, except you change that announcement into 'mapannounce'. Quote Link to comment Share on other sites More sharing options...
Shakto Posted March 17, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 415 Reputation: 96 Joined: 02/07/13 Last Seen: 2 hours ago Share Posted March 17, 2013 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 Quote Link to comment Share on other sites More sharing options...
Question
greenieken
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.