Jump to content

Zan

WRobot user
  • Posts

    549
  • Joined

  • Last visited

Everything posted by Zan

  1. !ObjectManager.Me.TargetObject.HaveBuff (1111) Or this for targets around you u <= !u.HaveBuff(1111)
  2. 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.
  3. 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?
  4. 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.
  5. 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.
  6. 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.
  7. It is that hard to switch profiles from hb.
  8. It says Private on the store and is 19.99€
  9. Save the Settings before you do a fresh install: ReloggerGeneralSettings.xml
  10. I make multiple accounts to farm for my main. Mostly for mats.
  11. 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.
  12. 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/
  13. 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.
  14. https://wrobot.eu/forums/forum/44-black-market/
  15. There is a task to change the WoW folder and Wrobot folder in case you use more than one.
  16. Zan

    Relogger

    It's at the very top of that section
  17. 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.
  18. 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.
  19. Lua.LuaDoString ("QuestChoiceFrameOption1.Click ();"); Or :Click(); Something like that.
  20. Check Owned Core and see if anyone is talking about what you're seeing. Anything is possible.
  21. @lonellywolf you do not know Droidz or why he chooses to do what he does. Also some quests can be heavily scripted vs making a fight class. @StresseWRobot is not HB. It's not a one click bot. A lot of people have been coming here from HB complaining about WRobot not being like HB. It's not like HB and it has a smaller community. Smaller community = less profiles. There is only one dev working on this bot. HB has a staff that gets paid to write profiles. That's one of the reasons HB costs a lot more. Everyone has different needs and this bot may not suit you.
×
×
  • Create New...