Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Try this plugin: Wait for Resurrection.cs (not tested), replace line 15 Player name by the name of player at wait. ps: You need to disable option "Resurrect when dead"
  2. Hello, @trekker9876: Do you use this profile with "Quester" bot? Can you give me error message. @pattiepiies: I have updated profile, can you download it again and tell me if problem is resolved.
  3. Hello, You can try to add it in NPC at kill. I have edited the first post, I added more easy tips to create dungeon profile.
  4. Hello, Mainly in C#.net, for path finding and wow memory management, I use C++ and assembly language.
  5. Bonjour, Non, WRobot ne supporte pas officiellement les arènes (il existe ce profile pour gagner des points: ) Et non vous ne pouvez pas utiliser votre Fightclass (Vitalic elite rogue pvp profile) avec WRobot (les classes de combat hb ne sont pas compatible avec WRobot ou d'autre bot, il existe un produit pour convertir les profile (grinder, gatherer) hb à WRobot). Désolé de ne pas avoir de réponse positive, vous pouvez tester WRobot gratuitement avec la version d'essai afin de vous faire une idée des fonctionnalités.
  6. Hello, In general settings try to activate option "Use lua to move". You can try also to increment your fightclass range.
  7. Droidz

    Attaque cible

    Bonjour, Comme vous l'avez dit, WRotation permet de faire cela. Télécharger une bonne Fightclass sur le site et vous obtiendrez un bon résultat. (vous pouvez désactiver l'option "Manage..." pour garder le control de votre personnage pendant les combats).
  8. Droidz

    Paypal/visa ?

    Bonjour, Vous pouvez utiliser votre Mastercard avec Paypal.
  9. Hello, problem resolved, relaunch WRobot and accept update: http://wrobot.eu/page/articles.html/_/news/wrobot-for-wow-620-build-20253-r86
  10. Hello, this is caused to Wow hotfix, the problem is resolved, relaunch WRobot and accept update: http://wrobot.eu/page/articles.html/_/news/wrobot-for-wow-620-build-20253-r86
  11. Hello, WRobot support now Wow 6.2.0 (20253). If your Wow server is not updated to build 20253, don't update WRobot (if you have update WRobot, you can download old version here).
  12. Hello, WRobot support now Wow 6.2.0 (20253). If your Wow server is not updated to build 20253, don't update WRobot (if you have update WRobot, you can download old version here).
  13. Hello, Can you try to remove folder "WRobot\Data\Meshes\" If you problem is not resolved, can you give me used profile or the log files.
  14. Hello, What do you have asked?
  15. Hello, I have added this in new update.
  16. Hello, Do you have try to disable option "Resurrect when dead" in Party product settings?
  17. You can put in "Lua script": phaseActive = BurningPhase == 1 or CooldownPhase == 1 or ConversePhase == 1; (this condition return true if is in burning or cooldown or converse phase)
  18. plugin updated
  19. Hello, In "http://www.wowhead.com/spell=17/power-word-shield" spell, in the condition "Buff" can you try use upper and lower cases (replace "power word: shield" by "Power Word: Shield")
  20. Hello, http://www.wowhead.com/spell=162077/artillery-strike is an spell (not an item) Remove condition lua with code GetItemCount(162077) and remplace RunMacroText("/use Artillery Strike") by RunMacroText("/cast Artillery Strike"). But why you use this spell with RunMacroText (this spell don't works with normal way)?
  21. 1 - In game, create macros: Name: OpeningPhase /run if OpeningPhase == 1 then OpeningPhase = 0; print("Opening phase desactivated") else OpeningPhase = 1; print("Opening phase activated") end Name: ConservePhase /run if ConservePhase == 1 then ConservePhase = 0; print("Conserve phase desactivated") else ConservePhase = 1; print("Conserve phase activated") end Name: BurningPhase /run if BurningPhase == 1 then BurningPhase = 0; print("Burning phase desactivated") else BurningPhase = 1; print("Burning phase activated") end Name: CooldownPhase /run if CooldownPhase == 1 then CooldownPhase = 0; print("Cooldown phase desactivated") else CooldownPhase = 1; print("Cooldown phase activated") end Name: DisableAll /run OpeningPhase = 0; ConservePhase = 0; BurningPhase = 0; CooldownPhase = 0; print("All phases desactivated"); Name: ActiveAll /run OpeningPhase = 1; ConservePhase = 1; BurningPhase = 1; CooldownPhase = 1; print("All phases activated"); and put is in your action bar like this: 2 - In your fightclass, add condition "Lua Script" by spell: In "Return value research" put: true In "Return value var" put: phaseActive In "Lua script" put: - For spells Opening phase: phaseActive = OpeningPhase == 1; - For spells Conserve phase: phaseActive = ConservePhase == 1; - For spells Burning phase: phaseActive = BurningPhase == 1; - For spells Cooldown phase: phaseActive = CooldownPhase == 1; 3 - Sample: testtest.xml
  22. Utiliser ce code: (wManager.Wow.ObjectManager.ObjectManager.Me.BuffStack(81661) >= 5) 81661 est l'id du sort, 5 le nombre de la pile requis. (en condition type C Sharp)
  23. Hello, I cannot add this,for performance, WRobot put in cache an lot of information (it is for this raison that you need to restart WRobot when you change character, or in your case, when you change spe).
  24. Droidz

    Need Help

    Hallo, In "General Settings" > "Advanced..." zu überprüfen, wenn die Option "Don’t start fighting" deaktiviert ist, können Sie versuchen, zu erhöhen "Search Radius" und "Max Units Near" (Register "Looting and Farming options"). Wenn Sie Ihr Problem nicht beheben, bitte teilen Sie Ihre Log-Datei: ______________________ Hello, In "General Settings" > "Advanced..." check if option "Don’t start fighting" is disabled, you can try to increment "Search Radius" and "Max Units Near" (tab "Looting and Farming options"). If you cannot resolve your problem, please share your log file:
  25. Hallo, Sie erhalten Problem zu Datei "WRobot \ Bin \ wResources.dll" zu laden. Sie können versuchen, Ihre Antivirus deaktivieren und downloaden vorinstallierte Version: http://download.wrobot.eu/wrobot/tmp/WRobotPack.zip. Versuchen Sie auch, / Update erforderlich Software installieren: Framework 4.0, Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86). _____________________________ Hello, You get problem to load "WRobot\Bin\wResources.dll" file. You can try to disable your antivirus and download preinstalled version: http://download.wrobot.eu/wrobot/tmp/WRobotPack.zip . Try also to install/update required softwares: Framework 4.0, Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86).
×
×
  • Create New...