Matenia
Elite user-
Posts
2230 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Matenia
-
I mean the bot literally writes all of those things IN THE LOG in big RED LETTERS when you start it. I agree something like that should be pinned in the vanilla section. We need some more forum mods to organize this stuff.
-
-
Pathfinder problem again?
Matenia replied to Findeh's topic in WRobot for Wow Vanilla - Help and support
I do and it ignores it -
Pathfinder problem again?
Matenia replied to Findeh's topic in WRobot for Wow Vanilla - Help and support
The option is actually in the bot but doesn't do anything: wManagerSetting.CurrentSetting.PathFinderFromServer = false; -
[FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall
Matenia commented on FNV316's file in Quester - Vanilla
-
[FREE] wDiscord - A discord bot to suit your needs.
Matenia reviewed Marsbar's file in Plugins - Multiversion
Easily one of the best and most useful products on this site. I've been using this for a couple days now and am more than happy with it. Even when running Teamviewer, I can't always check what's going on while I'm at work. Getting a notification and a screenshot on Discord is much better. I don't even have to use Teamviewer to respond anymore, I can simply respond directly on Discord. Even while I'm away on my phone, I still have all those options. And if something actually requires my attention, I can still connect with Teamviwer and fix the situation. I'm really impressed with this. -
Literally says in your log when you start the bot to set it up correctly because vanilla CTM (which is internally used for turning) is buggy as hell and needs the correct settings to function.
-
Bon fires are spawned game objects, they're not part of the map. You can't fix meshes for them because you can't generate meshes. They don't exist. So you need to add blacklisted zone to tell the pathfinder to avoid it.
-
Will never understand why people run their client with addons while botting...
-
Only Socks5 will work, so NO
-
cant find option
Matenia replied to hello_girly's topic in WRobot for Wow Vanilla - Help and support
Advanced settings -> Food/Drink tab -> Set the names and activate "Use Drink". -
paid FNV316 1-45 Quester Profile Pack Alliance Vanilla
Matenia commented on FNV316's file in Quester - Vanilla
-
You're right, if you can get the conditions to be stable, that could work. I recommend using: ObjectManager.Me.Target = u.Guid; instead of Interact.InteractGameObject(u.GetBaseAddress, true, false); though
-
Yeah, I only get the exception once and then it works. All good.
-
-
Start building your fight class in C#. You will not be able to polymorph off-targets using the fightclass editor. That being said, check out the vanilla wow section here, it has info on frostnova and poly.
-
distance to party member
Matenia replied to oday123's topic in WRobot for Wow Vanilla - Help and support
Maybe the multibox plugins here work as you want? https://wrobot.eu/files/category/134-plugins-tbc/ -
-
Hey @Droidz through my plugin, I want to add some states of my own (mostly for custom training etc). Unfortunately, when doing this OnEngineStart event, I always get: [E] 13:50:08 - Engine > Pulse(): System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List`1.Enumerator.MoveNextRare() at System.Collections.Generic.List`1.Enumerator.MoveNext() at robotManager.FiniteStateMachine.Engine.Pulse() which makes sense. Is there any way to add my own states, currently? I couldn't find any event that fires before EngineStart and I am sure I'm not modifying the collection DURING Pulse on another thread.
-
-
Maybe your proxy is exposing the real IP. Can't really tell you what caused this.
-
Either that, or you were botting while the pathing server was broken (it got fixed last night).
-
Use the poison plugin from the forums or if this is for vanilla, my fightclass uses them just fine. It does NOT create new poisons though.