Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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.
  2. 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()
  3. Hello, do you have try to blacklist zones where they are "Titan Defense Orb"
  4. Droidz

    Mana drinks

    Hello, I cannot reproduct your problem. Do you have error in your log?
  5. 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/).
  6. Hello, you can try to contact @Pasterke, but I ignore if support this fightclass yet. What product do you use?
  7. Hello, http://wrobot.eu/bugtracker/moves-when-fishing-r516/
  8. Droidz

    Moves when fishing

    http://wrobot.eu/forums/topic/3906-anti-afk/
  9. Do you have try with lua? http://wow.gamepedia.com/API_IsSpellKnown var isKnown = wManager.Wow.Helpers.Lua.LuaDoString<bool>("return IsSpellKnown(91226)");
  10. Bonjour, Pouvez vous partager votre fichier journal (Log) http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  11. 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)
  12. 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.
  13. Hello, you cannot use custom class (from a quest) in step, load your class TravelHelper like here http://wrobot.eu/forums/topic/3834-shared-cs-code-for-all-profiles/?do=findComment&comment=17924 if you want use your classe where you want.
  14. You cannot, it is automatic and you cannot change it.
  15. I'll add option to avoid to change your max fps settings (I come back here when is added). More you use lua, more you need a high fps. You can run WRobot with low fps, but you need to use basic fightclass (only some spells), you can also try to disable option "Avoid walls with ray (beta)" in advanced general settings tab Path-Fin... After the best way is to try.
  16. Hello, you can also get error: "game version incorrect" if you don't run WRobot in administrator mode (you need admin windows session). Check also if you get error in your log files (you can found this file in "Logs" folder).
  17. Hello, do you use last WRobot update? Can you share your log file. If you play on private server you can look this thread: http://wrobot.eu/forums/topic/2811-bg-join/
  18. Flightmasters in legion seem get some problems, I comeback here when is fixed.
  19. Bonjour, êtes-vous sur que la position et l'id de la quête sont corrects? Pouvez vous lancer ce code (quand vous obtenez le problème) et me donner le résultat (quand ce trouve dans votre fichier log): Logging.Write("Quest.HasQuest(37853): " + Quest.HasQuest(37853)); Logging.Write("Quest.GetLogQuestId(): " + Quest.GetLogQuestId().Select(q => q.ID.ToString()).Aggregate((i, j) => i + ", " + j)); Logging.Write("ObjectManager.Me.Position: " + ObjectManager.Me.Position); Logging.Write("ObjectManager.Me.Position.DistanceTo2D(new Vector3(675.9821f, 6659.576f, 59.67282f)): " + ObjectManager.Me.Position.DistanceTo2D(new Vector3(675.9821f, 6659.576f, 59.67282f))); (vous pouvez lancer ce code avec un step type "Run code" ou dans l'onglet "Tools" de wrobot > bouton "development t..." > coller le code dans la zone de texte et cliquez sur le bouton "c#...").
  20. Yes, add NPC in your NPC DB (tab Tools)
  21. Hello, try, you can also run WRobot with shortcut "WRobot no lock frame" to disable all "Lock frame when ..." quickly.
  22. Hello, reply by private message
  23. Hello, do you use option "Use lua to move" (in advanced general settings), if yes, try to disable it, if no, try to enable this option. Do you get errors in your log files ?
×
×
  • Create New...