Page 1 of 1

Bot doesnt use latest potions

Posted: Tue Dec 28, 2010 6:09 pm
by botje
just reporting the bot doesnt find nor use the latest addition to the potions, the herbs of omnipotence.

this one came with Limo, so idont think many people are lvl 61 yet, but i made it this weekend, so just reporting :)

Botje

Re: Bot doesnt use latest potions

Posted: Tue Dec 28, 2010 8:21 pm
by rock5
"Herbs of Omnipotence" id 496222. So it's a level 61 potion?

What's the MP potion?

On another note using ItemPreview I see a level 62 skill called "Essence of Herbs of Omnipotence" that uses up a pot and does massive healing. Anyone know what that is? Is it even implemented yet?

Re: Bot doesnt use latest potions

Posted: Wed Dec 29, 2010 3:29 am
by botje
yeah sorry about that, im warrior so have no need for those stones.

but i looked for ya, and their called "Elemental Stone of Omnipotence"

and about that other thing, thats a skill, guess from the equipment.

Botje

Re: Bot doesnt use latest potions

Posted: Wed Dec 29, 2010 4:56 am
by rock5
botje wrote:yeah sorry about that, im warrior so have no need for those stones.

but i looked for ya, and their called "Elemental Stone of Omnipotence"

and about that other thing, thats a skill, guess from the equipment.

Botje
I think I have to update my ItemPreview data as i think the "Elemental Stone of Omnipotence" it's showing is the wrong one.

I'll try to find it again after it's updated.

Re: Bot doesnt use latest potions

Posted: Wed Dec 29, 2010 6:45 pm
by Starrider
i found the Herbs of Omnipotence as ID 208213
http://www.runesdatabase.com/item/20821 ... r-allmacht

Elemental Stone of Omnipotence ID 208214 http://www.runesdatabase.com/item/20821 ... r-allmacht
i added these to my consumables.xml an test it

Also remind:
<option name="USE_HP_POTION" value="best" /> <!-- potion select strategy: best|minstack -->

maybe if you have some other pots in the Bag if you choosed minstack it wont use the best pots.

Re: Bot doesnt use latest potions

Posted: Wed Dec 29, 2010 7:41 pm
by rock5
Starrider wrote:i found the Herbs of Omnipotence as ID 208213
http://www.runesdatabase.com/item/20821 ... r-allmacht

Elemental Stone of Omnipotence ID 208214 http://www.runesdatabase.com/item/20821 ... r-allmacht
i added these to my consumables.xml an test it

Also remind:
<option name="USE_HP_POTION" value="best" /> <!-- potion select strategy: best|minstack -->

maybe if you have some other pots in the Bag if you choosed minstack it wont use the best pots.
ItemPreview shows those ids don't have proper names. I'm not sure if you might have problems using them. Let us know if it works.

The best solution is to know, 100%, what the ids of the potions in your inventory are. Try putting those potions into the first bag slot and enter this command.

Code: Select all

/script SendSystemChat(string.format("%d","0x"..string.match(GetBagItemLink(GetBagItemInfo(1)),"item:(%x*)|")))
That should give you it's id number. Then we'll know for sure.

Re: Bot doesnt use latest potions

Posted: Thu Jan 06, 2011 7:31 am
by botje
added them manually, works fine for me :)

Botje