Add this name, if after that this don't works can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
Hello, try to disable your wow addons.
Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) and screenshot of your auction bot settings
Hello, no tested but like this:
string stepName = "MyStepName";
var p = Quest.QuesterCurrentContext.Profile as QuesterProfile;
if (p != null)
{
for (int i = 0; i < p.QuestsSorted.Count; i++)
{
if (p.QuestsSorted[i].Action == QuestAction.StepName && p.QuestsSorted[i].NameClass == stepName)
{
Quest.QuesterCurrentContext.CurrentStep = i;
break;
}
}
}
(replace line 1 MyStepName by your step name (step type 'StepName'))
Hello, can you give me wowhead link of quest with this problem.
Because, with actual system you can create 1 quest (wrobot quest) by objective, this resolve normally this problem.