Jump to content

Recommended Posts

Does WRobot always sell everything no matter what you have selected?
Does someone else have the problem that WRobot always sells everything (grey, white, green, ...), even if you only want it to sell greys?
The only items spared from this are the items on my do-not-sell list.

  • 6 months later...

as far as i see it there is just one line at the very start that toggles selling on. i disabled that, althoug it doesn't change anything about the item quality that should be sold. problem still persists.

4 minutes ago, eniac86 said:

@Droidz here is another log of this problem from a second toon.

31 Jan 2018 11H55.log.html

It is your profile 

Quote

[D] 11:57:52 - [Quester] RunCode[0]: wManager.wManagerSetting.CurrentSetting.Selling = true;
wManager.wManagerSetting.CurrentSetting.AttackElite = true;
wManager.wManagerSetting.CurrentSetting.CanAttackUnitsAlreadyInFight = false;
wManager.wManagerSetting.CurrentSetting.AttackBeforeBeingAttacked = true;
wManager.wManagerSetting.CurrentSetting.SellGray = true;
wManager.wManagerSetting.CurrentSetting.SellWhite = true;
wManager.wManagerSetting.CurrentSetting.SellGreen = true;
wManager.wManagerSetting.CurrentSetting.SellBlue = false;
wManager.wManagerSetting.CurrentSetting.FlightMasterTaxiUse = true;
wManager.wManagerSetting.CurrentSetting.FlightMasterDiscoverRange = 750;
wManager.wManagerSetting.CurrentSetting.LootChests = true;
wManager.wManagerSetting.CurrentSetting.MaxUnitsNear = 1;
wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false;
wManager.wManagerSetting.CurrentSetting.FlightMasterTaxiDistance = 5000;

Edit him and remove line (in first step) :

wManager.wManagerSetting.CurrentSetting.SellGreen = true;

 

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