File Comments posted by Droidz
-
-
-
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; } }
-
9 hours ago, Matenia said:

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.

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 hours ago, niggerbeater said:
were do i find my licenses key ?
Hello,
You can found your license key here: http://wrobot.eu/clients/purchases/
Kind regards -
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.
-
6 hours ago, ronny85 said:
please add p-server legion 7.0.3 22522 hinzu
Hello, http://download.wrobot.eu/wrobot/oldversion/WRobot_7.0.3_22522.zip
-
9 hours ago, koolkaracter said:
Also not working for me... it just keep changing to cat for then back to normal form... not attacking.
Hello, problem caused by WRobot and now resolved: http://wrobot.eu/forums/topic/4237-druids-broken/?do=findComment&comment=19642
-
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)
-
-
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?
Hello, it is fixed
-
-
-
-
-
-
-
-
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.
-
-
-
-

[A][PAID][Quester] 58-70 for x5 Experience
in Quester - TBC
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).