November 8, 201510 yr HI! Im having trouble with certain types of quests. I want my charecter to keep using an item until quest is done. I tried this, While> wManager.Wow.Helpers.Quest.HasQuest(xxxxx) RunLuaCode> RunMacroText("/use itemname") Wait>2000 Pulse> Quest I Made EndWhile> But i can only get it to press it one time. now i made it work in my fightclass instead but would much rather have it work in the quest order tool. Anyone got any tips? Uploaded the file. Open in easy quest tool QuestHelp.xml
November 9, 201510 yr Hello, I cannot test your profile, but your steps are good, I have reproduced it and it works fine (1.xml) To load fightclass add step type "RunCode" with code: wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass(System.Windows.Forms.Application.StartupPath + @"\FightClass\" + wManager.wManagerSetting.CurrentSetting.CustomClass);
November 12, 201510 yr Author Thank you very much for taking the time to look at my problem :D i think i have it covered now :D
Create an account or sign in to comment