-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Bonjour, oui il y a eu des changement dans le code de Wow sur WoD, ce code devrait fonctionner (si vous utilisez Visual studio pour écrire votre code ajouter la référence "WRobot\Bin\MemoryRobot.dll" en plus). using System; using System.Threading; using System.Windows.Forms; using MemoryRobot; using robotManager.Helpful; using Timer = robotManager.Helpful.Timer; using wManager.Wow.Class; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : ICustomClass { public float Range { get { return 40; } } internal static float InternalRange = 5.0f; private bool _loop; public Int128 lastTarget = Int128.Zero();//Declaration de loop private Timer _Cible = new Timer(0); private Timer _Sappe = new Timer(0); //Zone Sorts #region Spells public readonly Spell ArcaneShot = new Spell("Arcane Shot"); public readonly Spell ArcaneTorrent = new Spell("Arcane Torrent"); public readonly Spell SteadyShot = new Spell("Steady Shot"); public readonly Spell ConcussiveShot = new Spell("Concussive Shot"); public readonly Spell SerpentSting = new Spell("Serpent Sting"); public readonly Spell KillCommand = new Spell("Kill Command"); public readonly Spell HuntersMark = new Spell("Hunter's Mark"); public readonly Spell AspectoftheHawk = new Spell("Aspect of the Hawk"); public readonly Spell CallPet1 = new Spell("Call Pet 1"); public readonly Spell RevivePet = new Spell("Revive Pet"); public readonly Spell ScatterShot = new Spell("Scatter Shot"); #endregion Spells public void Initialize() { Logging.Write("Chargement CHASSEUR MDB PVP"); InternalRange = 5.0f; _loop = true; while (_loop) { try { if (!ObjectManager.Me.IsDead && !Usefuls.IsLoadingOrConnecting && Usefuls.InGame) { Defense(); if (!ObjectManager.Me.IsMounted) { Permanent(); if (ObjectManager.Me.Target.IsNotZero() && ObjectManager.Target.Reaction <= Reaction.Neutral && ObjectManager.Target.IsAlive) Engagement(); } } } catch (Exception e) { Logging.WriteError("CustomClass > Initialize(): " + e); } Thread.Sleep(15); } _loop = false; } public void Defense() { if (ObjectManager.Target.GetDistance < 8 && ObjectManager.Target.IsCast) ArcaneTorrent.Launch(false); if (ObjectManager.Target.IsCast && ScatterShot.IsDistanceGood && ScatterShot.IsSpellUsable) { ScatterShot.Launch(false); return; } } public void Permanent() { if (!AspectoftheHawk.HaveBuff) AspectoftheHawk.Launch(false); if (!ObjectManager.Me.IsCast && (ObjectManager.Pet.Health == 0 || ObjectManager.Pet.Guid.IsZero()) && CallPet1.IsSpellUsable && ObjectManager.Me.InCombat) { CallPet1.Launch(); Thread.Sleep(1000); } if (!ObjectManager.Me.IsCast && (!ObjectManager.Pet.IsAlive || ObjectManager.Pet.Guid.IsZero()) && RevivePet.KnownSpell && RevivePet.IsSpellUsable && ObjectManager.Target.HealthPercent > 10 && ObjectManager.Me.InCombat) { RevivePet.Launch(); Thread.Sleep(1000); return; } if (!ObjectManager.Me.IsCast && !ObjectManager.Pet.IsAlive && RevivePet.KnownSpell && RevivePet.IsSpellUsable && !ObjectManager.Me.InCombat) { RevivePet.Launch(); Thread.Sleep(1000); } } public void Engagement() { if (ObjectManager.Me.Target != lastTarget) { Pull(); } else { Attaque(); } } public void Pull() { Lua.RunMacroText("/petattack"); if (ConcussiveShot.IsSpellUsable && !ObjectManager.Target.HaveBuff(5116)) ConcussiveShot.Launch(false); lastTarget = ObjectManager.Me.Target; } public void Attaque() { if (ConcussiveShot.IsSpellUsable && !ObjectManager.Target.HaveBuff(5116)) { ConcussiveShot.Launch(false); return; } if (KillCommand.IsSpellUsable) { KillCommand.Launch(false); return; } if (!ObjectManager.Target.HaveBuff(1978)) SerpentSting.Launch(false); if (SteadyShot.IsSpellUsable && ObjectManager.Me.Focus < 40) SteadyShot.Launch(false); } public void Dispose() { Logging.Write("Dispose Fight Class Hunter MDB"); _loop = false; } public void ShowConfiguration() { MessageBox.Show("Script pour Hunter MDB : Mauvaise classe"); } }
-
Hello, Do you have activated option "Repair", "Sell", "Send mail" and settings the quality of items at sell, and settings mail (in advanced general settings)?
-
Hello, Go to: Tab "General Settings". Button "Enter advanced settings...". Tab "Looting and Farming options". Activate option "Harvest Timber".
-
98-100 Meatgut Needs Bones (repeatable quest) (Nagrand)
Droidz commented on Droidz's file in 90-100 - Legion
-
Converted profiles is automatically moved to the good folder (\WRobot\Profiles\Grinder\ or \WRobot\Profiles\Gatherer\)
-
Hello, For the moment it still miss some profiles but this will come. You can try trial version to check if WRobot responds to your expectations.
-
Quêtes automatique Horde ou Alliance 1 >> 100
Droidz replied to shirudo's topic in Quester assistance
Bonjour, Tout d'abord je suis désolé que le logiciel ne répondre pas à vos attentes. Pour le leveling avec par quêtes, il est vrai qu'il manque beaucoup de profils, le problème est qu'il est très long est plutôt compliqué de faire un profil de quêtes, donc peut de personne travail dessus, je suis en train dans faire, mais ce sera long (sachant que je dois continuer à m'occuper de WRobot lui-même en même temps). Pour monter de niveau bot Grinder fait l'affaire (il est complet niveau profils, même si c'est 2 à 3 fois plus long que le bot quête, il faut compter 3 ou 4 jours pour être niveau 90 puis 2 jours pour atteindre le niveau 100). Pour tout ce qui est farm la plupart des profils sont disponible dans la session de téléchargement (s’il en manque, n'hésitez pas à faire une demande dans ce forum, sachez que WoD est récent). Automaton ne sera jamais aussi précis qu'un profil personnalisé, mais il permet de dépanner si vous avez besoin de farm une zone peu de temps. Dans les configurations du produit, vous pouvez paramétrer la distance max de travail, et activer "Attack mobs for experience" pour attaquer les monstres de votre niveau. Pour la bot pêche, il y a le mode normal (ou le personnage ne bouge pas) et le mode bancs de poissons ou vous devez utiliser un profil que vous pouvez trouver également dans la partie téléchargement du site. Je tiens également à préciser qu'une version d'essai est là pour tester WRobot afin de de voir avant achat si il correspond à vos attentes, je ne cache rien dans cette version et mon but est de vous proposer un produit de qualité, je mets tout en œuvre pour cela. Cordialement, Droidz. -
I have started to works on quests profiles, I have posted horde profiles for low level: http://wrobot.eu/files/category/27-quester/
-
Hello, It is really easy to make your own profile, just go to tab "product settings", click on "Profile Creator". In game go to start position, in "Profile creator" click on button "Record path", in game move (WRobot record your movements, make a boucle, you need to get last position near the first), when you have finish click again on "Record path" to stop record and save your profile (you can use 2d and 3d radar to help you). You can look this video (it is old interface).
-
Bonjour, J'ai répondu ici: pour traduire:
-
Salut, Peux-tu essayer de changer de version de directx (dans les configurations de wow). Si ça ne fonctionne pas peux tu m'envoyer le fichier log.
-
I have posted quest profile here:
-
1514 downloads
98-100 Meatgut Needs Bones Auto repeat quest Nagrand (for Xp or Gold) More info about the quest here: http://www.wowhead.com/quest=35928 Auto turn in quest when you have 240 http://www.wowhead.com/item=113578in your bag. ps: This profile is also good for the mines and timbers farming. -
Do you have access at this address: http://wrobot.eu/index.php?app=downloads&module=post§ion=submit&c= ?
-
Hello, Thank you for your profile, do not hesitate to post it on download session: http://wrobot.eu/files/category/37-skinning/ I have already created grinder profile for this quest you need to turnin it manually, I'll create quest profile.
-
Hello, I have reorganized profiles. I have finished, if you can try again.
-
-
-
Hello, I don't recommend for all products to starting from garrison (it is a separated mapn this can cause problems with path finder). Archaeology bot use your wow map, try to disable your wow addons and check if dig sites is showed on your minimap and continent map. If problem is not resolved if you can send me of bugged session please.
-
Bonjour, Diminuez le temps de l'option "Solving Every" (dans "Product settings" du bot archéo).
-
Bonjour, pouvez vous m'envoyer votre fichier Essayez également de changer votre version de directx en jeu (dans les options graphique de wow)
-
Hello, You have probably an software launched (like video record, teamspeak..., this softwares use directx like WRobot). You can also try to change wow directx version.