Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

79135

WRobot user
  • Joined

  • Last visited

Everything posted by 79135

  1. Okay, try, thx
  2. I wait more 30 min. Can it happen from the script? Idk how unsubscribe , help pls //Healing Touch !fight mana > 40% hp< 60% Logging.Write("Healing Touch !fight mana > 40% hp< 60%"); int percentHP = 60; int percentMana = 40; bool need = true; robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if(ObjectManager.Me.HealthPercent < percentHP + 5 && ObjectManager.GetUnitAttackPlayer().Count(u => u.GetDistance < 100) == 0 && need) { cancelable.Cancel = true; while(ObjectManager.Me.HealthPercent < percentHP + 5 && ObjectManager.GetUnitAttackPlayer().Count(u => u.GetDistance < 100) == 0 && !ObjectManager.Me.IsDead) { } } };
  3. If my internet is off ~ 30 sec Relogger don't login char in game when my internet is on
  4. 79135 commented on 79135's bug report in Bug Tracker
    Thx)
  5. 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
  6. How to check it : [Path-Finding] Cannot find path ? I need in for: if(!PathsFinder.FindPath(new Vector3()) {}
  7. Thanks) . How about quester profile, do you don't know?
  8. 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;
  9. 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(); }
  10. well, because earlier as it was hidden..............(when wrobot was a 1st version)
  11. If server is down more than 5 mins all screen in the windows. How to hide it, answer please
  12. Again.... it is so often...
  13. again down omg. No one have the problem?
  14. again (1 min ago from post the msg) restart all session on 4 computers!
  15. one session I had turned off because of the edit but it closes together with all
  16. Why wrobot restart sometimes!? All (60 session) practically at the same time restart! 19 ноя 2018 21H11.log.html
  17. I changed the time 5 to 60 to 30, don't help, previously, this window did not appear at all or was immediately minimized
  18. What is string answering for it? "Wait after launch (in seconds)"?
  19. 6-10 months ago settings is work... Atm every restart is appear this window. How to hide it?
  20. How to check for quester profile "is complete condition" if plugin is active?
  21. I saw it still 5-6 mouth ago
  22. I need only the event: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) =>. I use the plugin for running in ghost.
  23. 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() { } }

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.