BadBoiBotter 1 Posted November 29, 2019 Share Posted November 29, 2019 Hey, I have this problem that when I exit a 5man dungeon, my bot immediately tries to ToTown to repair, mail and vendor. I have "minimum free slots to go to town set to 0". It's a problem because I need to make the bot open a gate before and move a few yards before I can let it go to town. Any idea what could be causing this or if there is a workaround? https://pastebin.com/VvKvLpD2 this is my error log and my profile (edited version of nudl dungeon) Stratholme.xml Link to comment https://wrobot.eu/forums/topic/11715-profile-tries-to-totown-after-exiting-instance-even-though-it-shouldnt/ Share on other sites More sharing options...
TheSmokie 242 Posted November 29, 2019 Share Posted November 29, 2019 Write the code into your profile. Link to comment https://wrobot.eu/forums/topic/11715-profile-tries-to-totown-after-exiting-instance-even-though-it-shouldnt/#findComment-56210 Share on other sites More sharing options...
BadBoiBotter 1 Posted November 29, 2019 Author Share Posted November 29, 2019 The profile has Quote wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; wManager.wManagerSetting.CurrentSetting.MaxUnitsNear=99; wManager.wManagerSetting.CurrentSetting.MinFreeBagSlotsToGoToTown = 0; wManager.wManagerSetting.CurrentSetting.CanAttackUnitsAlreadyInFight = true; wManager.wManagerSetting.CurrentSetting.AttackElite = true; wManager.wManagerSetting.CurrentSetting.AttackBeforeBeingAttacked = true; wManager.wManagerSetting.CurrentSetting.SearchRadius=40; wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; wManager.wManagerSetting.CurrentSetting.NpcScanVendor = true; wManager.wManagerSetting.CurrentSetting.NpcScanRepair = true; RunCode and never tries to vendor from inside the instance, I just don't understand why it tries to suddenly when I exit the instance when I haven't changed any settings. Because it tries to, it will just run into the Stratholme backdoor gate, not being able to open it. I need the profile to 1. Exit dungeon 2. Wait with To-Town 3. Move to gate lever, click it 4. Move outside of gate 5. Now go To-Town In theory this profiles steps should do this exact thing since it's being limited by "wManager.wManagerSetting.CurrentSetting.MinFreeBagSlotsToGoToTown = 0;" but it still tries to vendor right after exiting the instance portal. I don't understand. ? I've looked over the profile, my settings like 15 times. Could it be my fightclass? Idk Link to comment https://wrobot.eu/forums/topic/11715-profile-tries-to-totown-after-exiting-instance-even-though-it-shouldnt/#findComment-56211 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now