Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, if you can wait next update and tell me if problem is resolved
  2. Pouvez vous faire clique droite sur "WRobot.exe" > "Propriétés" > "Sécurité" et m'envoyer un capture d'écran de cette onglet
  3. Avez vous le temps pour un session teamviewer, si oui si vous pouvez m'envoyer vos identifiant par message privée
  4. Hello, when you use "NotRequiredInQuestLog" WRobot ignore "CanCondition". Check this in 'if' "quest order/step"
  5. Hello, can you give me wowhead link of the quest
  6. Vous avez désactiver "windows defender" et de re télécharger/réinstaller WRobot dans un dossier vide ? Parce que vous me partagez les meme fichier log
  7. Partager votre fichier journal https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ Essayez également de désactiver "windows defender" et de re télécharger/réinstaller WRobot dans un dossier vide
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Hello, you can try with log like (t.xml): robotManager.Events.LoggingEvents.OnAddLog += delegate(robotManager.Helpful.Logging.Log log) { // Logging.WriteDebug("[Quester] LoadProfile: " + Bot.Profile.QuestsSorted[i].NameClass); var logStartBy = "[Quester] LoadProfile: "; if (log != null && log.LogType == robotManager.Helpful.Logging.LogType.Debug && log.Text.StartsWith(logStartBy)) { var profile = log.Text.Remove(0, logStartBy.Length).Trim(); System.Windows.Forms.MessageBox.Show("Profile changed: " + profile); } }; (you can also write custom log from your profile and track it with "LoggingEvents.OnAddLog")
  10. If you call "Radar3D.OnDrawEvent += () => ...", call this method (and all WRobot events) only one time. And use "Landmarks" like: // remove all landmarks by ID wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Remove("MyCircleId"); // Add landmarks wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Add(new MiniMapGenerator.LandmarkMiniMap(new Vector3(1, 2, 3), "MyCircleId", Color.Red)); wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Add(new MiniMapGenerator.LandmarkMiniMap(new Vector3(1, 2, 3), "MyCircleId", Color.Red)); or var skyfire = ObjectManager.GetWoWGameObjectByEntry(241630).FirstOrDefault(); var fires = ObjectManager.GetWoWGameObjectByEntry(243244); wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Remove("volatileflare"); foreach (var f in fires) { var g = new Vector3(f.Matrix.M41, f.Matrix.M42, f.Matrix.M43); // Good position Logging.Write(" FIRE: " + f.Name + " matrix=" + f.Matrix + " local=" + f.Position + " global=" + g + " dist=" + ObjectManager.Me.Position.DistanceTo(g) + " distZ=" + ObjectManager.Me.Position.DistanceZ(g)); wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Add(g, "volatileflare", System.Drawing.Color.Chartreuse, 10, "", true); }
  11. Hello, you can when you use "Relogger"
  12. Vérifiez que Windows Defender est bien désactivé https://www.malekal.com/comment-desactiver-windows-defender/ , et re téléchargez, reinstallé WRobot, je suis presque sur que le problème vient de la.
  13. Can you rightclick in "WRobot.exe" file > Property > tab security and send me screenshot
  14. Hello, check if distance from last know position is big or if continent was changed.
  15. Hello, you try to use profile for another product
  16. https://wrobot.eu/forums/topic/7105-it-does-not-work-bot/?do=findComment&comment=32193
  17. Hello, This problem seem caused by Windows antivirus, if redownload and reinstall WRobot in new folder don't works, disable "Windows defender" and reinstall WRobot in new folder
  18. I have run this code and is works. Party product dont works?
  19. Hello. As written in the "Privacy Policy", only trial subscriptions can be refunded (at 2.99€) (one time by user, if you request refund before the end of the time).
  20. Hello, WRobot works, refund done.
  21. re télécharger et reinstaller WRobot dans un nouveau dossier
  22. If you can try to redownload and reinstall WRobot in new folder:.
  23. In ProxyCap add rule to ignore wrobot
×
×
  • Create New...