Jump to content

pattax

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

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

pattax's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hey, The Quest class doesnt work properly for TBC clients I think. Stuff like this will do nothing Quest.SelectGossipAvailableQuest(1); The current WoW API Documentation says SelectGossipAvailableQuest(index) Which the class might be using, but in TBC you actually have to call this one: SelectAvailableQuest(1) This is just one example of a few non working commands in the class. Ofc we could run the Lua by ourself but would be nice if this gets updated/changed for tbc clients :)
  2. Okay problem solved, thanks! :)
  3. I tried that but nothing happens.
  4. Hey, Let's say I'm standing close to a NPC, I have it's guid and i want to accept/turn in all the quests he got how do I proceed? Maybe I'm just blind and haven't found the proper class for my case, I hope u guys can help me :) public void getQNPC() { var guid = getGroup().First().TargetObject.Guid; // Getting the GUID via target of target from main character Interact.InteractGameObject(ObjectManager.GetObjectByGuid(guid).GetBaseAddress); // Interact/Open NPC Window //??? }
  5. Because while obfuscating makes it harder to reverse your .net project it is still easy to do so with a little bit of knowledge. There is no proper "protection" for .net.
  6. I'm not going to bad mouth specific profile packs. Just keep in mind guys that paid profiles aren't any safer than free profiles once the amount of users has reached a certain point. Thats why you should always check ur bots from time to time and might swap to an alternative profile if you see others using the same routes.
  7. Doesnt really matter I'm having the same experience on their wotlk servers.
  8. It's not just old Honorbuddy/Lazybot profiles, some paid WRobot profiles are heavily overused on Warmane aswell. But yeah getting banned on Warmane is hard, there are still so many Lv 70 obvious botters on the Outland realm which are not getting banned.
  9. The Fightclass editor is just very basic. I'd always prefer creating a DLL over using the editor since you got a better overview & control about whats going to happen. Obfuscating C# is a pointless effort tho.
  10. Not perfect but you could also make your Fightclass using ghostwolf while being out of fight.
  11. Hey, I updated today and I'm getting the following error on my VM. [E] 14:00:57 - gdgfdgfd: Compilator Error : error CS0006: Metadata file 'System.Runtime.dll' could not be found I've already tried the diffrent shortcuts & repair without sucess. 29 Sep 2017 14H00.log.html
  12. It's working now. Thank you!
  13. Dunno if it helps but some additional infos, I have this issue on my Windows 7 VMs and on my Windows 10 PC, Legion and TBC. Log doesnt seem to throw up any errors. 25 Sep 2017 15H23.log.html
  14. Doesnt work. Screenshot: http://prntscr.com/gpfwrt
×
×
  • Create New...