Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, i'll not add vanilla support at WRobot but you can found bot on the web (http://zzukbot.com/ and http://vanillabotter.com/ (not tested)).
  2. Hello, disable npc in "NPC DB" (tab "tools") (or blacklist it).
  3. Hello, yes he has bug with unit buffs, wait next update.
  4. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=966 step 4, 6, 7
  5. Do you run wow in window mode (not full screen)?
  6. For using demo version enter license key TRIAL (The trial version of the bot stops working after 15 minutes, and you must reload it after that).
  7. Hello, Download WRobot for Wow TBC (2.4.3 8606) : Click here (don't forget to select good product during install: ) If you get problem to install WRobot go here.
  8. Download profiles and fight classes for TBC
  9. I have added WRobot TBC: http://wrobot.eu/files/file/2-wrobot-official/ if someone can test it.
  10. I don't found how to get quests completed list (Wow 2.4.3 has not function similary at GetQuestsCompleted()), I'll release without quest support (I'll try to bypass this problem after, but without GetQuestsCompleted() , the quester product will be less easy to use). I'll start to work on Battleground bot.
  11. I continue to work on it, I need to finish to correct Quests and PVP API. I think release the beta version this weekend or during next week.
  12. I reported again the false positive at microsoft (you can report this here: https://www.microsoft.com/en-us/security/portal/submission/submit.aspx# )
  13. hello, http://wrobot.eu/bugtracker/profile-generators-possibility-to-override-min-range-of-45-example-useitemon-r411/?do=findComment&comment=2844
  14. Hello, I'll fix it, I comeback here when is fixed.
  15. Hello, if your problem is not resolved don't forget to share your log file .
  16. Hello, i'll fix it. I comeback here when is done
  17. Hello, to ignore fight, you can run this c# code before pulse quest: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088 To use item on hostile npc, you can also use this: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12204 What version of Wow do you play?
  18. Hello, yes after farm WRobot add spot to blacklist for 120 secondes if you use flying mount, or 60 seconde if you use ground mount. You can use this plugin to clear automaticly blakclist (blacklist is clear all 2 sec by default, replace "2" by "60" line 16 if you want clear all 60 secondes): http://wrobot.eu/forums/topic/2747-clear-session-blacklist/?do=findComment&comment=12547
  19. For the moment I have not found two WRobot features, "Aura.Owner" (I ignore if in BC npc can get several time the same buff casted by several player) and "WoWUnit.CastingCanInterrupt".
  20. Vous pouvez appuyer sur une touche avec ce code c#: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.Escape); (liste des touches: https://msdn.microsoft.com/fr-fr/library/system.windows.forms.keys(v=vs.110).aspx )
  21. Because I get many request, I will try to add TBC support at WRobot (I have not release date for the moment, but I progressing well)
  22. Pour la quête http://www.wowhead.com/quest=28812 rajoute dans quest order (juste après l'étape pickup) une step (etape) de type run lua code avec le code: RunMacroText("/reload") (c'est un bug de wow qui dure depuis un moment)
  23. Bonjour, votre code est faux (le "return true;" est en trop), voila un exemple simple pour cette quête (qui fonctionne): Corruption.xml Corruption.xml
  24. After "var msg = chat.ReadMsg();" (line 34) you can add this line: Logging.Write("Channel = " + ((int)msg.Channel) + " (message: " + msg.Msg + ")"); (this line writte in log tab the channel number, when you get channel number, you can remplace 49 in "(int)msg.Channel == 49" by your channel number)
×
×
  • Create New...