March 15, 20206 yr 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
March 16, 20206 yr Hello, try to add it to the list of objects to harvest: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(18901);
Create an account or sign in to comment