Jump to content

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

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";

 

  • 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

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

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...