Jump to content

79135

WRobot user
  • Posts

    336
  • Joined

  • Last visited

Everything posted by 79135

  1. If my internet is off ~ 30 sec Relogger don't login char in game when my internet is on
  2. while(ObjectManager.Me.Position.DistanceTo(new Vector3(377.3996, -134.4637, -2)) > 3) { MovementManager.Face(new Vector3(377.3996, -134.4637, -2)); Thread.Sleep(500); Move.Forward(Move.MoveAction.PressKey,100); Thread.Sleep(500); } Bot never come into point
  3. How to check it : [Path-Finding] Cannot find path ? I need in for: if(!PathsFinder.FindPath(new Vector3()) {}
  4. Thanks) . How about quester profile, do you don't know?
  5. Just example please). And in quester profile quest type "Kill and Loot" I can as the extract point route in to is complete condition? (return ObjectManager.Me.Position.DistanceTo(pointRoute) < 3;
  6. The code in the plugin, but don't work, just repeat 123 if (wManager.wManagerSetting.CurrentSetting.PluginsSettings.Any(p => !p.Actif && string.Equals(p.FileName, "file name.cs")) && _isLaunched && Products.IsStarted && Conditions.InGameAndConnectedAndProductStartedNotInPause && (Usefuls.ContinentId == (int)ContinentId.Northrend || Usefuls.ContinentId == (int)ContinentId.Expansion01 || Usefuls.ContinentId == (int)ContinentId.Kalimdor || Usefuls.ContinentId == (int)ContinentId.Azeroth)) { foreach (var p in wManager.wManagerSetting.CurrentSetting.PluginsSettings) { Logging.Write("123"); Thread.Sleep(1000); if (p.FileName == "SmoothMove.dll") p.Actif = true; } wManager.Plugin.PluginsManager.LoadAllPlugins(); }
  7. well, because earlier as it was hidden..............(when wrobot was a 1st version)
  8. If server is down more than 5 mins all screen in the windows. How to hide it, answer please
  9. again down omg. No one have the problem?
  10. again (1 min ago from post the msg) restart all session on 4 computers!
  11. one session I had turned off because of the edit but it closes together with all
  12. Why wrobot restart sometimes!? All (60 session) practically at the same time restart! 19 ноя 2018 21H11.log.html
  13. I changed the time 5 to 60 to 30, don't help, previously, this window did not appear at all or was immediately minimized
  14. What is string answering for it? "Wait after launch (in seconds)"?
  15. 6-10 months ago settings is work... Atm every restart is appear this window. How to hide it?
  16. How to check for quester profile "is complete condition" if plugin is active?
  17. I need only the event: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) =>. I use the plugin for running in ghost.
  18. How to stop the event, event start again and again even the char running. using System; using System.Threading; using robotManager.Helpful; using robotManager.Products; using wManager.Plugin; using wManager.Wow.Helpers; using System.Collections.Generic; using System.Linq; using robotManager.FiniteStateMachine; using wManager; using wManager.Wow.Bot.States; using wManager.Wow.Enums; using wManager.Wow.ObjectManager; using robotManager; using MemoryRobot; using Memory = wManager.Wow.Memory; using Timer = robotManager.Helpful.Timer; using Math = robotManager.Helpful.Math; using System.Windows.Forms; public class Main : IPlugin { private bool _isLaunched; public void Initialize() { _isLaunched = true; back: Thread.Sleep(5000); Logging.Write("begin"); if (!MovementManager.InMovement) { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { Logging.Write("event still work"); robotManager.Products.Products.InPause = true; Thread.Sleep(1000); robotManager.Products.Products.InPause = false; }; goto back; } } public void Dispose() { } public void Settings() { } }
  19. Update with combat loot (11:00:39 - [Looting] (In combat) Try to loot Mob) - is very good but it is don't work at Vanilla, because Vanilla haven't auto loot(
  20. write please the command for quester profile in format: wManager.wManagerSetting.CurrentSetting.
×
×
  • Create New...