Jump to content

Zan

WRobot user
  • Posts

    551
  • 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. Doubt it.
  8. 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.
  9. It is that hard to switch profiles from hb.
  10. It says Private on the store and is 19.99€
  11. Save the Settings before you do a fresh install: ReloggerGeneralSettings.xml
  12. I make multiple accounts to farm for my main. Mostly for mats.
  13. 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.
  14. 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/
  15. No
  16. 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.
  17. https://wrobot.eu/forums/forum/44-black-market/
  18. There is a task to change the WoW folder and Wrobot folder in case you use more than one.
  19. Zan

    Relogger

    It's at the very top of that section
  20. 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.
  21. 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.
  22. Lua.LuaDoString ("QuestChoiceFrameOption1.Click ();"); Or :Click(); Something like that.
×
×
  • Create New...