Jump to content

Recommended Posts

Greetings community,

Today I experienced strange Wrobot reactions..

I have set wrobot to buy 100x of [specific food] and its not doing it good, no metter what I put in "food amount" it will buy only 55x [specific food] instead of 100.

Any suggestions?

Link to comment
https://wrobot.eu/forums/topic/9510-wrobot-not-buying-good-amount-of-food/
Share on other sites

Decompile wManager.dll

change:

Vendor.BuyItem(wManagerSetting.CurrentSetting.FoodName, 1);
Vendor.BuyItem(wManagerSetting.CurrentSetting.DrinkName, 1);


Vendor.BuyItem(wManagerSetting.CurrentSetting.FoodName, 4);
Vendor.BuyItem(wManagerSetting.CurrentSetting.DrinkName, 4);

Recompile. Do this every wRobot update or wait for @Droidz to fix the loop that only goes for(var i=0; i < 10; i++), all he has to do is set it to 20 or 30.

  • 3 weeks later...

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