hi, is there a chance to do random wp in one file?
now i have a few different wp files and a random function in onleavecombat, which loads one of the wp files.
but i want to do this all in the wp file, is this possible?
thanks, pman
random waypoints in one wp file
Re: random waypoints in one wp file
you can change the profile events such as onleavecombat in the onload of a WP, here is an example
http://www.solarstrike.net/phpBB3/viewt ... 181#p36181
http://www.solarstrike.net/phpBB3/viewt ... 181#p36181
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: random waypoints in one wp file
i think thats not what i want, what i want is a wp file with for example 5x wp1, 10x wp2, 10x wp3, and so on. and before the bot runs to wp1, he calcs a random number and takes the random wp1, and this for all wps.