Jump to content

ICustomProfile Vendoring Issue!


Zan

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
Share on other sites

Yes. It is in the Npc DB and Active. It's listed as both Vendor and Repair and will not do either. I can vendor manually but I would rather use the ForceToTown feature instead.

Link to comment
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...