-
Posts
14 -
Joined
-
Last visited
Reputation Activity
-
Xolem reacted to Droidz in Legion quester manual profile programming
Hello,
Add wait time after cast, and try to turnin manually the quest with runcode step:
if (wManager.Wow.Helpers.Quest.HasQuest(40643) && wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(8001, -2680, 512), 101064)) { wManager.Wow.Helpers.Quest.CompleteQuest(); }