Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to reinstall https://www.microsoft.com/en-us/download/details.aspx?id=48130 and to run https://www.microsoft.com/en-us/download/details.aspx?id=30135
  2. Droidz

    Droidz

    Réponse pas MP
  3. Hello, you cannot with default feature, but you can request plugin for that (you can also contact https://wrobot.eu/files/file/1332-paid-roboalert-€195-event-alerts-sound-email-logging-on-whisper-death-say-logout/ to request feature)
  4. Hello, yes WRobot works on Warmane and most 3.3.5a servers. You can use trial version to check if WRobot works on your server
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Droidz

    Achat item pnj

    Bonjour, que voulez vous acheter et dans quelle condition?
  7. How(where) do you use this code?
  8. Hello, sorry I cannot remove this protection (to avoid crack). But you can use Messagebox or log
  9. Droidz

    Fishing Vanilla

    Hello, https://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
  10. Hello, you cannot with default WRobot features.
  11. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) and screenshot of your regen settings.
  12. Yes the V2
  13. Yes, selected zone is Azsuma. If I select Stormheim I can do this quest with demon hunter?
  14. Version 1.0.0

    446 downloads

    [80-85] Hyjal and Uldum (Grind) Leveling your character from level 80 to 85 in Hyjal and Uldum. Installation: Download and move file in folder "WRobot\Profiles\Quester\", you need to use this file with product "Quester". You need to start the profile in Kalimdor. Recommanded: - Use WRobot plugins https://wrobot.eu/files/file/1340-auto-choose-food-and-drink/ and https://wrobot.eu/files/file/414-multi-pull/ - Use http://www.wowhead.com/spell=61447/travelers-tundra-mammoth to sell items (option in advanced general settings).
  15. I cannot found this quest after demon hunter intro
  16. 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; } }
  17. Hello, https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/
  18. Hello, https://wrobot.eu/forums/topic/6389-help-setting-totown-destination-in-grinder/?tab=comments#comment-31036
  19. Hello, To avoid this problem you can try to put lower value at option "Search Radius" or to blacklist zones where WRobot cannot found path to go. The problem is that gatherer task select the nearest gameobject by path distance (and not by fly distance), to get path distance he generate path for all gameobject found in search radius and not blacklisted, and when WRobot cannot generate path he take long time to load meshes/search (this take time and increment ram usage, I have already try to found solution but if I put lower limit, some paths was not generated correctly). To resolve problem with http://www.wowhead.com/quest=25136/galgars-cactus-apple-surprise you can add to your blacklisted zones: <Blackspot X="-317.307373" Y="-4437.53027" Z="57.3852348" Radius="10" /> <Blackspot X="-360" Y="-4337" Z="58" Radius="10" />
  20. I'll try to add option/improve this in next updates
  21. Hello, you probably try to load "quester"/"gatherer" profile with "grinder" product.
  22. I comeback here when I have found solution or when I have fixed problem.
  23. I'll check that, I comeback here when it is fixed
×
×
  • Create New...