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.

Zan

Members
  • Joined

  • Last visited

Everything posted by Zan

  1. wManager.Wow.Helpers.Vendor.BuyItem(string name, int number)
  2. Post your log
  3. Bool - Boolean structure type that represents a Boolean value, which can be either true or false. Void - Is a reference type of data type and used to specify the return type of a method in C#. If you don't understand the above, start here: https://www.youtube.com/watch?v=GhQdlIFylQ8 I do not know what spell 49936 is as it says it has been removed on Wowhead. Remove the SpellManager..... line from the if condition since it's not a boolean (bool). instead of DnD.Launch(); use ClickOnTerrain.Spell(43265, ObjectManager.Target.Position, false, false); if you want to check if the Target is on your DnD, then do something like this in the if condition (bool): ObjectManager.Target.BuffCastedByAll(DnD.Name).Contains(ObjectManager.Me.Guid) if you want to cast it on the Target if it isn't on your DnD then add a "!" to it. The "!" is a negation. AKA the opposite (bool): !ObjectManager.Target.BuffCastedByAll(DnD.Name).Contains(ObjectManager.Me.Guid) I forget if the debuff is the same as the spell. If it is, the last few lines will work.
  4. I used the source file from this page: https://wrobot.eu/files/file/1547-smoothmove/
  5. Buy a sub and maybe he'll think about it..............
  6. Untested. Let me know if it works. SmoothMove.dll
  7. What expansion are you using?
  8. https://wrobot.eu/clients/purchases/
  9. Nope https://wrobot.eu/search/?q=Paypal&quick=1
  10. It is not safe to bot on a private server while playing on retail server.
  11. If it is highlighted when it procs you can use: wManager.Wow.Helpers.SpellManager.IsSpellOverlayed(string) or wManager.Wow.Helpers.SpellManager.IsSpellOverlayed(uint)
  12. WRobot is a private server bot and does NOT support Retail versions of WoW. That includes Classic and Shadowlands. Go to: https://wrobot.eu/ Look down the page and find Supported Wow versions to see versions that are supported.
  13. Read the upper left again.
  14. I do not suggest it.
  15. Zan replied to rljer's topic in General discussion
    Read top left again.
  16. This is a private server bot. It's not for retail.
  17. Go download VS Community Edition and add WRobot references while writing in C#
  18. https://wrobot.eu/forums/topic/2097-condition-hostile-unit-near-target-never-true/?tab=comments#comment-9858
  19. I'm pretty sure after 2 he was already working on that one. Is this for the Firestorm server? Or is there a less buggy one out there?
  20. Why are you guys requesting a version already requested?
  21. Your WoW private server version must match the WRobot version. Open up the game and look at which WoW private server version you are using

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.