Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, - Remove NPCs already in your list (in main wrobot window, go to tab "Tools" > "Npc DB" > select your npc and press key "Del" to remove it from the list (restart wrobot)). - In advanced general settings tab "Other..." disable all options in "Automatically add nearest NPCs to database". - Add your NPCs in 'NPC db' (or in your profile)
  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, you don't need to buy another subscription
  4. Hello, it is in vanilla? if yes wait next update. If it is not in vanilla you get this problem with all repair? do you have try to disable wow addons?
  5. Droidz

    AV battlefield

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, you code is bad, it is more like: private bool _Partyclass_Druid; public void UpdatePartyComposition() { _Partyclass_Druid = false; var partyMembers = Party.GetPartyHomeAndInstance(); if (partyMembers.Any()) { foreach (var u in partyMembers) { if (u.WowClass == WoWClass.Druid) { _Partyclass_Druid = true; } // Repeat for other clases } } }
  7. If you can wait next update and tell me if problem is resolved
  8. Hello, normal "WRobot subscription" and "WRobot unlimited subscription" works with all WRobot version (but price is per month). "WRobot FOR PRIVATE SERVER" (price per year) subscription works only with WRobot for private server. For you the best choise is "WRobot FOR PRIVATE SERVER"
  9. Hello, target is attackable? You can try to put lower range value in your fightclass
  10. Hello, in advanced general settings tab "regen..." put lower value a min hp%
  11. Hello, I think than you try to use encrypted dll, but this feature was not in old WRobot verison.
  12. Droidz

    Radar errors

    Hello, http://www.tomshardware.co.uk/faq/id-2066988/enable-window-transparency-aero-windows.html
  13. try to install framework 4.6 https://www.microsoft.com/fr-fr/download/details.aspx?id=53344
  14. Hello, try to install visual studio
  15. Bonjour, même dans "dev.. tools" > "Player/Target Buff/Debuff" le buff n'ai pas trouvé?
  16. try to disable option "skip/blacklist if cannot make path"
  17. Hello, add hotspots
  18. Hello, try to disable option "auto calcul range..." in advanced general settings
  19. Hello, can you active spell debug mode and share your log file
  20. Hello; use product "WRotation"
  21. Hello, you can edit regen start/end % and food/drink name in advanced general settings. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required software)
  23. Hello, in fightclass if you use option "in combat only" wrobot will not casts spells. You can try to dispose figthclass wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass();
×
×
  • Create New...