Jump to content

Droidz

Administrators
  • Posts

    12611
  • Joined

  • Last visited

Everything posted by Droidz

  1. Do you run wow in window mode (not full screen)?
  2. 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).
  3. 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.
  4. Download profiles and fight classes for TBC
  5. I have added WRobot TBC: http://wrobot.eu/files/file/2-wrobot-official/ if someone can test it.
  6. 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.
  7. 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.
  8. I reported again the false positive at microsoft (you can report this here: https://www.microsoft.com/en-us/security/portal/submission/submit.aspx# )
  9. hello, http://wrobot.eu/bugtracker/profile-generators-possibility-to-override-min-range-of-45-example-useitemon-r411/?do=findComment&comment=2844
  10. Hello, I'll fix it, I comeback here when is fixed.
  11. Hello, if your problem is not resolved don't forget to share your log file .
  12. Hello, i'll fix it. I comeback here when is done
  13. 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?
  14. 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
  15. 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".
  16. 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 )
  17. 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)
  18. 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)
  19. 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
  20. 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)
  21. Hello, very good job.
  22. Hello, you want it in quester profile? If yes For the portals you can look this: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12213 (add c# code to cast mage portal) For taxi you can look this: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12205 But currently no way to take boat/zeppelin.
  23. Droidz

    Profil raid

    Hello, http://wrobot.eu/forums/topic/1925-sample-dungeon-profile/
  24. Hello, To disable detection when player is attacked, use this c# code: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/#comment-13088 To use this code, you have a lot of ways, the more easy ways is to add this on your profile like this: http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ or you can run this code in tab "Tools" > "Dev... tools" > paste code in textbox and click on button "Run c# code...".
×
×
  • Create New...