Jump to content

Help for Quest (lua)


Retardo101

Recommended Posts

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
Share on other sites

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