Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  2. Hello, try to remove folder "WRobot\Data\Meshes\Kalimdor" and file "WRobot\Settings\TaxiNodes.xml" For skinning problem, in advanced general setting try to increment min/max latency
  3. Hello, Add wait time after cast, and try to turnin manually the quest with runcode step: if (wManager.Wow.Helpers.Quest.HasQuest(40643) && wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(8001, -2680, 512), 101064)) { wManager.Wow.Helpers.Quest.CompleteQuest(); }
  4. Sur le screenshot l'on peut voir que vous avez un addon "TradeSkillMaster" activé.
  5. 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)
  6. 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)) { // ... }
  7. Bonjour, Vous obtenez ce problème uniquement avec ce vendeur? Avez vous essayé de désactiver vos addons wow?
  8. Hello, in tab "general settings" try to put lower value at option "Search radius"
  9. You can create your own healer fightclass with few spells quicly http://wrobot.eu/forums/topic/853-monk-heals/?do=findComment&comment=4726
  10. 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.
  11. 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/).
  12. 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)"
  13. Hello, you can found old legion verison here: http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  14. 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.
  15. Hello, so you use same ip? can you share your log file please
  16. Hello, in quest "Base settings" you have option "Reward Item"
  17. 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/).
  18. 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".
  19. 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/).
  20. Hello, no, too much changes between BC and vanilla (and you can found some bot for vanilla on the web).
  21. http://wrobot.eu/forums/topic/4519-auction-bot/?do=findComment&comment=21069
  22. 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/
  23. Hello, check your private message. for the fix wait next update. Kind regards
×
×
  • Create New...