Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you cannot with defaut features
  2. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, https://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
  4. Hello, In the next WRobot updates I'll change the .Net Framework version used (version 4.0 to 4.5 or 4.7), this will remove support for Windows XP (and Vista if I choose to use 4.7 version) (this will affect all versions of WRobot). If this cause problem, please comment this news and tell me what version of Windows do you use. View full article
  5. Hello, In the next WRobot updates I'll change the .Net Framework version used (version 4.0 to 4.5 or 4.7), this will remove support for Windows XP (and Vista if I choose to use 4.7 version) (this will affect all versions of WRobot). If this cause problem, please comment this news and tell me what version of Windows do you use.
  6. On some TBC servers, all meet objects (players, items, gameobjects, ...) seems to keeps in memory, if your character go to big city or if you running too long WRobot session the CPU usage can increment. You can test if "/reload" resolve probleme (and run this macro sometimes) You can also try this plugin Main.cs : public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.wManagerSetting.CurrentSetting.ReadObjectManagerFTS = 2; } public void Dispose() { } public void Settings() { } } (you can change value line 5 (default WRobot value is 10))
  7. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Hello, try to disable all of your plugins and your fightclass, and reenable these one per one (to found what plugin/fightclass that cause the problem).
  9. Hello, try to increment min/max latency in advanced general settings
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. https://forum.elysium-project.org/topic/34281-getting-debufftype-out-of-unitdebuff/?do=findComment&comment=315238 Not tested: anyCurse = false; for i = 1, 16 do local debuffTexture, debuffApplications, debuffDispelType = UnitDebuff("player", i); if debuffDispelType and debuffDispelType == "Curse" then anyCurse = true; return; end end
  12. You want open mailbox to open all mails? If yes you can run "Auction" product, if it is to send mail, you can force bot to go to town
  13. Hello, on Vanilla use http://vanilla-wow.wikia.com/wiki/API_UnitBuff or http://vanilla-wow.wikia.com/wiki/API_UnitDebuff (instead "UnitAura")
  14. Hello, try to disable your wow addons, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. Droidz

    Ban wave - 30 March 2018

  16. No you need to use code for that
  17. Hello, you get this problem only in vanilla (or you haven't tried with others versions)? You have get this problem since the start or since recent update?
  18. Hello https://wrobot.eu/forums/topic/5417-change-fight-classload-pluginchanging-the-type-of-the-bot-in-questing-profile-using-code/?do=findComment&comment=25072
  19. All of your blacklisted zones are required?
  20. mount name is "Felsteed", not "Feelsted"
  21. Hello, with product "Schedule" or /and "Relogger", but I am not sure to understand what your want to do, if it is not that if you can give more detail.
  22. Hello, in relogger general settings try to increment "Wait after launch"
  23. Hello, try to activate options (in advanced general settings) "Can attack units already in combat" and "Ignore combat with all pets"
  24. Hello, it is know issu, I need to fix it https://wrobot.eu/forums/topic/6565-party-does-not-attack-enemy-players/
  25. https://wrobot.eu/forums/topic/6565-party-does-not-attack-enemy-players/
×
×
  • Create New...