Jump to content

Questing Profile for SFK, Doesnt repeat Run Code>


hellstones

Recommended Posts

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
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...