Hello,
I cannot add possibility to pulse several quests at the same time.
But you can interact/kill and gather like this: http://wrobot.eu/forums/topic/3331-feature-request-new-profile-quest-pulse-types/?do=findComment&comment=16900
Bonjour, avez vous essayé sur une nouvelle installation de WRobot si vous obtenez ce problème? (réinstaller juste votre fightclass/profile, garder les config par défauts pour tester)
Hello, if you don't wan't avoid nodes when players are near, put 0 at "Avoid Harvest Players Radius" (in advanced general settings). I'll add option to disable this option quickly.
In quest type "InteractWithNpc", you need to put full lua code (not chat command).
You can put (in "Macro when interact"):
RunMacroText("/click ExtraActionButton1")
or:
ExtraActionButton1:Click()
Bonjour, Pouvez vous partager le fichier journal (log file) d'une session ou vous avez ce problème (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
Do you have try with lua? http://wow.gamepedia.com/API_IsSpellKnown
var isKnown = wManager.Wow.Helpers.Lua.LuaDoString<bool>("return IsSpellKnown(91226)");
Hello, can you give me more informaiton about your problem.
Do you have try to use this plugin http://wrobot.eu/files/file/508-readycheck/ or http://wrobot.eu/files/file/411-auto-accept-wow-popup-window/ ? (Some wow addon can do that also)
Hello, it is very hard currently to control your character from plugin (but I'll add events to resolve this problem). You can try to put WRobot in pause and run your code.