Jump to content

Matenia

Elite user
  • Posts

    2230
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Matenia's Achievements

  1. You need to either compile the DatabaseManager yourself and put it in your Bin folder (and the Wowdb inside your Data folder) or grab binaries from here: The "fix" you made has NOTHING to do with trainers. It actually breaks HMP's ClassTraining and replaces it with WRobot's default training which is broken af and will basically do nothing for Vanilla-WotLK but go to trainers every levelup if it can find some in the WRobot database. You shouldn't need to change a single line of code besides removing authentication
  2. All products are discontinued and have been released on the forums for free to compile yourself. As stated in the post above the question you asked.
  3. It's literally been released for free on the forums...
  4. Modified clients will modify internal map info in ways that can easily confuse WRobot but not the user itself because everything is visually adjusted. Also, I highly recommend you use Quester, not Grinder profiles. Some grinders just make you walk a pre-determined path and to get there in the first place, it'll try a straight line. Also, you don't own a WRobot license, I doubt you'll be getting much more support.
  5. Looks like it's not spelled correctly and all lower case too
  6. You'll have to compile it yourself, removing the auth code. Alternatively, someone else will have to do it for you. The entire project code is there, it's as easy as loading it up in Visual Studio, removing the one line of authentication code and hitting build. Otherwise you and everyone else will lose access when the servers go down. It's a decision I had to make. I've been supporting these for 8 years, people got their money's worth.
  7. Edit: If you send me a PM about this asking for free support, YOU WILL BE BLOCKED. I will NOT compile any of it for you. Do not PM me asking to buy or asking me to help you compile it. If you can't add the binaries to your build to compile it, it's not for you. Put in the effort to learn or ask someone else to do it for you. The experimental project contains its own quester, own combat engine and own fightclasses using that combat engine. It was developed with 3.3.5a in mind and I tried to move it to Legion+ and 64 bit. None of it works in its current form. Git history may help. This also has a modified version of Reapler's WowDB. The fightclasses zip contains everything ever posted on here. It has HMP, my fightclasses etc. This works 100%, you just need to put your own WRobot binaries into the projects. I can't maintain the code anymore and at the moment it just costs me money. Everything has officially been abandoned. Servers will go down in June or July whenever my contract runs out. Feel free to do with this code whatever you want and do as you please. This does NOT include turning it into paid products. I had a good run here on WRobot and hope at least the Wholesome team can make use of some of this. wrobot-experimental.zip wrobot-fightclasses.zip
  8. Assuming you spelled it correctly (unlike in the title) it would help to understand your version/client/etc. The bot by default does some regular CanCast type checks and one of them may be buggy for totems. A relog can sometimes help. Having the actual totem in your bags is required for many expansions, meaning you need to do the quest. That being said, you can also way use Lua and do CastSpellByName('Grace of Air Totem')
  9. Either print debug info via wrobot to find the ID or use wowhead and search for objects like this: https://www.wowhead.com/search?q=zeppelin#objects https://wotlk.evowow.com/?search=deeprun+tram#objects
  10. As you've probably seen in the buyer email, you should contact me on Discord for support. It has an FAQ channel. The short rundown is that I need a full log file, but: no support for custom servers turn off your addons if you have anything injecting movement via keybinds, the game can freeze if you don't turn off Framelock in the fightclass settings PS: There hasn't been a purchase for this fightclass in weeks. The download link here leads to an easter egg, an older, free hunter fightclass...
  11. Please contact me on Discord. I need a full log file to see what you're trying to do. There's basically no way the game would just close unless you're using a modified client (not supported by WRobot) or trying to use a wrong expansion (TBC, WotLK client) entirely. Note that it clearly says: Wow Version 1.12.1 for this product.
  12. If the boss is dead, it won't complete. The unit still exists. Filter for alive units or create a second condition that checks if there's one returned unit and it's dead
  13. You don't have a WRobot license, I doubt you will get help here. Your old version (cracked) of WRobot likely doesn't work with any modern WRobot fightclasses.
  14. Exactly as easy. I published the framework for free on these forums (you can't see, because you don't have a subscription). There's even support for Wand (Shoot) and Auto Shot in there, which requires more work. If you have a fightclass that evaluates fast, you can also get stuck wanding forever and unable to cast spells inbetween, as wanding blocks them.
×
×
  • Create New...