Jump to content

Droidz

Administrators
  • Posts

    12430
  • Joined

  • Last visited

File Comments posted by Droidz

  1. 42 minutes ago, chinny said:

    for this quest file, I have to apply for a new account, and up it to level 60, wasted 10 days time, without finished a quest, it was a terrible experience, I bought a lot quest file before the paper can only perform well, this is not too much trouble. 

    Simply speaking, it's complicated and doesn't work. I've been taken in, and I hope you don't keep buying

     

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).

  2. 15 minutes ago, AudreyH said:

    Salut,

    ça serait possible d'avoir le code de "UseBestAbility", dans beaucoup de combats le choix n'est pas bon , et c'est surtout cette fonction qu'il faudrait remanier

     

    Merci d'avance

    Salut,

    
            public static int GetBestAbility()
            {
                try
                {
                    int activePetAlly = GetActivePet(PetFaction.Ally);
                    int activePetEnemy = GetActivePet(PetFaction.Enemy);
                    var typePetEnemy = GetPetType(PetFaction.Enemy, activePetEnemy);
    
                    var bestAbility = new List<int>();
                    var weakAbility = new List<int>();
                    var normalAbility = new List<int>();
                    for (int i = 1; i <= NUM_BATTLE_PET_ABILITIES; i++)
                    {
                        if (GetAbilityState(PetFaction.Ally, activePetAlly, i))
                        {
                            var abilityInfo = GetAbilityInfo(PetFaction.Ally, activePetAlly, i);
                            if (!FightBattlePet.AbilitiesBlackListed.Contains(abilityInfo.Name))
                            {
                                ModiferEffects abilityModifer =
                                    AbilityModifer.Find(effects => effects.Type == abilityInfo.AbilityPetType);
                                if (abilityModifer != null)
                                {
                                    if (abilityModifer.Strong == typePetEnemy)
                                    {
                                        bestAbility.Add(i);
                                    }
                                    if (abilityModifer.Weak == typePetEnemy)
                                    {
                                        weakAbility.Add(i);
                                    }
                                    else
                                    {
                                        normalAbility.Add(i);
                                    }
                                }
                            }
                        }
                    }
    
                    int ability = Others.Random(1, 3);
                    if (bestAbility.Count > 0)
                    {
                        ability = bestAbility[Others.Random(0, bestAbility.Count - 1)];
                    }
                    else if (normalAbility.Count > 0)
                    {
                        ability = normalAbility[Others.Random(0, normalAbility.Count - 1)];
                    }
                    else if (weakAbility.Count > 0)
                    {
                        ability = weakAbility[Others.Random(0, weakAbility.Count - 1)];
                    }
                    return ability;
                }
                catch (Exception e)
                {
                    Logging.WriteError("GetBestAbility(): " + e);
                    return 1;
                }
            }

     

  3. 9 hours ago, Matenia said:

    q8Xstlw.png
    Works for me, with my normal license key (btw, this is the Alliance Quester you are commenting on, but I've only sold the Horde quester).

    @Droidz added the encryptor recently. Is there any reason why it wouldn't work for someone? When I tried it with the TRIAL key, I get the same error as @yadig1.

    For now, I will just update the files on Rocketr with the unencrypted version. I hope Droidz can resolve this soon, as I really don't want my product to be easily sharable.

    EDIT: After having more users test them, they work correctly. Currently, with the TRIAL key it seems to not work. Therefore I will re-upload the encrypted versions and ask @Droidz for clarification. 

    unknown.png?width=652&height=534

    here is proof that these profiles work, in the encrypted version.

     

    Hello, you cannot use encrypted files in trial wrobot session (and it is suspect to buy a profile but not to buy WRobot)

  4. 41 minutes ago, Flashmob said:

    Hello im a new WRobot user, me question is my WOW Acc is only to WOD  not Legion 

    must i bot with the  WRobot WOD client  only does it works  i buy the latest version of WRobot i think its the version for Legion 

    please tell what client must use to run my Battlechest 6.0 WOD  

     

    thanks Flashmob

    Hello, if you play on official server use default WRobot version.

    Drwolf BM Hunter

       2732    21
    13 hours ago, Bertdralfuis said:

    Bonjour, desole je parle tres peut l 'anglais , mon jeu wow est en français et j ai telecharge ce profile mais sa ne fonction pas c du a l installation du jeux en Français ?

     

    Bonjour, cette fightclass ne support que le client wow en Anglais, essayez en une autre (ou vous pouvez également la traduire en français)

  5. 9 hours ago, da8ball said:

    @Droidz Could you take a look at this? It seems it´s not working anymore.

    Translation:   ManagerSetting does not contain a definition to NpcScan and no extension method NpcScan accepts that a first argument of the type 'wManager.wManagerSetting' is found (aren´t you using a directive(guideline) or assembly reference?

     

     

    error.png

    Hello, it is fixed

  6. 2 hours ago, mbfme said:

    I will test :)

     

    EDIT : there is  a problem :

     

    [D] 15:45:10 - [Grinder] Profile used: 23 - 30 Human[A] (1).xml
    [D] 15:45:10 - Deserialize<T>(TextReader reader): System.InvalidOperationException: Il existe une erreur dans le document XML (2, 2). ---> System.InvalidOperationException: <EasyQuestProfile xmlns=''> n'était pas attendu.
       à Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrinderProfile.Read9_GrinderProfile()
       --- Fin de la trace de la pile d'exception interne ---
       à System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
       à System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
       à robotManager.Helpful.XmlSerializer.Deserialize[T](TextReader reader)
    [E] 15:45:10 - Grinder > Bot > Bot  > Pulse(): System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
       à Grinder.Bot.Doginepeapon.Vuhefik()

    15:45:10 - [Grinder] Failed to start

    Hello, use this profile with "Quester" product.

×
×
  • Create New...