Jump to content

Recommended Posts

I'm writing an ICustomProfile and when it comes time to vendor it's not vendoring. I have:

Fsm.AddState(new ToTown { Priority = 4});

if (Bag.GetContainerNumFreeSlots <= 35)
                            {
                                wManagerSetting.CurrentSetting.MinFreeBagSlotsToGoToTown = 35;
                                ToTown.ForceToTown = true;
                                Others.Wait(2000);
                                ToTown.ForceToTown = true;
                                Others.Wait(2000);
                                wManagerSetting.CurrentSetting.MinFreeBagSlotsToGoToTown = 2;
                            }

If I click "Go to town" under Other Tools it shows in my log: You have disabled the forcing bot at go to town.

I have nothing in my profile to disable it, so I'm wondering, how do I enable it?

Link to comment
https://wrobot.eu/forums/topic/5694-icustomprofile-vendoring-issue/
Share on other sites

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