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.

nax

WRobot user

Everything posted by nax

  1. run this as a int var wManagerSetting.CurrentSetting.ReadObjectManagerFTS
  2. it updates on a ms of 150 miliseconds
  3. nax commented on nax's bug report in Bug Tracker
    My Code nternal static void SearchForBags() { BagIndex.Clear(); foreach (var item in Bag.GetBagItem()) { if(item.Type == WoWObjectType.Container) { if(item.InBag) { Int32[] s = Bag.GetItemContainerBagIdAndSlot(item.Entry).ToArray(); if (s != null && !BagIndex.Exists(x => x.Name == item.Name)) { var Name = item.Name; var Slots = BagSlotReader(s[0], s[1]); var entry = item.Entry; BagIndex.Add(new BagClass(Name, Slots, entry, s)); } } } } }
  4. nax commented on nax's bug report in Bug Tracker
    3.3.5a
  5. nax posted a bug report in Bug Tracker
    Hey for some reason the boolean InBag is returning false if its in bag. (Not equipped.) Bug ?
  6. I’d suggest inputting your own state to over rude default states.
  7. https://support.minitab.com/en-us/minitab/21/help-and-how-to/data-input-and-output/minitab-files/open-or-disable-backup-files/
  8. Unless you are going to reread all the commands between two clients, its bad practice to write to file to read then just to reread, You should use something like a server to talk together.
  9. @cometttorSource Code (Plugin) using robotManager.Helpful; using System; using System.Collections.Generic; using System.Windows; using wManager.Plugin; using wManager.Wow.Helpers; public class Main : IPlugin { public void Initialize() { EventsLuaWithArgs.OnEventsLuaStringWithArgs += AcceptDungeon; } public void Dispose() { EventsLuaWithArgs.OnEventsLuaStringWithArgs -= AcceptDungeon; } public void Settings() { MessageBox.Show("No Settings."); } private void AcceptDungeon(String EventName, List<String> Args) { try { if(EventName.ToString() == "LFG_PROPOSAL_SHOW") { Lua.LuaDoString("AcceptProposal();"); } } catch (Exception ex) { Logging.WriteError("Main > AcceptDungeon > " + ex.StackTrace); } } }
  10. https://stackoverflow.com/questions/19728943/dynamically-loading-dll-referencing-other-dlls
  11. Yes you can but you’d need to load the Dll into memory.
  12. Maybe check if Rend is on target?
  13. For anyone to be able to help you, we'd need logs Html file.
  14. nax replied to joserra98's topic in General discussion
    Which one do you use?

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.