October 22, 201510 yr 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/moonfireQuester profile attached. Testing.xml
October 23, 201510 yr 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 October 23, 201510 yr by Droidz
December 2, 201510 yr the runcode mentioned returned Compilation Error. the name wManagerSetting & BlackListSerializable does not exist in the current context. error CS0103
December 4, 201510 yr Hello, try with full namespace: wManager.wManagerSetting.CurrentSetting.BlackListTrainingDummy = false; wManager.BlackListSerializable.AddBlackListToWRobotSession(); If this don't works can you send me your profile.
Create an account or sign in to comment