Jump to content

quasimodo

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by quasimodo

  1. On 5/20/2020 at 1:32 PM, quasimodo said:

    Im currently testing on 5 Accounts, using only Grinder/Automaton and no questing.
    They are all the same race/class and use the same profiles and every Account has his own IP.

    I use a set daily online time. The first acc is 3h, the second 4h and so on.

    Doing this for 4 days now and even the 7h Account hasnt been banned. I keep you up to date.

    Update to my test:
    So the 7h Account was banned. 3 of the 4 Accounts are level 70 now.
    I will start using gatherer/grinder to level up Professions. The amount of time per day will remain like it is.
     

    btw: endless is posting the amount of banned accounts per week. This week it was ~80 account, which i think is pretty low considering the amount of people on the server... I'm really not sure if they have a good anti cheat or they just had a crunch time investigation period to scare off botters...

  2. On 5/20/2020 at 1:32 PM, quasimodo said:

    Im currently testing on 5 Accounts, using only Grinder/Automaton and no questing.
    They are all the same race/class and use the same profiles and every Account has his own IP.

    I use a set daily online time. The first acc is 3h, the second 4h and so on.

    Doing this for 4 days now and even the 7h Account hasnt been banned. I keep you up to date.

    The 7h Account was banned. The remaining 4 Accounts are still undetected.

  3. Im currently testing on 5 Accounts, using only Grinder/Automaton and no questing.
    They are all the same race/class and use the same profiles and every Account has his own IP.

    I use a set daily online time. The first acc is 3h, the second 4h and so on.

    Doing this for 4 days now and even the 7h Account hasnt been banned. I keep you up to date.

  4. 1 hour ago, Zer0 said:

    Looks good to me at first sight.

    Maybe you forgot to declare the following method?

    
        public static void ShowConfiguration()
        {
            TestingSettings.Load();
            TestingSettings.CurrentSetting.ToForm();
            TestingSettings.CurrentSetting.Save();
        }

    You also need to load the settings in the Initialize() method of the FC:

    
    TestingSettings.Load();

     

    This made it work. Thanks a lot!
    (ofc I was missing the obvious stuff ... time to feel stupido for a few minutes ? )

  5. Hey everyone,

    I'm working on a Totem Twist Fight Class for TBC and i want to add Settings, which allow me to chose the Totems i want the bot to use.

    I'm creating C# Fightclasses for a while. Yet i couldn't figure out, how to properly impliment options in the Settings.

    This is how i tried to make it work:

     [Serializable]
        public class TestingSettings : Settings
        {
            [Setting]
            [DefaultValue("")]
            [Category("Category")]
            [DisplayName("Displ")]
            [Description("Descr")]
            public string Setting1 { get; set; }
    
        
            private TestingSettings()
            {
                Setting1 = "";
            }
    
            public static TestingSettings CurrentSetting { get; set; }
    
            public bool Save()
            {
                try
                {
                    return Save(AdviserFilePathAndName("TestSetting", ObjectManager.Me.Name + "." + Usefuls.RealmName));
                }
                catch (Exception e)
                {
                    Logging.WriteError("Failed" + e);
                    return false;
                }
            }
    
            public static bool Load()
            {
                try
                {
                    if (File.Exists(AdviserFilePathAndName("TestSetting", ObjectManager.Me.Name + "." + Usefuls.RealmName)))
                    {
                        CurrentSetting =
                            Load<TestingSettings>(AdviserFilePathAndName("TestSetting", ObjectManager.Me.Name + "." + Usefuls.RealmName));
                        return true;
                    }
                    CurrentSetting = new TestingSettings();
                }
                catch (Exception e)
                {
                    Logging.WriteError("Failed" + e);
                }
                return false;
            }
        }

    Unfortunatly, when i press "Settings", just nothing happens. What am I doing wrong?

     

  6. 1 minute ago, Matenia said:

    They can do it, but it's highly unlikely that they do. This is essentially "big data" and adds a bunch of processing to every updating tick on the server. 
    Most servers just have a MySQL DB that's already under a lot of load. They really don't wanna add more to that in terms of analytical anti-cheat. At least not the REALLY big servers that are already maxing out on hardware.

    Thanks ?

  7. On 5/7/2020 at 9:52 PM, Matenia said:

    No. You're absolutely moronic if you think they have the processing power and resources to save and analyze that amount of data. Wow servers don't scale vertically and they already had to upgrade hardware to handle the load at peak times

    I have a question. Do you think its possible that the server is detecting positions of chars which share the same ip but not share a similar location? I imagine the processing power of the server could do a check on wether both chars are grinding, gathering, etc. simultaniously in multiple locations. This wouldn't be an auto ban, but a pretty accurate tool to detect multi instance botters.

  8. On 4/25/2020 at 12:17 PM, Ordush said:

    I understand now what it is he wants.
    He wants both of them to mount up at the same exact time, and not get the second char to cast mount when the other char has cast it. He basically wants it to look like he is mutli-boxing.
    The only way you can do that is by using chat commands, reading from an external file etc.
    I'd suggest you take a look at chat commands it's somewhere here on the forum
    Then you make player A write in chat then cast mount
    player B cast mount if chat message.
    That way you will get as close as mounting at the same time as you can.

    This is exactly what I need, although this might become obvious, even if you use your own Channel or whispers...  Thanks fhe help!

  9. 15 hours ago, Smokie said:

    Have you tried buffname?

    Yes this works, but not the way I want to. I want to make both chars use their Mounts at the same time, so it looks like its controled by a multiboxing macro.

    15 hours ago, Ordush said:

    Try reinstalling wrobot into a new folder, because party is supposed to auto mount up if leader does it.

    Im not using Party, im using WRotation. Party often looks "fake" and the Party-controled char is attacking the Mob. I don't want that

  10. Hello,

    I'm working on a WRotation fight class for a Shaman, that is set on /follow and always targets the Main Char. I want it to look like its a multiboxing char, that uses totems and heals.

    I cant figure a way for the Shaman to mount up when the Main Char Mounts up. I already Tried "Target Casting Spell by Name" ... This doesnt work. I guess this is due to the mount is considered an item and not a Spell.
    This seems like an easy task, but smh I cant find a solution.

    Any Ideas?

  11. Hey everyone,

    When my Gatherer detects an underwater node while on flying mount, the bot will fly on top of the water surface but wont unmount.

    So the bot tries to force the char to go underwater which results in a very botlike behaviour of hitting the surface over and over again.

    Is there a way to either make the bot unmount or skip underwater nodes?

    by the way: i really love that bot, great work :)

     

    greez

     

×
×
  • Create New...