Profile question - Printable Version +- Bot Exploit (http://www.botexploit.com/en/forum) +-- Forum: Bot Exploit Forum (/Forum-Bot-Exploit-Forum) +--- Forum: Support (/Forum-Support) +--- Thread: Profile question (/Thread-Profile-question) |
Profile question - Baldey - 10-19-2013 05:30 PM 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? RE: Profile question - Titanium - 10-20-2013 02:27 AM 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. RE: Profile question - Baldey - 10-20-2013 03:41 AM sweet. can i also insert a pause for a specified number of seconds somewhere in the middle of an xml profile? RE: Profile question - Titanium - 10-20-2013 05:04 AM 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" RE: Profile question - Baldey - 10-20-2013 01:37 PM badass ill have final versions of my keyruns posted soon, many improvements have been made, running a new version every day |