Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to change your fightclass
  2. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, try to add herbs/ores name in the list "Harvest objects..." (in advanced general settings tab "Looting and farming options")
  4. https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=33664 Pour les lags y'a des chance que ce soit votre antivirus
  5. Hello, if you want use old meshes, disable pathfinder server option in avanced general settings, if you can tell me positions where old meshes are better
  6. Hello, you can with quester profile: RandomStep.xml
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Hello, yes sorry this doesn't work anymore on WRobot for Legion. If you select "WRobot.exe", you can run, WRobot will start and detach debuger, but in visual sudio you can https://msdn.microsoft.com/en-us/library/3s68z0b3.aspx
  9. Hello, do you have try with another web browser?
  10. Hello, https://wrobot.eu/files/file/518-group-loot/?tab=comments#comment-2826 (or you can also use wow addon for that)
  11. Hello, first: Purchased 10/28/17 Expires 10/31/17 Second: Purchased 10/29/17 Expires 11/01/17 And current: Purchased 10/30/17 Expires 11/02/17 All subscriptions work for 3 days, I do not understand why you pay every day. (I added time at your current key)
  12. This is proabably a bug of your server and in your current profile you have this mob entry id.
  13. You can use C# with the condition name "C Sharp Code"
  14. Bonjour, https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  15. Hello, use task type "ChangeWowPath"
  16. https://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
  17. Bonjour, essayé ce plugin: SkinDoubleClick.cs using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (Var.GetVar<object>("LastTargetSkin") == (object)target) return; Var.SetVar("LastTargetSkin", target); var o = ObjectManager.GetObjectByGuid(target); if (o.IsValid && o.Type == WoWObjectType.Unit) { var u = new WoWUnit(o.GetBaseAddress); if (u.IsValid && u.Skinnable) { new Thread(delegate() { Thread.Sleep(500 + Usefuls.Latency); Interact.InteractGameObject(u.GetBaseAddress); }).Start(); } } } catch {} }; } public void Dispose() { } public void Settings() { MessageBox.Show("No settings for this plugin."); } }
  18. Hello, do you use wow addons?
  19. Hello, this happen frequently? Option ( in advanced general settings) "Ignore combat with all pets" is activate?
  20. Hello, you can try to disable option "skip if cannot make path" in advanced general settings
  21. Hello, check your fightclass range option
  22. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install framework, vc++ and slimdx)
  24. Try to add herbs name in "Harvest objects...." (in advanced general settings)
  25. What is your current herbalism level, if he are low for your current zone try to farms some herbs manually, you can also add herbs name in "Harvest objects...." (in advanced general settings)
×
×
  • Create New...