June 2, 20187 yr 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?
June 2, 20187 yr 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.
June 2, 20187 yr Author I dont have any program to decompile and Im new at it, so will wait for @Droidz replay, and possible solution :)
June 18, 20187 yr @Droidz in ToTown state, make the loop i < 25 instead so people can enter larger amounts of food. Easy fix!
Create an account or sign in to comment