Page 1 of 1

random waypoints in one wp file

Posted: Fri Apr 13, 2012 8:33 am
by pman
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

Re: random waypoints in one wp file

Posted: Fri Apr 13, 2012 6:36 pm
by lisa
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

Re: random waypoints in one wp file

Posted: Sat Apr 14, 2012 9:30 am
by pman
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.