Jump to content
  • 0
Sign in to follow this  
leloush

Question guys..

Question

is there a script like this

in a ( small map/room = as the waiting room ) is it possible to make a random pick of player that in the > ( small map/room = as the waiting room )

then automatically warped @ ( example arena )

 

 


thanks in advanced.

Edited by leloush

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

-	script	Sample	-1,{	OnMinute00:		query_sql "SELECT `account_id` FROM `char` WHERE `last_map` = 'prontera' ORDER BY RAND() LIMIT 1",.@aid;		if ( attachrid( .@aid ) )			warp "prontera",150,150;		end;}	

 

 

Randomly choose a character on map prontera. Attach their account id and then do the warp.

Share this post


Link to post
Share on other sites
  • 0

Randomly choose a character on map prontera. Attach their account id and then do the warp. 

nvm sir pats.. btw thank you for this it works perfectly  :D

Edited by leloush

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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