Jump to content

pattax

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by pattax

  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. 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
    		//???
        }

     

  3. Just now, CocoChanel said:

    Which ones are you referring to?

    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.

  4. 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.

     

    On 15.9.2017 at 3:23 PM, Zan said:

    Dll can have obfuscation to protect the devs  work. It could also be because there are multiple files being used and it combines them into one file. That's the short answer.

     

    Obfuscating C# is a pointless effort tho.

  5. Hey,

    In the preview video you showcased map with the "go to" feature, but my Bot does not seem to load the map.

    I can see the circles of my Profile etc, but they'Re just on a grey background. Do I need to download something else first?

  6. 13 hours ago, gunmarine said:

    im good with workstation, even on hdds, had better cpu usage on hdds than on ssds when it came to max out everything, but for less than 15 bots youre good with ssds. just use 1 bot = 1 ip = 1 vm. 3.3 gb ram @ 32 bit windows and 1 core 2 threads

    I am wondering how u guys come up with such high ram numbers. I am not using WRobot yet but my Windows 7 32Bit VM used less than 1GB while using the trial.

    Edit: I'm stupid, I was trying it on 2.4.3 - ofc it's using a lot less ram

×
×
  • Create New...