Jump to content

Matenia

Elite user
  • Posts

    2226
  • Joined

  • Last visited

Everything posted by Matenia

  1. You think the base bot should be free? You're absolutely fucking crazy and entitled if you think that. Most bots never came with free profiles, rotations, etc. Especially not across 7 versions of wow that are fundamentally different. Interacting with the game, memory reading/writing/etc is the hardest part. None of the content creators on the forums are capable of that besides Droidz. He easily deserves the most money out of anyone.
  2. You will need to use Lua to analyze COMBAT_LOG_EVENT_UNFILTERED
  3. Thank you, I did something similar but this should help in case it reloads the engine (Quester reload etc).
  4. OnAddState does not work it seems. It's never called inside the plugin. OnStartEngine, all states are missing.
  5. Yes, instead of executing the code in a loop, only execute it once or on level up.
  6. When I use OnStartEngine, none of the states have been added yet and I need to get their priority (and in some cases, I need to add NextStates). I will try OnAddState I think
  7. Right now, I use FiniteStateMachine Events and add new states. This causes issues when not all states have been loaded correctly and for some people if the Quester uses a LoadProfile or Reload step, it "breaks" the FSM context because state are already added. Can you add some method I can utilize to add states to the FSM, for example "aftersuccessfulstart" or something?
  8. If you set up shitty vendors or trainers and your bot ends up pathing to fucking stormwind or something, yeah you're gonna path through high-level zones and die. Pathfinding just means it's picking the shortest path available. That's why most profiles add transports as offmeshes and some of the more advanced profiles even do manual training at specific steps. The bot does exactly what it advertises itself as. But if you aren't willing to weed through the free tutorials and learn how to use it AND not willing to pay one of the content creators to do that work for you, then you'll have to go through trial and error yourself.
  9. Do not explicitly set ForceToTown back to false. It's not a blocking call and after the vendor run was successful, the ToTown state sets it back itself.
  10. That'S why I said, don't use the AH bot. Either use the AH API or do it yourself (interact with NPC, then execute your own scripts). You need to either create your own Product or use CustomProfile.
  11. I think you need to turn this into a custom script entirely, not with the AH bot
  12. If you'd joined Discord to get support, there's already an announcement that I introduced this bug 2 days ago and will fix it when I get home tonight.
  13. Plus you don't even have a wrobot license, how on earth did you end up here?
  14. They can use different methods of detection, same way they can detect EWT without necessarily needing to search for frame names. Anything that's pubically available has a (high) risk of detection because they can freely look at what is done to bypass their detection or even what the original method of injection is. So it's safe for now and that's it.
  15. Considering he asked about it and people frequently make threads assuming they can use it to bot on classic, I'm well within reason to correct him on that.
  16. You should be able to cast through trees. Dotting is performing a LoS check. It's your server incorrectly handling m2 objects.
  17. Sometimes it returns true if you can ignore the mobs attacking you, for example if you're on mount with the correct options or you're supposed to ignore pulls while traveling or if Conditions.ForceIgnoreIsAttacked is activated. I recommend you just decompile the binaries and see for yourself. Even with the code being obfuscated, you can usually see these simple things.
  18. If there's a timeleft on it, they're yours in TBC. I'm sure you've noticed this before. You can only see timers on auras applied by you
  19. This is a private server bot, not for retail classic...
  20. For what you want to do, grinder is not the correct product. You need to use Quester with an EasyQuest profile containing all the steps you want done. You'll never be able to do what you want with grinder. If you're having problems with HMP, please don't try to figure them out in an unrelated thread and contact me on Discord. You can (and NEED to) send a full log file. #faq channel will help you with that.
  21. If this doesn't work anymore, you can just adjust the source, since he attached it.
  22. Either hardcode vendoring through followpath quest types and using code to vendor (maybe you can make it repeat the grind path until bags are full, idk). If you record the proper followpath, it should not have an issue with flying either. Or you can just try blacklisting everywhere you don't want it to go and hope for the best
  23. Buy a wRobot license and you might find profiles.
  24. Also, this would work for any expansion that wrobot supports, but not for retail classic wow. This is a private server bot.
×
×
  • Create New...