Jump to content

Telling bot to start using different food/drinks


Recommended Posts

I need a way to tell the bot to change current food/drink item in Regen module to specific item.

Example: I set regen to use lvl5 manadrink at 5lvl. i'm now 20 lvl and 5 lvl mana drinks are little too low so i want to tell the bot to change Regen item to something better like Melon Juice

Link to comment
Share on other sites

Hello,

No feature for it.

But, with quester profile you can force it.

Add step type runcode with this c# code:

wManagerSetting.CurrentSetting.FoodName = "New food name";

for water use:

wManagerSetting.CurrentSetting.DrinkName = "New water name";

 

Link to comment
Share on other sites

  • 4 months later...
On 16.3.2016 at 7:32 PM, Droidz said:

Hello,

No feature for it.

But, with quester profile you can force it.

Add step type runcode with this c# code:


wManagerSetting.CurrentSetting.FoodName = "New food name";

for water use:


wManagerSetting.CurrentSetting.DrinkName = "New water name";

 

is this planed to be a feature? or to write a plugin for it? would be awesome.

 

greets, Dreamful

Link to comment
Share on other sites

1 hour ago, Dreamful said:

is this planed to be a feature? or to write a plugin for it? would be awesome.

 

greets, Dreamful

Depends when you want it to be used and what food

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...