hellstones 0 Posted March 15, 2020 Share Posted March 15, 2020 Hi! I'm wondering if anyone could assist me with something, I've made a profile for SFK using another profile i found here on the website that runs trough it, goes to sell and then back to repeat. The Problem i have is that the profile doesn't repeat the codes i enter in the quest order, as "Run Code>". Works well the first time, second time it skips all the Code lines that aren't quests. Anyone have a solution for this? eg. of code: WoWGameObject lever = wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWGameObject().FirstOrDefault(i => i.Entry == 18901); if (lever != null) { wManager.Wow.Helpers.Interact.InteractGameObject(lever.GetBaseAddress); } Thanks in advance! New Bitmap Image.bmp Link to comment https://wrobot.eu/forums/topic/11950-questing-profile-for-sfk-doesnt-repeat-run-code/ Share on other sites More sharing options...
Droidz 2738 Posted March 16, 2020 Share Posted March 16, 2020 Hello, try to add it to the list of objects to harvest: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(18901); Link to comment https://wrobot.eu/forums/topic/11950-questing-profile-for-sfk-doesnt-repeat-run-code/#findComment-57113 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