Page 1 of 1
New character 1-10 problems
Posted: Sun Aug 08, 2010 3:10 pm
by foure
i thought i would try the levelling bot demo's included with the bot and hit a few problems
I've tried this with both a mage and a warrior character.
First, the bot isn't finding any hp or mana pots in the invo and so the char is dieing or just standing still waiting for hp or mana, second, it's not looting at all.
The potion problem is it is 'not finding any (usable) hp/mana potions' in the invo when there are some there, this is a level 1 char so it uses the Simple First Aid Potion, and Simple Mana Potion, theat come from the gift bags.
I remember in the older bot you could write a line to make it use a mana/hp pot at a certain %, i think in the same section as the skills, but i can't find an example to copy.
Any help would be appreciated, thanks in advance.
Re: New character 1-10 problems
Posted: Sun Aug 08, 2010 3:24 pm
by Valleyguy
foure wrote:i thought i would try the levelling bot demo's included with the bot and hit a few problems
I've tried this with both a mage and a warrior character.
First, the bot isn't finding any hp or mana pots in the invo and so the char is dieing or just standing still waiting for hp or mana, second, it's not looting at all.
The potion problem is it is 'not finding any (usable) hp/mana potions' in the invo when there are some there, this is a level 1 char so it uses the Simple First Aid Potion, and Simple Mana Potion, theat come from the gift bags.
I remember in the older bot you could write a line to make it use a mana/hp pot at a certain %, i think in the same section as the skills, but i can't find an example to copy.
Any help would be appreciated, thanks in advance.
did you use the l1-10 demo profile or default? you should have in there :
Code: Select all
<option name="HP_LOW" value="70" />
<option name="MP_LOW_POTION" value="50" />
<option name="HP_LOW_POTION" value="40" />
<option name="USE_HP_POTION" value="best" /> <!-- potion select strategy: best|minstack -->
<option name="USE_MANA_POTION" value="best" /> <!-- potion select strategy: best|minstack -->
<!-- Rest if HP or Mana is below that level -->
<option name="HP_REST" value="15" />
<option name="MP_REST" value="15" />
Or something close to that ... make sure your potion use is a number higher then your rest % otherwise the bot will rest instead of using a potion...
Re: New character 1-10 problems
Posted: Sun Aug 08, 2010 3:36 pm
by foure
yes i did, and now another problem since i updated, the egg bot won't work, it just keeps collecting feed bags, i was using it before i updated, and used the same profile and waypoint scripts after, and now nothing...
I'm thinking updating wasn't such a good idea...
Re: New character 1-10 problems
Posted: Sun Aug 08, 2010 3:41 pm
by Valleyguy
foure wrote:yes i did, and now another problem since i updated, the egg bot won't work, it just keeps collecting feed bags, i was using it before i updated, and used the same profile and waypoint scripts after, and now nothing...
I'm thinking updating wasn't such a good idea...
i find updating with existing bot files in the rom directory always screws up for a clean version use the SVN and del everything in the rom folder (including subfolders) make sure you back up your custom files (profiles & waypoints)
dont use the update.lua file either use the SVN update as stated in this thread:
http://www.solarstrike.net/phpBB3/viewt ... f=21&t=163
Re: New character 1-10 problems
Posted: Sun Aug 08, 2010 4:35 pm
by foure
thanks, will try that