camelot10 155 Posted July 5, 2016 Share Posted July 5, 2016 can someone help me with quester profile? i just want go to respawn point of deathtalon, terrorfist, doomroller, vengeance wait until they respawn and attack it. use this macro to find quest ids, also mob ids from wowhead /run for k,v in pairs({deathtalon=39287, terrorfist=39288, doomroller=39289, vengeance=39290}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cFFFF0000Completed\124r" or "\124cFF00FF00Not completed yet\124r")) end when i start this profile i just get 20:54:34 - Deathtalon killed 20:54:34 - Terrorfist killed 20:54:34 - Doomroller killed 20:54:34 - Vengeance killed and bot shuts down. what im doing wrong ? [100] Tanaan - Hellbane - daily.xml Link to comment https://wrobot.eu/forums/topic/3320-need-help-with-tanaan-profile/ Share on other sites More sharing options...
camelot10 155 Posted July 8, 2016 Author Share Posted July 8, 2016 anyone? Link to comment https://wrobot.eu/forums/topic/3320-need-help-with-tanaan-profile/#findComment-15326 Share on other sites More sharing options...
Droidz 2738 Posted July 8, 2016 Share Posted July 8, 2016 Hello, Try to put false at quest settings "NotRequiredInQuestLog" and put true at "RepeatableQuest". In "IsCompleteCondition" put code: return wManager.Wow.Helpers.Lua.LuaDoString<bool>("return IsQuestFlaggedCompleted(39287);"); (replace 39287 by quest id). Link to comment https://wrobot.eu/forums/topic/3320-need-help-with-tanaan-profile/#findComment-15336 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