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. Yes the ! makes it false
  2. !ObjectManager.Me.TargetObject.HaveBuff (1111) Or this for targets around you u <= !u.HaveBuff(1111)
  3. 7.3.2.25383 is the old WoW version that works with WRobot. The new version is 7.3.2.25455. I think this was the version that was updated a few days ago then rolled back.
  4. Here is a snippet of my Custom Profile: public static Spell StampedingRoar = new Spell(106898); public static Spell Darkflight = new Spell(68992); if (ObjectManager.Me.WowRace == WoWRace.Worgen && Darkflight.KnownSpell && Darkflight.IsSpellUsable) { Darkflight.Launch(false, true, true, true); } if (ObjectManager.Me.WowRace != WoWRace.Worgen && ObjectManager.Me.WowClass == WoWClass.Druid && StampedingRoar.KnownSpell && StampedingRoar.IsSpellUsable) { StampedingRoar.Launch(false, true, true, true); } My Worgen Druid is not using Darkflight. It is instead using Stampeding Roar which it shouldn't because it is a Worgen. I use similar conditions in my FC and my Worgen Druid uses Darkflight when it meets the conditions in my FC. It's just not working when I put it in my Custom Profile. Any ideas?
  5. WoW just had a patch. You should try not using the launcher so you don't run into these problems of updating WoW when WRobot is not updated. Then when you open WRobot and it says outdated, then you can update WRobot and WoW and you'll be fine.
  6. You would need a lot more bots. You would need to farm different things on the same realm so you don't over saturate the AH. Then you would need to find buyers like you said. Look at the wow token price and how much gold you get with it. Use that to give you a rough idea of what you need to do and don't expect nearly the same amount. Wow Tokens basically killed gold selling.
  7. Converting questing profiles is not easy. Converting grinding or gathering is not that hard to do and there are some available. Most people come here expecting WRobot to be like HB and it is not.
  8. It is that hard to switch profiles from hb.
  9. It says Private on the store and is 19.99€
  10. Save the Settings before you do a fresh install: ReloggerGeneralSettings.xml
  11. I make multiple accounts to farm for my main. Mostly for mats.
  12. If you see nothing here: https://wrobot.eu/clients/purchases/ Then you didn't. Plus it would say WROBOT user under your pic if you did.
  13. Big one back in Nov. 2016 hit us. The one that just hit within the last 24 hours did not. I mainly use WRobot as a rotation bot. It's pretty easy to make a basic rotation with the GUI WRobot has. I'm not sure if the ban page is only for members or not but here's the link: https://wrobot.eu/forums/forum/29-security-ban-reports/
  14. Zan replied to hf08ti's topic in General discussion
    No
  15. True. But not everyone would go through great lengths to figure it out. I mean that in the point of view of someone who has little or no knowledge of how to do it. If I use obfuscation and you figure out how to reverse it, you deserve to know it and I applaud you.
  16. https://wrobot.eu/forums/forum/44-black-market/
  17. There is a task to change the WoW folder and Wrobot folder in case you use more than one.
  18. Zan replied to fmnick's topic in General assistance
    It's at the very top of that section
  19. Dll can have obfuscation to protect the devs work. It could also be because there are multiple files being used and it combines them into one file. That's the short answer.
  20. Talk to the fight class dev and ask them to add do not attack targets already tapped. It can be done in c# it's tapdenied or something. I have that in my personal FC's using WRotation and it won't attack opposite faction tapped targets.
  21. Lua.LuaDoString ("QuestChoiceFrameOption1.Click ();"); Or :Click(); Something like that.

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.