Everything posted by Matenia
-
Looks rlly like a bot...I dont go AFK while thats running
We don't know what expansion you're on. If you're on 1.12, it uses keyboard movement by default and you will need to enable CTM. You need more hotspots in your profile. And if there are stucks, blacklist the area and it willl avoid it.
- 1-60 Horde (RANDOMIZED) QUESTER (300+ Quests) Causing major windows 10 errors
- 1-60 Horde (RANDOMIZED) QUESTER (300+ Quests) Causing major windows 10 errors
-
Got ported on Karazhan
Bit more info. Where did you get ported? Or did wRobot just close with the warning? That can be quite buggy. Generally if you don't know what you're doing or can't risk to lose an account, you shouldn't run a bot. If you're worried about losing it now, don't bot on it again - just run on a different account. Also nobody can give you specific advice for your server at all and you're generally better off NOT mentioning specifics accounts of what happened to you on what server, unless it's a thread specifically tailored to avoiding detection methods.
-
Healing in BG
Battlegrounder uses the GrindingBG and FightBG class. Decompile to see what they do. Replace GriningBG with your own state if you must. And adjust your fightclass range, then it won't try to melee people as a caster...
-
AdvancedBattlegrounder Mount Issues
Seems to me you're not using the latest version. Seeing as you don't own wrobot even, it would appear I need to up the security. Thanks for alerting me it's been cracked ?
-
Pathfinder does not work with buildings
It uses a pathfinding server, so there are no client side meshes. If you don't disable pathing and you're on the real trial, it will path find correctly.
-
Pathfinder does not work with buildings
There is no meshes folder if you aren't using the cracked version ?
-
[FSM] State wManager.Wow.Bot.States.... already launched, ignore it.
He said he already uses a plugin like that... That's not the solution. It's when you either click "start" too quickly twice in a row or reload the context/produt incorrectly through code.
-
I would like to ask how to set it in the mailing interface. Can you mail gold coins?
Yes. It's not possible.
-
Resurrect
If use spirit healer is activated, it will ALWAYS use it. You need to use advanced settings for how many times you die frequently to use the spirit healer dynamically. This is why it used to be a feature in HMP. Droidz implemented most of that now.
-
[PAID][WotLK] Enhancement Shaman 1-80
Just for documentation's sake, stoneskin can only be turned off after level 14. The reason being that 2 damage less is really useful at those low levels and the mana cost is incredibly low.
-
Application has encountered a critical error
You should probably point out which fight class. I believe this error occurs if the fightclass throws an exception (i.e. the fightclass thread crashes).
-
Bot ignoring complete condition
GoToTask is blocking, it will not stop walking unless you also pass a breaking condition to the "whileCondition" parameter. Or use normal MovementManager.Go which is not blocking - but if you have a complete condition, it will just call MovementManager.Go over and over until the condition is fulfilled. This is tick-based vs blocking.
-
Use specific skill only when a specific talent is selected or not selected.
Not possible without code
-
Queue for BG with macro
If that's what you want, yes you need to write a plugin or you can set up a macro ingame and use wrobot's macro settings to hit it every 30 seconds
- Force loot BOP items
-
[PAID] HumanMasterPlugin
You can't review a product you haven't bought. A demo will BY DEFINITION not have all features. If you want to replace HMP's features with free plugins, you can try that but you still need to maintain NPC DBs yourself and nothing will have the full functionality. https://wrobot.eu/files/file/1925-free-air-breatherswimming/ https://wrobot.eu/files/file/1918-free-automatically-use-health-mana-potions/ https://wrobot.eu/files/file/1724-free-foodanddrinkhelper/ https://wrobot.eu/files/file/1215-free-combatlooter/ https://wrobot.eu/files/file/1318-free-mining-node-blacklist/ https://wrobot.eu/files/file/1295-free-italents-talent-manager-for-vanilla-and-tbc https://wrobot.eu/files/file/1204-tbc-train-level https://wrobot.eu/files/file/1696-vanilla-clam-opener/ https://wrobot.eu/files/file/1640-invalid-target-remover https://wrobot.eu/files/file/1468-auto-bandage/ https://wrobot.eu/files/file/1831-free-trainskillsoverride/ https://wrobot.eu/files/file/1766-free-ammo/ https://wrobot.eu/files/file/1734-free-autowarlockpettraining/ Even if you get ALL of these free plugins, you will still not have the full features of HMP and do most of the work yourself. But you cannot review based on the free demo for a paid plugin. Therefore I'll have that removed ?
- 188 comments
- 19 reviews
-
[PAID] HumanMasterPlugin
That bug was in for less than 10 hours before I fixed it, back in March. You wouldn't know anything about this plugin, because you never purchase dit. You downloaded a free demo (NodeBlackList). You can find lots of free plugins all over the forums that are combined in HMP in a much advanced way (I usually release free code for other developers and people who can't afford paid products). After seeing that you're just going around the forums leaving bad reviews, I can't decide if you're doing it on purpose or if you're genuinely too stupid to use wRobot and that is your issue
- 188 comments
- 19 reviews
-
Automatic Buy Ammunition
If you want good quality products because you're too lazy to set up your own profiles that automate everything - then yes. That being said, you're welcome to remove the review you left on a paid product of mine that you never purchased and only downloaded the free demo (for blacklisting nodes).
-
[PAID] Arms/Fury Warrior 1-70
The settings aren't advertised. They're an example of how to enter the order ID. It even says in the screenshot that that's humanmasterplugin. What's advertised are the features in this thread and nothing more.
- 8 comments
- 1 review
-
wrobot on atlantiss karazhan (2.4.3)
Latency setting should be the actual time events take. So network latency + server delay + artifical delay. Try 500-800ms.
-
wrobot on atlantiss karazhan (2.4.3)
Correct your latency settings and make sure the mob isn't "no loot" which skips skinning. That being said, if the server is "shit" and reuses mob GUIDs, they can stay blacklisted (from looting/skinning) upon respawn for a certain time.
-
InCombatWithMe
There is no other way. If you are on their threat, you are in combat. Otherwise literally there is NO WAY. It's not in the game.
-
InCombatWithMe
That's correct behavior. It only checks if you're being targeted by the unit and have combat state AND if you're not ignoring combat in settings. If you want to know whether a unit has threat towards you, use the threat API (only works in Wotlk+)