Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. I need log file (not copy/paste) and of the session where WRobot has got problem.
  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 just need to complete list in advanced general settings
  4. Hello, in "NPC DB" (tab tools) add npc type "Smelting" (add the npc nearest the smelting zone), WRobot will smelting when he will go to the town (don't forget to activate "Smelting" in advanced general settings)
  5. Hello, you cannot eat/drink in bg with default features. You can try to use this plugin (not tested): Main.cs using robotManager.Products; using System.Windows.Forms; public class Main : wManager.Plugin.IPlugin { public void Initialize() { if (Products.ProductName != "Battlegrounder") return; robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) => { try { if (state.DisplayName == "Resurrect Battleground") { if (state.BeforeStates.Count == 0) state.BeforeStates.Add(new wManager.Wow.Bot.States.Regeneration()); } } catch { } }; } public void Dispose() { } public void Settings() { MessageBox.Show("No settings for this plugin."); } }
  6. Droidz

    WRobot 2.0 released

    I replied by private message
  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. Droidz

    WRobot 2.0 released

    I haven't planned to close, it is for this reason than I make changes (to try to compensate WRobot for official servers). I have tried to find a solution that affects less users as possible, but any change inevitably disadvantages many users. If you are affected by the changes, do not hesitate to send me private message we will find an agreement
  9. Droidz

    WRobot 2.0 released

    Old limitation is to 1 PC (not applied) and 1 IP. Send me private message with number of sessions that you use, we will found solution.
  10. https://wrobot.eu/articles/news/wrobot-20-released-r125/?tab=comments#comment-4973
  11. Droidz

    WRobot 2.0 released

    Hello, It's mainly because of users like you that I had to make this change. Since the November 2, 2017, you have launched WRobot 45027 times, (avg of 256~ times per day), past 24 hours you have launched WRobot ~800 times... And bio33 have launched WRobot 381214 times the May 7, 2016 , (avg of 530~ times per day)... If you can tell me how you usage is legit. If someone have to run more than 10 sessions do not hesitate to send me private message I'll found solution, but I think than 99,9% of legit users will not affected by this change (same advantage because I remove the limitation by IP).
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Droidz

    WRobot 2.0 released

    Hello, tab tools you can change window title
  14. In this log WRobot close because your run to many sessions of WRobot with the same key: [E] 21:26:27 - Connection error, close bot, you have probably launched 2 times bot with same license key, please contact WRobot team if it is not the case.
  15. Droidz

    WRobot 2.0 released

  16. give me url of your server,
  17. Your account are banned after? Try to disable your wow addons
  18. Current version is 2.0.0, 1.8.3 version is detected by a lot of private servers
  19. if you the fightclass that crashe WRobot, I'll check why WRobot crash
  20. Hello, try to disable your WOw addons
  21. 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/ ).
  22. You have put "Var.GetVar<int>("counter") == 10"?
  23. Droidz

    WRobot 2.0 released

  24. https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=42784
  25. You get black screen (mainly when you use remote desktop software or when you try to record or take screenshot) Since WRobot 2.0 you can get a completely black WRobot window when viewing with remote software like TeamViewer, to resolve it: Close WRobot Open and edit with notepad file "WRobot\Settings \RobotManagerGlobalSetting.xml" Replace <CanProtectAgainstScreenshots>true</CanProtectAgainstScreenshots> by <CanProtectAgainstScreenshots>false</CanProtectAgainstScreenshots> (if you don't found first line, add second line before "</robotManagerGlobalSetting>") Save file and you can relaunch WRobot.
×
×
  • Create New...