Jump to content

Matenia

Elite user
  • Posts

    2227
  • Joined

  • Last visited

Everything posted by Matenia

  1. If you haven't seen, I actually have my own battlegrounder product, which is miles ahead of the default.
  2. Why don't you post what the problem was so that others me be able to find help when they need it?
  3. I'm not going to do wrotation stuff. I'm a strong believer in git gud. There is a chance I'll expand all of this to 3.3.5a to make it useable as a BG fightclass
  4. Matenia

    ????

    I obviously don't know what this is in relation to, but you need to redownload wrobot to a second location if you want to run it on another expansion
  5. Version 1.0.0

    101 downloads

    Disclaimer: This fightclass only works with the English client. It is possible, that I will add support for more later. Do NOT use this in arenas. This is not PQR. The attached file is the free version. For questions and bugreports, please reach out to me on Discord. Feral druids aren't an easy class to create a solid rotation for, stances (forms) make it quite complicated. I’m here to help ease your frustration and to optimise the class for mana efficiency and reduced downtime. Dynamic Rotation Based on Players Around You Uses Bear Form and Feral Charge to interrupt healers Cyclones healers, if your target is going low Goes into Bear Form if many melee are around (you can choose the number in the setting) Situational Spell Usage Uses War Stomp, Bash, Cyclone and Maim to heal itself Highly Mana Efficient Doesn't spam shift forms to connect unless you are still at a high mana percentage Automatic Skill Detection Automatically detects if you learn new spells while leveling, no need to restart the bot This profile uses frame lock. This means it freezes your game for a short amount of time to make sure no spells are skipped and the correct spell in the rotation is always selected. If you have problems with your FPS, deactivate frame lock in the profile settings. PURCHASE NOW - 6.50€ (Rocketr) I, the owner and creator of this file, am in no way associated with the wRobot company. By purchasing this file, you agree to the contract of the purchasing website and that alone. Check out my other Fightclasses
  6. Version 1.0.0

    48 downloads

    Disclaimer: This fightclass only works with the English client. It is possible, that I will add support for more later. Do NOT use this in arenas. This is not PQR.For questions and bugreports, please visit my Discord channel. The attached file is a low-level demo version. Remember to do your totem quests. Enhancement Shamans are a hard class to look human as while botting, and still very versatile too. There are a lot of things you can do to look human that even an average player wouldn't do. I have used this Fightclass to farm around 50k honor and several different BG marks without ever being reported. Dynamic Rotation Based on Players Around You Interrupts (Rank 1) and uses Grounding Totem against casting enemies around you Uses Windfury and Frostbrand enchantsChases targets in Ghost Wolf Uses Bloodlust/Heroism in big fights Switches between Earth Shield and Water Shield as necessary Smart Totems Real cast detection (not relying on wRobot's API entirely Situational Spell Usage Uses all your spells, including Frost Shock, Ghost Wolf, Earthbind Totem, etc Humanized Uses spell rotation that are unlikely to make anybody recognize you as a bot This profile uses frame lock. This means it freezes your game for a short amount of time to make sure no spells are skipped and the correct spell in the rotation is always selected. If you have problems with your FPS, deactivate frame lock in the profile settings. PURCHASE NOW (Rocketr) - 6.50€ I, the owner and creator of this file, am in no way associated with the wRobot company. By purchasing this file, you agree to the contract of the purchasing website and that alone. Check out my other Fightclasses
  7. As I remember, the SINGLE_STEP thing was related to framelock. It's the fightclass doing it - but probably not solely at fault. If you post the full error log, maybe the developers of your fightclass can take a look what might be causing this
  8. Either your quest profile or fightclass probably do this. You can check your log file to see if there's anything obvious
  9. Jesus fuck dude, are you so scared someone else is gonna crash your mediocre ass Lua bot? If someone without a degree doing some passion work threatens your project into you exiling him out of fear, that says a lot more about you and your inability to do anything of value than it says about them. Better hold on to your bitcoins, because this market is unstable as fuck and someone with actual skills will come along and shoot your shitty Lua bots out of the game eventually. I wonder how much you paid the people who write the Lua unlockers without which you'd be out of the job to ban other bot developers. You coming here with your bullshit makes it even more transparent. Nobody would've given this any thought, but you trying to do damage control actually makes us see the truth. Sub 50 IQ move, my dude.
  10. No it doesn't. But if you play on the same IP on both accounts, you risk them either investing or outright banning all accounts on the IP. My experience is that they're pretty lenient so unless you're an idiot you won't get caught. That being said, you asking these questions implies you've never botted before.
  11. Never bot on an account you can't afford to lose. Never link an account you can't afford to lose
  12. Dude, you're completely uninformed. First of, it doesn't matter what right they have. Second, whether they or Blizzard have that right would make no difference. Warden is part of Wow's binary. You're checking part of the memory section that the process itself occupies, not scanning RAM at random. This is also how CRC checks work. They aren't scanning your system at random either. The way this check works is that the client can be patched to execute Lua code as "secure" rather than tainted, the way it normally is. The client usually checks (in itself) if the function is allowed to be executed (for example, casting a spell from code can only be done using secure action buttons in a certain way, or macros). The server never knows if a spell was sent to it "legitimately". They execute Lua code on your client and hook some functions that you would normally use. So if you cast a spell in a way that's against the rules, it will now notify them.
  13. I think that's just a bug some servers cause. Try only queueing at 2 battlemasters, not 3.
  14. You're loading a grinder profile in the quester product
  15. Pretty sure that's a WotLK feature. There are no nodes near NPCs in TBC.
  16. Seems like you're overwriting distance in wRobot. My fightclass doesn't approach the target. wRobot does. If it doesn't cast any spells at all, check the log file. Points towards something being fundamentally broken (i.e. your combat log breaking or you running addons). Also - SUPPORT ON DISCORD ONLY.
  17. Easier for tax evasion, especially if you're selling stuff you don't want Blizzard to sue you for either.
  18. @binban I don't mean to be rude, but you can't expect other people to do all the work for you. Mindlessly copypasting won't really get you anywhere. ! is a negation of a boolean and if evaluates a boolean. There are so many unecessary brackets in that statement, it becomes pretty much unreadable. Try reading up on the very BASE principles on programming and you'll be able to understand any modify scripts at will. I highly recommend https://java-programming.mooc.fi/ If you spend 1-2 days on it, you should be set.
  19. Yeah, use a fightclass that returns a GetRange of 30+ yards until certain conditions (like tank is in combat) are met. Trying to change how wRobot engages in combat is much harder. You won't be able to do this without C# either way.
  20. Heal fightclasses won't really work with the fightclass editor as far as I remember. You can take a look here and modify one with C# - source code should be attached:
  21. So the other streamers saying thanks are also all the owner who totally isn't you? ?
  22. He's spending his money trying to prove that his scam is real by paying streamers. For all I care, he can keep wasting more, desperately attempting to regain any sort of credibility.
  23. Probably if you run the main in grinder then just pause it. Should work. It will still send coordinates to the other chars. But obviously they won't go train or anything.
  24. There is no guarantee vanilla profiles will work with TBC. Many things have changed in the client since then. Only very basic stuff like kill and loot quests are relatively the same. Afaik Andoido specifically sells stuff for Vanilla/TBC/WotLK. Speak to him about it.
  25. You literally hear one of the streamers still saying "classicwowbot thanks [...]" because he didn't even have the money to pay proper voice actors ? Video even starts with a streamer saying "sorry for being a sellout boys". Probably subbed to a bunch of channels. Dude keeps sinking more and more money into a scam with no return value. Imagine the dedication though. Going to several streams and getting them to say some shit they don't understand. You can even hear it in the tone of their voice. Also still with the guy who "joined in February 2018" and has a "3 year member" badge. Imagine if that kind of dedication went into real, honest work.
×
×
  • Create New...