Jump to content

wrobot not buying good amount of food


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

Link to comment
Share on other sites

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