leloush 7 Posted December 12, 2013 (edited) is there a script like thisin 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 December 12, 2013 by leloush Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted December 13, 2013 - 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. 1 leloush reacted to this Quote Share this post Link to post Share on other sites
0 leloush 7 Posted December 13, 2013 (edited) 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 Edited December 13, 2013 by leloush Quote Share this post Link to post Share on other sites
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 )
Edited by leloushthanks in advanced.
Share this post
Link to post
Share on other sites