Retardo101 0 Posted November 8, 2015 Share Posted November 8, 2015 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 Link to comment https://wrobot.eu/forums/topic/2461-help-for-quest-lua/ Share on other sites More sharing options...
Retardo101 0 Posted November 8, 2015 Author Share Posted November 8, 2015 Is there maybe a way i can load a certain Fightclass while on a quest? Link to comment https://wrobot.eu/forums/topic/2461-help-for-quest-lua/#findComment-11350 Share on other sites More sharing options...
Droidz 2738 Posted November 9, 2015 Share Posted November 9, 2015 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); Link to comment https://wrobot.eu/forums/topic/2461-help-for-quest-lua/#findComment-11353 Share on other sites More sharing options...
Retardo101 0 Posted November 12, 2015 Author Share Posted November 12, 2015 Thank you very much for taking the time to look at my problem :D i think i have it covered now :D Link to comment https://wrobot.eu/forums/topic/2461-help-for-quest-lua/#findComment-11361 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now