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

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

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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