Jump to content

Fizzcrank

Recommended Posts

Hi, I'm using Quester in the night elf starter zone, but I have a problem with the druid class quest. My character has to use moonfire on a training dummy and then turn in the quest, but instead of doing it he starts spamming moonfire in every training dummy he finds around and never turn in.

How can I fix this?

Quest= http://www.wowhead.com/quest=26948/moonfire

Quester profile attached.

Testing.xml

Link to comment
Share on other sites

Hello,

In this http://www.wowhead.com/quest=26948/moonfire quest settings , put 0 at "Objective count 2" (put 1 only at "Objective count 1").

To disable wrobot settings "Ignorer formation Dummy" automatically, add step before this quest (in quest orders), put the type "RunCode" and put param:

wManagerSetting.CurrentSetting.BlackListTrainingDummy = false;
BlackListSerializable.AddBlackListToWRobotSession();

 

Edited by Droidz
Link to comment
Share on other sites

  • 1 month later...

the runcode mentioned returned Compilation Error. the name wManagerSetting & BlackListSerializable does not exist in the current context. error CS0103

Link to comment
Share on other sites

Hello,

try with full namespace:

wManager.wManagerSetting.CurrentSetting.BlackListTrainingDummy = false;
wManager.BlackListSerializable.AddBlackListToWRobotSession();

If this don't works can you send me your profile.

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