Jump to content

Matenia

Elite user
  • Posts

    2230
  • Joined

  • Last visited

Everything posted by Matenia

  1. How do you expect TBC fightclasses to work on a MoP client? It's absolutely not going to work...
  2. It's not in the product. You might wanna check wrobot's general and advanced general settings.
  3. First thing is not part of HMP. Spirit healer does work, but you need to set it in HMP; not WRobot settings. Clam opening does work, however you need to make sure you've got auto loot enabled in your WoW client (for vanilla, it uses your shift key). Please don't use any WoW Addons as they can interfere with the functionality. All HMP does is use the item using WRobot's API. If you want proper support, you can only get that on Discord and only if you read the #faq channel and PM a proper, FULL log file.
  4. It is, but the error I'm seeing would indicate blocked access to wrobot's uptime check and if you've already followed the clean install guide, the only problem I can see is that you're not actually trying to use the trial.
  5. Hi, you don't have a wrobot license ?
  6. Lol no, there are no good BfA servers and there won't be any for thenext 5 years. But more importantly, Firestorm has always been known for low quality cashgrab bugfests. They're literally some of the worst servers on the scene. Worse than Freakz and Wowcircle combined. Don't waste your time on BfA. If you want to support other expansions, look for Cata and MoP, as there are some decent servers for those.
  7. Because wrobot isn't inside the client directly and things like reading Lua events are done frame by frame on another thread. So if there's a 50-100ms delay to even receive the event and then more delay to accept your requests, you won't be able to counter instant spells with instant spells. If you're capable of accessing WoW directly in memory (including Lua events and such info as spell targets - which to my knowledge the client has no info on, except maybe patch 5.x), you don't really need wrobot. You'll be able to do a lot but not in the same way as if you were in-process injected
  8. You can check owners. Either use an IDE or check documentation on what Auras on enemy provide in terms of attributes/methods
  9. You're not going to get rotations the way that you want. Not unless you write a very sophisticated profile - otherwise you will run into problems with performance. Also more likely than not, reacting to combat log events to death instant spells etc is not going to work.
  10. No, he can't. He was basically reselling something he stole from someone else as his own. He does not have the knowledge to make modifications.
  11. No, it doesn't unlock Lua completely.
  12. If there are no mailboxes in your profile/database, it cannot send mail. HMP tries to work around this by scan for the mailbox, but if it's not visible, it relies on wrobot's NPCDB, which is what wrobot relies on internally as well
  13. Keine Ahnung woran das liegt. Der Error hat aber nichts damit zu tun, der wird abgefangen und es wird nochmal probiert. Es lässt sich leider nicht anders machen. Eventuell hat es was mit dem auto-updater/restarter vom Profil zu tun. Support nur auf Discord.
  14. It only works on the English client and it's possible that your cache is mixed from playing servers that send English and German item names.
  15. Der Bot ist nicht in der Lage vollautomatisch essen zu kaufen beim Vendor. Probier Automaton. Wenn dort alles geht ist dein Profil das Problem. Sonst guck, dass wrobot als admin gestartet wird und die Rechte hat inden Ordner zu schreiben
  16. It's Lua.RunMacroText("/uninvite " + playerName) or Lua.LuaDoString("RunMacroText('/uninvite " +playerName + "')")
  17. Du musst wahrscheinlich die Profile im Quester Editor verändern, da sie aktiv C# benutzen um eine "sensible" Voreinstellung von Settings für dich zu treffen. Generell sind diese sehr alten, nicht mehr gepflegten, Profile nicht zu empfehlen. Mach lieber deine eigenen oder such dir welche aus, die etwas neuer sind und/oder kontaktier die Macher wenn du noch Probleme hast. Da wir kein Logfile von dir haben könnte es auch sein, dass du wild irgendwelche Plugins benutzt, die du nicht verstehst und diese zum Verhalten führen, was dich stört.
  18. You bought it? Weird, because you don't have a license.
  19. UnitBuff doesn't allow for regex afaik. Just iterate all buffs and use string.match or w/e the Lua function is on each name to do a partial match. In Lua ".." concatenates 2 strings. If you want to use a "." in regex without it representing any character, you can escape it using "\"
  20. Either ban wave or you got your accounts linked somehow. Many ways you can get your accounts linked ?
  21. You probably got flagged for multi botting and they're onto you now. Warmane itself doesn't detect wrobot, but they do detect patterns pretty reliably nowadays. So some of the code OP is using likely triggers something. Could be the quest order or fightclass, but more likely than not you just linked your accounts because you're not creating them inside a clean VM with a clean IP.
  22. Warmane doesn't detect wrobot. However, if you get flagged for multibotting once, they have some sort of system to catch all your accounts at once, even if you're behind a proxy/VPN/VM iirc. Most private servers have this now, from what I remember.
  23. he's not using any public profiles and also currently only running battlegrounds iirc
  24. Trial doesn't use meshes and hasn't since like 2016 when wrobot was cracked briefly - which is also the only version still requiring to download meshes.
  25. TraceLine.TraceLineGo returns false when there is no collision and true if there is a condition. You need to negate the condition. You need to use hitflags WMO for spells.
×
×
  • Create New...