Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, please use updated WRobot version for MoP: http://wrobot.eu/forums/topic/2477-download-wrobot-for-mop/
  2. Hello, I have removed all meshes pack, but you can http://wrobot.eu/forums/topic/4344-force-download-meshgz/?do=findComment&comment=20173
  3. Hello, WRobot support now World of Warcraft Vanilla ( 1.12.1 build 5875 ) Download WRobot for Vanilla here. And download profiles and fight classes here. If you can problem, you can found forum of WRobot for Vanilla here. Kind regards
  4. Hello, WRobot support now World of Warcraft Vanilla ( 1.12.1 build 5875 ) Download WRobot for Vanilla here. And download profiles and fight classes here. If you can problem, you can found forum of WRobot for Vanilla here. Kind regards View full article
  5. Hello, yes all WRobot subscriptions types works on WRobot for private server versions.
  6. WRobot for Wow vanilla is now available
  7. 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).
  8. Hello, Download WRobot for Wow Vanilla (1.12.1 5875) : Click here (don't forget to select good product during install: ) If you get problem to install WRobot go here.
  9. Download profiles and fight classes for Vanilla
  10. Droidz

    BOT sur?

    Bonjour, Utiliser un bot est toujours plus ou moins risqué, mais oui WRobot est actuellement considéré comme sure.
  11. Hello, At the end of your subscription, we will send you an invoice with renewal link to remind you to renew your subscription. We will not automatically renew your subscription (to cancel subscription, ignore invoice).
  12. Yes
  13. I got very a lot of demand to make this. But it is very hard, he misses a lot of lua functions in wow API and I don't think add all WRobot features in 1.12.1 version
  14. Support coming soon...
  15. You cannot cast spell in select player/npc directly. Try this: var f = wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid; wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = unit1.Guid; if (wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid == unit1.Guid) { wManager.Wow.Helpers.SpellManager.CastSpellByNameOn(_StarFire.NameInGame, "focus"); } System.Threading.Thread.Sleep(500); wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = f;
  16. Hello, search on the web, a lot of addon wow do this. ps: You can also try this WRobot plugin: http://wrobot.eu/files/file/667-lootfilterwrobot/
  17. Hello, create quester profile http://wrobot.eu/search/?&q= Quest&type=forums_topic&nodes=7&search_in=titles
  18. Hello, this profile is for wow 3.3.5 (Wotlk)
  19. Hello, http://wrobot.eu/forums/topic/3313-video-tutorial-create-a-basic-grinding-profile/ (you don't need to put herbs/mines id in gatherer profile)
  20. Try to use this code wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = unit1.Guid; if (wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid == unit1.Guid) { wManager.Wow.Helpers.SpellManager.CastSpellByNameOn(_StarFire.NameInGame, "focus"); }
  21. Hello, you get this happen frequently ? Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. Hello, try wManager.Wow.Helpers.Interact.InteractGameObject(unit1.GetBaseAddress, true); if (wManager.Wow.ObjectManager.ObjectManager.Me.Target == unit1.Guid) { Lua.LuaDoString(String.Format("CastSpellByID({0}, 'target')", _Swarm.Id)); } or wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = unit1.Guid; if (wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid == unit1.Guid) { Lua.LuaDoString(String.Format("CastSpellByID({0}, 'focus')", _Swarm.Id)); } or wManager.Wow.Helpers.Interact.InteractGameObject(unit1.GetBaseAddress, true); if (wManager.Wow.ObjectManager.ObjectManager.Me.Target == unit1.Guid) { wManager.Wow.Helpers.SpellManager.CastSpellByNameOn(_StarFire.NameInGame, "target"); } or wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = unit1.Guid; if (wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid == unit1.Guid) { wManager.Wow.Helpers.SpellManager.CastSpellByNameOn(_StarFire.NameInGame, "focus"); }
  23. Hello, I can understand what you say, but these profiles would probably not exist if they were not paying (it is very hard to create good and complet quests profiles).
  24. Hello, you can disable/edit this settings in advanced general settings tab "Security...". But stuck is generally caused by your profile (you can read this to install required softwares: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  25. Droidz

    Bug combat

    Bonjour, essayé une autre Fightclass, pouvez vous partager votre fichier journal si le problème est pas résolu ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...