Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. WRobot for Wow vanilla is now available
  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 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.
  4. Download profiles and fight classes for Vanilla
  5. Droidz

    BOT sur?

    Bonjour, Utiliser un bot est toujours plus ou moins risqué, mais oui WRobot est actuellement considéré comme sure.
  6. 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).
  7. Yes
  8. 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
  9. Support coming soon...
  10. 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;
  11. 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/
  12. Hello, create quester profile http://wrobot.eu/search/?&q= Quest&type=forums_topic&nodes=7&search_in=titles
  13. Hello, this profile is for wow 3.3.5 (Wotlk)
  14. 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)
  15. 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"); }
  16. 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/ ).
  17. 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"); }
  18. 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).
  19. 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/ ).
  20. 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/ ).
  21. Wait next update, I have added new option "AcceptOnlyProfileNpc", to active it for session run this C# code: wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true; When you put 'True' at 'AcceptOnlyProfileNpc' WRobot use only NPCs of current profile. If you add NPC manually dont forget to put 'true' at the arg 'currentProfileNpc': wManager.Wow.Helpers.NpcDB.AddNpc(Npc npc, bool save, bool currentProfileNpc);
  22. Hello, yes europeen servers work and WRobot works on them.
  23. No only on official server at the moment
  24. Hello, It is possible to help WRobot to improve navigation (meshes) fiability. For it: Use this plugin: ExtractGameObjects.cs (or you can also run c# code "wManager.Wow.Bot.States.NPCScanState.ExtractGameObjects = true;" if you want record during current WRobot session) When WRobot product running, WRobot extract alone game objects infomations (you can see game objects extracted in debug log lines). After some hours/days/weeks of use, you can send me your game objects database (database file is "WRobot\Settings\gameObject.json"), compress and send me this file by private message. ps: This working only on WRobot for official wow server. Please use normal servers (not PTR).
  25. In advanced general settings try to disable option "Calculate interact/combat distance by target size".
×
×
  • Create New...