Bot Exploit

Full Version: Profile question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to have the bot kill elites only for the first few maps, and then switch to kill all at a specified point somewhere in the middle of an xml script?
I've just added this function to the latest release.
Please download the latest version at http://botexploit.com/latest
0.9.199
- You can use xml syntax <Params name="enableKillElitesOnly" value="false"/> to temporarily disable killElitesOnly and <Params name="enableKillElitesOnly" value="false"/> to enable killElitesOnly after disabled. Note that in order for this syntax to work you have to enable the options of "Kill Elites Only" in Settings>General.
sweet. can i also insert a pause for a specified number of seconds somewhere in the middle of an xml profile?
You can use
<WaitTimer waitTime="2500" attack="false" />
where it indicates 2500 milliseconds, i.e. 2.5 seconds
if you want the character to attack while waiting you can set "attack" to "true"
badass Big Grin

ill have final versions of my keyruns posted soon, many improvements have been made, running a new version every day Tongue
Reference URL's