Fizzcrank 6 Posted October 22, 2015 Share Posted October 22, 2015 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 Link to comment https://wrobot.eu/forums/topic/2434-issue-with-quest/ Share on other sites More sharing options...
Droidz 2738 Posted October 23, 2015 Share Posted October 23, 2015 (edited) 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, 2015 by Droidz Link to comment https://wrobot.eu/forums/topic/2434-issue-with-quest/#findComment-11240 Share on other sites More sharing options...
Fizzcrank 6 Posted October 23, 2015 Author Share Posted October 23, 2015 It worked. Thanks! Link to comment https://wrobot.eu/forums/topic/2434-issue-with-quest/#findComment-11241 Share on other sites More sharing options...
CN 1 Posted December 2, 2015 Share Posted December 2, 2015 the runcode mentioned returned Compilation Error. the name wManagerSetting & BlackListSerializable does not exist in the current context. error CS0103 Link to comment https://wrobot.eu/forums/topic/2434-issue-with-quest/#findComment-11444 Share on other sites More sharing options...
Droidz 2738 Posted December 4, 2015 Share Posted December 4, 2015 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 https://wrobot.eu/forums/topic/2434-issue-with-quest/#findComment-11447 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