Jump to content

Matenia

Elite user
  • Posts

    2230
  • Joined

  • Last visited

Everything posted by Matenia

  1. Personally I think it's from sloooow Lua processing and caused by LuaEventsWithArgs being called too infrequent, so the table gets too big. I do not unpack any tables in my code that are bigger than 50 keys.
  2. 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.
  3. 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...
  4. 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 ?
  5. 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.
  6. There is no meshes folder if you aren't using the cracked version ?
  7. 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.
  8. Matenia

    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.
  9. 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.
  10. 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).
  11. 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.
  12. 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
  13. It shouldn't crash, but also using :Click is a protected function, so you need a plugin or something that only runs that code ONCE
  14. 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 ?
  15. 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
  16. 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).
  17. 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.
  18. Latency setting should be the actual time events take. So network latency + server delay + artifical delay. Try 500-800ms.
  19. 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.
  20. Matenia

    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.
  21. Matenia

    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+)
  22. There is no IP block unless you've made it onto a global blacklist of scammers (which I doubt). I also don't understand - other Americans purchased wRobot just fine and you actually have a license. What is it that you're trying to buy?
  23. Simply don't account for hitbox sizes. It works, but it's useless. Real servers calculate from center to center, because that's what blizzard did too.
×
×
  • Create New...