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.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Sorry, he haven't default feature for this. But you can use party product and in product settings use follow player per name option (and use custom fightclass with interrupt spell)
  2. Hello, try code like: wManager.Events.LootingEvents.OnLootingPulse += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (unit.IsValid && unit.GetDistance > 90) { wManager.wManagerSetting.AddBlackList(unit.Guid, 30 * 1000); cancelable.Cancel = true; } }; Line 3 replace 90 by your max distance
  3. Hello, someone can try to run WRobot with shortcut "WRobot No Edit Memory"
  4. Hello, blacklist events is in "wManager.Events.OthersEvents" And try
  5. I'll try to add in next update maxz distance to avoid this type of problem
  6. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx and vc++
  7. Hello, you can try to use item to open dialog, and to click on dialog button use https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  8. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Hello, no sorry, if npc menu never change you can turnin quest with questtype InteractWithNpc (and run macro to complete quest)
  10. Hello, try: In "CONTAINER_BAG_OFFSET_X" replace X by 1, 2, 3 or 4 and replace "Small Black Pouch" by your bag name
  11. Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ If it is not problem if you can give more details
  12. Hello, try this plugin Ignore all combat fight.cs
  13. Hello, you have too many wrobot plugins and sometime wow addons. Download and install WRobot in new folder, try to run automaton without plugin/fightclass, if you don't get crash try with fightclass, try your profile, try to add plugin one per one
  14. hello, try plugin like: using System.Threading; using wManager.Wow.Bot.States; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is Resurrect || state is ResurrectBG) { Thread.Sleep(1000 * 30); } }; } public void Dispose() { } public void Settings() { } } Wait Resurrect.cs
  15. Hello, I keep note of this suggestion thank you
  16. Hello, in what wow version?
  17. Hello, I think that it is profile problem
  18. Hello, try to pick the quest manually with quest type interactwithnpc (and use lua code to only select your quest)
  19. Hello, To click on crystal you can add object in object to harvest list (in advanced general settings), if you just to to interact with npc you can add it to npc to attack, but in your case it is better to use Quester profile
  20. Hello, some plugins have not settings, but you can open it with notepad to change code (where you have found this plugin?)
  21. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. Hello, it's depend of your profile, https://wrobot.eu/forums/topic/1925-sample-dungeon-profile/
  23. I tried with automaton and grinder profile several hours each without plugin/fightclass and I cannot reproduce your problem. You get this problem without plugin but you have try without fightclass? He seems than WRobot press key (jump or forward I don't know) but never release it (I checked code several time and seem not in WRobot)
  24. Hello, sorry I cannot add it to tab tools, editor is in 'Quester.dll' product.

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.