Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Use WRobot events: wManager.Events.MovementEvents.OnMovementPulse += (points, cancelable) => { cancelable.Cancel = true; }; wManager.Events.MovementEvents.OnMoveToPulse += (point, cancelable) => { cancelable.Cancel = true; }; (run this code one time by session)
  2. Hello, you can use c# code: wManager.Wow.Helpers.Usefuls.SelectGossipOption(int gossipOption); wManager.Wow.Helpers.Usefuls.SelectGossipOption(GossipOptionsType gossipOption); For you second question try this code: var unit = wManager.Wow.ObjectManager.ObjectManager.Target; if (unit.UnitNPCFlags.HasFlag(wManager.Wow.Enums.UnitNPCFlags.Gossip)) { // ... }
  3. Bonjour, Vous obtenez ce problème uniquement avec ce vendeur? Avez vous essayé de désactiver vos addons wow?
  4. Hello, in tab "general settings" try to put lower value at option "Search radius"
  5. You can create your own healer fightclass with few spells quicly http://wrobot.eu/forums/topic/853-monk-heals/?do=findComment&comment=4726
  6. Hello, like this: http://wrobot.eu/forums/topic/853-monk-heals/?do=findComment&comment=4726 and you need to put party leader the character with grinder bot attached.
  7. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required software) If you problem is not resolved, can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  8. Hello, Run this code wManager.DevelopmentTools.OutPutCSharp = wManager.Wow.Memory.WowMemory.Memory.ProcessId.ToString(); In tab "Tools" > "Development Tools" > past code and click on button "C# (ret value in wManager.DevelopmentTools.OutPutCSharp)"
  9. Hello, you can found old legion verison here: http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  10. Hello, if you get information in "NPC quest giver editor" window, it is in-game info (your wow client version). If it is not in-game info, WRobot use wowhead.
  11. Hello, so you use same ip? can you share your log file please
  12. Hello, in quest "Base settings" you have option "Reward Item"
  13. Hello, reply by private message
  14. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required softwares) If you problem is not resolved, can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  15. Hello, your log is empty, are you sure to run wow in 32 bit (in wow folder, you can try to rename file "Wow-64.exe" and run wow with file "Wow.exe".
  16. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  17. Hello, no, too much changes between BC and vanilla (and you can found some bot for vanilla on the web).
  18. http://wrobot.eu/forums/topic/4519-auction-bot/?do=findComment&comment=21069
  19. Hello, http://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/ & http://wrobot.eu/forums/topic/3313-video-tutorial-create-a-basic-grinding-profile/
  20. Hello, check your private message. for the fix wait next update. Kind regards
  21. Hello, You seem to have temporarily lost your internet connection.
  22. Droidz

    Black Friday 2016

    Hello, Take 30% off your purchase with the coupon during the Black Friday: BlackFriday2016 Expires on 11/26/2016 at 23:59 (UTC+1)
  23. Droidz

    Black Friday 2016

    Hello, Take 30% off your purchase with the coupon during the Black Friday: BlackFriday2016 Expires on 11/26/2016 at 23:59 (UTC+1) View full article
  24. Hello, Can you give me your batch code
  25. Droidz

    Banwave... Update

    Hello, I have found detection method and protect WRobot for bypass this. WRobot is currently 'safe' to use. Please update WRobot (use WRobot version => 1.7.0) (if you have used or use yet WRobot version 1.6.*, your Wow account will be probably ban in the next banwave).
×
×
  • Create New...