Jump to content

Need help with Tanaan profile


camelot10

Recommended Posts

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
Share on other sites

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