zzzar 13 Posted January 12, 2019 Share Posted January 12, 2019 Is wManager.Wow.Helpers.Quest.GetLogQuestIsComplete(); used to return true if quest in quest log marked as (Complete)? It return false for such quests at least in TBC and Wotlk Link to comment https://wrobot.eu/forums/topic/10620-getlogquestiscomplete/ Share on other sites More sharing options...
Droidz 2738 Posted January 12, 2019 Share Posted January 12, 2019 Hello, it is better to check objective (2/2) Link to comment https://wrobot.eu/forums/topic/10620-getlogquestiscomplete/#findComment-50549 Share on other sites More sharing options...
zzzar 13 Posted January 12, 2019 Author Share Posted January 12, 2019 Droidz i know, but ok this quest is bad example. There is some quests, where IsObjectiveComplete just don't work. For example recenty opened Nightwing(tbc), also iirc lordaeron(wotlk) has same problem: Druid bear form quest(ally at least) BodyAndHeart(6001) don't have any objectives to check(look picture) despite it not None type quest when pickup-turnin enough. If i put IsObjectiveComplete quest is pulse endlessly since there is no objective, if i left complete condition empty it pulse endlessly too, if i set there is no objective it's ofc don't pulse at all, i just don't know what to use in this case. GetLogQuestComplete would be ideal thing to put in Is Complete Condition(but don't work for some reason), also this can be very useful for quests like Raene's Cleansing(1045) which have different objective count for different wow expansions. Link to comment https://wrobot.eu/forums/topic/10620-getlogquestiscomplete/#findComment-50555 Share on other sites More sharing options...
Matenia 628 Posted January 14, 2019 Share Posted January 14, 2019 You would need to add the objective count in your quest editor (by number, - if the objective is like in this example - just set objective 1 to 1). If you want a quest with different objective counts to work both in vanilla, tbc and wotlk, you can a CanCondition for both quests (and then put both as Pulse in your quest order editor). For the CanCondition, you can just check Usefuls.WowVersion == 5875 //vanilla Usefuls.WowVersion == 8606 //TBC Usefuls.WowVersion == 12340 //WotLK zzzar 1 Link to comment https://wrobot.eu/forums/topic/10620-getlogquestiscomplete/#findComment-50606 Share on other sites More sharing options...
zzzar 13 Posted January 14, 2019 Author Share Posted January 14, 2019 solved Link to comment https://wrobot.eu/forums/topic/10620-getlogquestiscomplete/#findComment-50607 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