Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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)
  2. 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 )
  3. 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();
  4. Hello, do you use wow addons?
  5. 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
  6. And this don't resolve problem https://wrobot.eu/forums/topic/2811-bg-join/?do=findComment&comment=35965 ?
  7. 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
  8. 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)
  9. try this plugin Auto Accept BG.cs
  10. Droidz replied to kirothius's topic in Français
    Je ne connais pas les raisons pour lesquels bliz a retirer cette option, mais je pense que les bots/cheats sont en causes.
  11. Droidz replied to kirothius's topic in Français
    Bonjour https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  12. Droidz commented on valetine's bug report in Bug Tracker
    Wait next update
  13. Wath is button name to join bg ? https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  14. Droidz commented on valetine's bug report in Bug Tracker
    Hello, can you share screenshot of your fisher bot product settings. You play in wath wow verison? (or share your log file)
  15. try to disable option (in battlegrounder product settings) "Don't join queue if I'm not group leader"
  16. Hello, try to disable all wrobot plugins
  17. Hello, try to change your fightclass
  18. Hello, in product settings try to activate option "can walk in water..."
  19. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  20. Hello, https://wrobot.eu/forums/topic/4721-use-hearthstone-when-bags-are-full/?do=findComment&comment=21875
  21. if you can wait next update and tell me this problem is resolved
  22. Bonjour, augmenter votre "min/max latency" dans "advanced general settings"
  23. Hello, I'll resolve this problem in next update, to wait, try to close all unused programs.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.