Jump to content

Matenia

Elite user
  • Posts

    2226
  • 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. 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.
  2. Looks like it's not spelled correctly and all lower case too
  3. 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.
  4. 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
  5. 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')
  6. 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
  7. 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...
  8. 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.
  9. 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
  10. 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.
  11. 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.
  12. This is a grinder. You need a quester, especially if you want C# code. Grinders will not work. There's development and tutorial sections on the forums. There are even some example profiles for a lot of stuff, either in those sections or in the download sections for the 1.12, 2.4.3 and 3.3.5a
  13. Run where to? You could make a plugin that cancels all combat, ignores all feature combat and runs to the nearest vendor, if you're comfortable with C#. 99-100% chance you will run into some mobs, aggro them and die. Best to just refuse combat, spam some emotes at your enemy and die.
  14. This will require C#. Either in the fightclass or a separate plugin that forces combat with those mobs.
×
×
  • Create New...