Matenia
Elite user-
Posts
2230 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Matenia
-
works now
-
It's bugged again.
-
Crash: System.OutOfMemoryException
Matenia replied to johanruda's topic in WRobot for Wow Vanilla - Help and support
You can take a look at the vanilla version I've posted, it's updated slightly but still throwing some exceptions. I just made it by decompiling your plugin and changing it around a bit. -
-
C# Framework for wRobot 1.12.1 Fightclasses
Matenia replied to Matenia's topic in WRobot for Wow Vanilla - Help and support
There is no simple guide. It's a C# project you can fire up in Rider or VS. There's a main class that contains the rotation, as any other fightclass would, and a few helpers classes to run the rotation and validate spells/range/etc. If you add the wRobot dlls in your Bin folder as dependencies and compile it successfully, the resulting DLL works as a fightclass in wRobot.- 5 replies
-
- framework
- fightclass
-
(and 1 more)
Tagged with:
-
Not really sure why pulling would slow down without smart pull (all it does is pull the closest mob, if your bot targets a mob further down the field of view, to avoid pulling 2 at the same time). If you use my free WhatsGoingOn plugin, it will show you what state wRobot is using. This can help you understand what is going on. The behavior you described sounds a bit like "Attack before being attacked" where the IsAttacked state will trigger if a mob gets close to you, but you haven't actually bodypulled it yet. Also, as long as "automatically choose vendors" is disabled, the plugin will only choose the vendor for you, if it has to purchase food and drink. If you wish to not do that either, you can disable both options. There's also a free version of food/drink choosing that you can find on the forums and use with your profile, if required. I will PM you about the skinner, but you can redownload now, as I just fixed the option to enable/disable looting in the plugin, as well as skinning.
-
Hey, I don't modify pathfinding in any way with the plugin. The plugin does not provide its own pathfinding. I'm not really sure what could be causes your issues. You can disable the options for smart pull and avoiding enemies, as these 2 options will blacklist areas with mob groups and high-level mobs (I basically issue a warning to wRobot's pathfinder, that these areas are dangerous), so that it will try to walk around them. I do not add any new waypoints, and even for the aforementioned options rely entirely on wRobot's pathfinding. Are you sure this isn't caused by another plugin (or even wRobot itself), and just gets resolved when you start/stop the bot? wRobot's water detection also doesn't work, and the pathfinder doesn't care for water either way, so you will inevidbly ALWAYS run through water (if it's the mathematically shortest way) whether you use this plugin or not. I will attempt to fix looting. For now I'll just add an option so you can disable both looting and skinning as you please. Try redownloading in a few hours, I should have the options added by then.
-
Unfortunately, the paid version also tries to ES casts. There's no solid way of checking in TBC, whether a cast can be interrupted. As such, it will also try to interrupt during Divine Shield on a pally. The paid version just an overall better rotation and more options and is slightly more healer centric. However, due to wRobot limitations in battlegrounds, I haven't found a solid way to run as a real healer. The bot always runs as DPS and tries to pick fights, I just make it heal friends if they are around and prioritize that.
-
I have the same problem. I thought it's because it was showing me notification from a private conversation. I left the private conversation -> it's still there and I can't open the notifications.
-
Yep. So you start near the graveyard or the entrance to the BG. Both paths would have to include the graveyard. You then make the rest of your loop so giant, that you are unlikely to return to the graveyard (this more or less needs to be done anyway, because wRobot always tries to find a straight, retarded path back to the first spot you record at the end, when it reaches the last spot). You can just run in circles 5 or 6 times, if you have to. Just make sure you definitely die BEFORE it tries to run back to the GY.
-
Yep, unfortunately WSG requires you do a giant loop, including the enemy base, so taht no amtter where you start, you'll never end up on your starting position again. This has worked for me in the past.
-
All you have to do is record your own profile and deactivate free mode. Then the bot won't use its own pathfinding except when picking fights. For EoTs, you need to start recording your profile near the center, pretty much the same for AB. Don't record yourself dying, or it will record the next waypoint between the position you died and the spirit healer.
-
Got banned, can't figure out how!
Matenia replied to x11r6's topic in WRobot for Wow The Burning Crusade - Help and support
All getting caught by player reports, assuming you aren't using similar emails/account names and the IPs weren't the same for account creation either. So unless you created a link in the beginning, there isn't one other than that some of your bots got caught in a ban wave. If Warmane changed their policy on bots. they might just have banned everyone with the IP they caught in their history. Otherwise they also use machine learning to recognize botting patterns, like garbage gear with 20+ days /played time. -
-
-
-
- 12 comments
-
- 2.4.3
- enhancement
-
(and 2 more)
Tagged with:
-
Droidz is French and the only developer. There is no large team behind this. All incentives to create proper documentation have failed. Guide sections in the forums are usually good enough and everything else is done by decompiling and discussing stuff on Discord. It's not ideal, but that's what we have.
-
-
It does work. I fixed the compile errors (obviously) by recompiling it with up to date wRobot 1.12.1 libs. Runtime errors will till occur occasionally, because from what I can tell, either wRobot or AvoidIt modify a list while iterating it. That's always been the case with this plugin and doesn't affect functionality. It still reports mob groups to the pathfinder and then uses it to circumnavigate them.