Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, in advanced general settings try to activate the option "Try to detect evading mob..."
  2. Hello, this feature works (tested now). Try to disable your antivirus (or clear wow cache)
  3. Hello, do you have "EndWhile" step? And are your sure that it is not "(ObjectManager.Me.Position.DistanceTo2D(new Vector3(-14470.6f, 468.559f, -30.71972f)) > 10)" EDIT: In "while" step you need to put position where the portal teleport your character (not the portal position)
  4. In "EndIf" step you don't need to put code. In "If" step start your code by: ! ( https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/operators/logical-negation-operator )
  5. Thread t = new Thread(() => { uint spellId = 248292; int questId = 47992; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive) { wManager.Wow.Helpers.ClickOnTerrain.Spell(spellId, ObjectManager.Target.Position, true, false); wManager.Wow.Helpers.ClickOnTerrain.Pulse(ObjectManager.Target.Position); } } Thread.Sleep(700); } }); t.Start();
  6. Hello, do you use wow addons?
  7. Hello, to remove this file: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=33664 And WRobot do this for the security of your Wow account
  8. And this don't resolve problem https://wrobot.eu/forums/topic/2811-bg-join/?do=findComment&comment=35965 ?
  9. In quest order use step type "If" (don't forget to add step "EndIf", pulse your quest beetween "if" end "endif") with c# code: wManager.Wow.Helpers.Lua.LuaDoString<bool>(@" local achievementID = 10665; local indexCriteria = 1; local id, name, points, completedA, month, day, year, description, flagsA, icon, rewardText, isGuild, wasEarnedByMe, earnedBy = GetAchievementInfo(achievementID); if completedA then return completedA end local criteriaString, criteriaType, completed, quantity, reqQuantity, charName, flags, assetID, quantityString, criteriaID, eligible = GetAchievementCriteriaInfo(achievementID, indexCriteria); return completed;") line 3, replace 1 by criteria id, list of id (of Explore Azsuna): 1 - Faronaar 2 - Felblaze Ingress 3 - The Greenway 4 - Isle of the Watchers 5 - Llothien Highlands 6 - Lost Orchard 7 - Nar'thalas 8 - Oceanus Cove 9 - Ruined Sanctum 10 - Temple of Lights 11 - Ley-Ruins of Zarkhenar
  10. Hello, check with quester profile editor if you profile don't limit level (you can config profile to skip quests if your character level is to hight)
  11. try this plugin Auto Accept BG.cs
  12. Droidz

    WOW 32bit

    Je ne connais pas les raisons pour lesquels bliz a retirer cette option, mais je pense que les bots/cheats sont en causes.
  13. Droidz

    WOW 32bit

    Bonjour https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  14. Wait next update
  15. Wath is button name to join bg ? https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  16. Hello, can you share screenshot of your fisher bot product settings. You play in wath wow verison? (or share your log file)
  17. try to disable option (in battlegrounder product settings) "Don't join queue if I'm not group leader"
  18. Hello, try to disable all wrobot plugins
  19. Hello, sorry you cannot change that
  20. Hello, try to change your fightclass
  21. Hello, in product settings try to activate option "can walk in water..."
  22. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Hello, https://wrobot.eu/forums/topic/4721-use-hearthstone-when-bags-are-full/?do=findComment&comment=21875
  24. if you can wait next update and tell me this problem is resolved
×
×
  • Create New...