Jump to content

Droidz

Administrators
  • Posts

    12440
  • Joined

  • Last visited

Community Answers

  1. Droidz's post in Eclipse was marked as the answer   
    Hello,
     
    Look UnitPower:
     
     
    To get current value of fightclass condition "Eclipse", go to:
    - Tab "Tools".
    - Click on button "Development Tools".
    - Paste this code in textbox: 
    wManager.DevelopmentTools.OutPutCSharp = ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.Eclipse).ToString(); System.Windows.Forms.MessageBox.Show(wManager.DevelopmentTools.OutPutCSharp); - Click on button "C# (ret...". (an message box appear with value of Eclipse)
  2. Droidz's post in Fightclass Switch was marked as the answer   
    Hello,   I have written a plugin:
  3. Droidz's post in Blacklisting mobs too soon? was marked as the answer   
    Hello,
     
    Reply here: 
  4. Droidz's post in Bot not mounting and going was marked as the answer   
    Hello,
     
    Sorry for delay I have reply http://wrobot.eu/page/bug_tracker.html/_/pet-battles-bot-wont-run-any-pet-battle-profiles-r270yesterday.
  5. Droidz's post in How to dig specific types of digsites was marked as the answer   
    Hello,   You can activate/deactivate manually dig sites by name (in tab "Product Settings" ), but no automatic way to bot only one dig sites type.
  6. Droidz's post in Running Instances was marked as the answer   
    Sample: 
  7. Droidz's post in fonctionne was marked as the answer   
    Bonjour,
     
    Oui ce bot fonctionne.
     
    Si vous avez un addon Wow qui modifie la map, il est possible que cela cause des problèmes au bot.
     
    J'ai besoin du fichier log pour mieux vous aider.
  8. Droidz's post in subscription was marked as the answer   
    Hello,
     
    To use your license key you make this steps?:
    Launch "WRobot.exe" in administrator mode. Select game process and click on button "Launch Bot". In new window "License Keys Management" replace text "TRIAL" by your license key (you can click on button "+" to save your key) (you can found your license key here). If your problem is not resolved:
    Can you try to disable your antivirus/firewall. Reinstall  Framework 4.0, Redistributable Visual C + + 2010  (X86) and SlimDX (4.0 X86) (more info ).  
    If this don't works, please send me your
  9. Droidz's post in il n' a rien à attaquer was marked as the answer   
    Bonjour,
     
    Dans les logs est écrit qui le bot essaye d'attaquer et la raison de son arrêt.
     
    À partir de là, si le problème vient bien du bot ajouté à la liste noire (blacklist) la zone et le type de PNJ.
  10. Droidz's post in Question was marked as the answer   
    Download error is not important (WRobot loading meshes around current position, it is possible than WRobot try to load an no existing mesh, list of meshes for available for Molten Core is:
    MoltenCore_29_33.mesh.gz MoltenCore_31_34.mesh.gz MoltenCore_33_31.mesh.gz MoltenCore_30_32.mesh.gz MoltenCore_32_29.mesh.gz MoltenCore_34_30.mesh.gz MoltenCore_30_33.mesh.gz MoltenCore_32_30.mesh.gz MoltenCore_30_34.mesh.gz MoltenCore_33_29.mesh.gz MoltenCore_31_33.mesh.gz MoltenCore_33_30.mesh.gz Your problem is probably caused by your settings, try to:
    In advanced general settings, activate option "Start fighting with Elite" In advanced general settings tab "Looting and .." increment "Max Units Near"
  11. Droidz's post in Problem - can not start Wrobot was marked as the answer   
    Your problem is strange.
    Try to reinstall Visual C + + 2010 and SlimDX . If this don't resolve your problem try to copy all files of the folder "WRobot\Bin\" to base folder ( "WRobot\" ).
     
    You can also try to use preinstalled wrobot version: http://download.wrobot.eu/wrobot/tmp/WRobotPack.zip
  12. Droidz's post in Holy Shock macro was marked as the answer   
    Hello,   In the fight classes editor you can activate option "Cast spell on self" in "Spell settings".
  13. Droidz's post in Hello...Je te sollicite une derniere fois :) was marked as the answer   
    Ton break; (pour sortir de la boucle for) est au mauvaise endroit tu dois le mettre juste après le interact (sinon la ton script interact avec toute les unité de la liste )


    Envoyé de mon iPhone à l'aide de Tapatalk
  14. Droidz's post in Heal was marked as the answer   
    Bonjour,
     
    Le mieux est de contacter le créateur de la fightclass est lui expliquer les problèmes que tu rencontre.
  15. Droidz's post in Anyone else having issues with the WRobot shutting down was marked as the answer   
    Hello,
     
    Normally this problem is resolved.
  16. Droidz's post in Can't connect .. launch wow in 32 bit error was marked as the answer   
    Hello,
     
    Can you send me a log of an bugged WRobot session please: 
     
    To launch wow in 32 bit: https://us.battle.net/support/en/article/how-to-toggle-32bit-mode-world-of-warcraft(but check if you use Windows administrator session and try to disable your antivirus).
  17. Droidz's post in Clicking "Launch Bot" Crashes WoW Client was marked as the answer   
    Hello,   Do you have make steps of this guide:   (start to change wow directx version)
  18. Droidz's post in WROTATION was marked as the answer   
    Oui c'est vrai je le rajouterais, il est possible de le faire avec des conditions C#:
     
    Test si il reste moins de 1000 points de vie: 
    (wManager.Wow.ObjectManager.ObjectManager.Me.Health < 1000)  
    Test si le nombre de points de vie perdu est supérieur à 1000:
    (wManager.Wow.ObjectManager.ObjectManager.Me.MaxHealth - wManager.Wow.ObjectManager.ObjectManager.Me.Health > 1000)
  19. Droidz's post in Holy Priest Chakra: Serenity was marked as the answer   
    Hello,   Publish your fightclass in download session to get over reports.   Do not hesitate if you have more specific questions.
  20. Droidz's post in Macro on Profile was marked as the answer   
    Hello, try to use this lua code:
    RunMacroText("/targetenemy"); RunMacroText("/focus target"); RunMacroText("/stopmacro [target=focus,noexists] [noexists]"); RunMacroText("/use Devastação"); RunMacroText("/use Havoc"); RunMacroText("/focus target"); RunMacroText("/targetlasttarget");
  21. Droidz's post in Aurais tu une astuce rapide pour... was marked as the answer   
    Salut
     
    Pour voir si tu est en groupe dans une FightClass simple tu peux utiliser la condition "Me In Group" ou le code C#: 
    wManager.Wow.Helpers.Party.IsInGroup()  
    Essaye ce code (pas testé):
    var _killShot = new Spell("Kill Shot"); var _steadyShot = new Spell("Steady Shot"); // ... conditions pour lancer Steady Shot if (_steadyShot.KnownSpell && _steadyShot.IsSpellUsable && _steadyShot.IsDistanceGood) { _steadyShot.Launch(false, false); // stopMove = false, waitIsCast = false Thread.Sleep(700); while (ObjectManager.Me.IsCast) { if (_killShot.KnownSpell && _killShot.IsSpellUsable && _killShot.IsDistanceGood) { _killShot.Launch(false, true, true); // stopMove = false, waitIsCast = true, ignoreIfCast = true break; } Thread.Sleep(30); } }  
    Tu as le racoursi ALT-X pour mettre en pause le bot (tu peux détecter si le bot est en pause avec ce code: 
    robotManager.Products.Products.InPause dans ton code tu rajoute if (!Products.InPause)... Sinon tu peux utiliser lua  un macro ingame
  22. Droidz's post in Aoe Enhanced Shaman was marked as the answer   
    Hello,
     
    Go to tab "Tools" > click on button "Create FightClass". New window appear, click on "Load Fightclass" in menu. Put in textbox (bottom/left) "Fire Nova" (without ") and click on button "Add spell...". Select "Fire Nova" in "Spells" list (normally automatically selected). In "Spell Settings" (top/right) put "True" at "AOE Spell". Now in "Spell Conditions" (bottom) select in list (above the button "Add Condition") "Unit Attack Player Near Target" and click on button "Add Condition". In condition settings (bottom/right) at "Number" put 2, at "Radius" put 10 and at "Type" select "BiggerOrEqual". Save your fightclass (button "Save Fightclass" in menu). ps: In "Spells" list (bottom/left) you can use button "up"/"down" to change spell priority.
  23. Droidz's post in info fenetre bot was marked as the answer   
    Bonjour,
     
    C'est possible mais honnêtement ce serait long à mettre en place pour peu d'intérêt.
     
    Mais vous pouvez utiliser les raccourcis clavier pour démarrer/arrêter le bot ( ALT-C ) et pour mettre/arrêter la pause ( ALT-X ).
  24. Droidz's post in Un petit probleme avec le drood was marked as the answer   
    Bonjour,
     
    Utilise cette fightclass: Druid lvl1.xml
     
    Créer une Fightclass pour les bas niveau est vraiment simple, tu as ce (en Anglais) ou ce guide qui explique le principe (à la fin).
  25. Droidz's post in hunt was marked as the answer   
    Bonjour,
     
     
    Vous avez la condition "Buff Stack", si elle ne fonctionne pas vous pouvez utiliser ce code lua 
×
×
  • Create New...