April 17, 20179 yr 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?
April 20, 20179 yr Author 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.
Create an account or sign in to comment