Matenia
Elite user-
Posts
2230 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Matenia
-
Nutzt ihr HumanMasterPlugin? Ich graue den Button aus damit ich die Quest selbst abgeben kann (manchmal) um das Item zu selecten. Aber das hat seit Ewigkeiten funktioniert. Vielleicht hat sich was seit dem wRobot update geändert.
-
-
Bot instant crashes as I press play
Matenia replied to aids1932's topic in WRobot for Wow Vanilla - Help and support
I did not have to recompile my fightclasses (at least not for vanilla, haven't checked TBC yet) for wRobot 2.0. I'm unsure what exactly was changed, but I have heard that some older fightclasses (C#) stopped working. -
If you read the license, you're only allowed 1 key per IP. You can use Proxifier to run WoW through different IPs while using the same IP for wRobot. So basically you've probably been breaking the TOS for months.
-
There is no plugin like that
-
False positive on Voidwalker quest
Matenia replied to triciamc's topic in WRobot for Wow Vanilla - Help and support
There is no questId in the GetQuestLogTitle for vanilla. I recommend using the history function on documentation websites: https://wow.gamepedia.com/index.php?title=API_GetQuestLogTitle&oldid=232279 -
With a custom plugin, you could make it interrupt wRobot's default behavior, walk to the vendor on buy an item and continue default behavior.
-
If you use iEquip, it overwrites your food with some stupid shit and ends up not regenerating with food/drinks a lot of the time. Also I have some extra functionality in HMP to abort combat if you need to regen, because I noticed wRobot LOVES attacking new mobs when you're like 10-15% below food threshold.
- 2 replies
-
- automation
- food
-
(and 3 more)
Tagged with:
-
Try deleting your Cache/WDB folder (wow client has to be closed). Also, if your server sends items with custom stats/names/etc that could potentially lead to issues, since I am parsing the tooltips. With all that being said, I've heard from other people that they've had issues with auto equipping occasionally. Usually one relog fixes it. I haven't been able to reliably reproduce this to be able to fix it. You can check wRobot's log, it usually gives you information on how something (like stat weights for an item) is calculated. If for some reason, something is showing as "0" or the item names aren't showing up correctly it indicates bugged/corrupt tooltips. You can do a /run ReloadUI() and see if that immediately fixes it.
-
I should add an option to update food more frequently, but it's actually 5, 10, 20, 25, 35, 45 and 5, 10, 20, 30, 40, 50 for drinks. The reason I do this is so on low levels you don't waste too much money on food way too good for you. Will look into Crossbow (I was entirely sure I had accounted for those - thanks for the report). Blacklisting certain items is something I should make configurable. That's actually a good idea. A certain food type would be a bit more complicated, because currently it is just looking for the closest available. Choosing a certain type would result in REALLY long paths. I suggest just choosing a boar. Or maybe if you join my Discord we can figure out a better way to do thiswithout generating large paths due to no vendors being close by for a certain food type.
-
-
-
Teleported but not banned
Matenia replied to CanBeDeletedOrBannedTy's topic in WRobot for Wow Vanilla - Help and support
You can change your name on the forums. https://wrobot.eu/settings/username/ -
Teleported but not banned
Matenia replied to CanBeDeletedOrBannedTy's topic in WRobot for Wow Vanilla - Help and support
The cracked version should not be able to run encrypted profiles (It's like wRobot 1.7.2). I personally try to use some API in my products that wasn't in an old version just to throw runtime errors. -
mage [FREE] [PVE] 1-40 Enraged Frost Mage Vanilla
Matenia commented on Enraged's file in Fight Classes - Vanilla
-
Dynamic blacklisting
Matenia replied to triciamc's topic in WRobot for Wow Vanilla - Help and support
Try setting your latency in wRobot's advanced settings to 650-850. -
LF Propper FC for warlock 1-70
Matenia replied to Cabomber's topic in WRobot for Wow The Burning Crusade - Help and support
You would need to be premium seller to sell any product (also needs to be approved by Droidz). You're at risk of penalty, if you don't remove this -
-
Make a custom step in the quester that complete as follows: - quest currently not in log - quest already completed - near NPC (5-10 yards) Then make the code in it execute a followpath that walks around to find the NPC.
-
It will try to find the closest (3D distance) point and start the path at that. So you need to force it to start at the first vector.
-
https://github.com/dan-v/awslambdaproxy https://www.youtube.com/watch?v=LlGa6cBLYzE Something like that is probably your best bet. Maybe there's a way to do something similiar with Google Cloud or any other cloud project where you can use their servers as proxies for your applications.
-
A lot of VPNs are static IPs (or a certain range) belonging to a certain provider. You can check DNS records and IPs against a known list and block them. With Socks5 it's much harder since anyone can just use AWS, Google Cloud, OVH, etc to pull up a VPS and use it as a proxy.