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. Vous devez avoir un abonnement actif pour pouvoir télécharger des fichiers
  2. Le plus simple est d'utiliser WRobot pour lancer wow (Use WRobot to launch Wow:)
  3. Bonjour, https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  4. Hello, start to use only NPC of your profile: (use step "RunCode" to run all code) wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true; It is not easy way, but add NPC with C# code like this (use this code when you change zone to select good npc for current level/zone): wManager.Wow.Helpers.NpcDB.ListNpc.RemoveAll(n => n.CurrentProfileNpc); // Remove in NPCDB all Npc added on current profile var npcRepair = new wManager.Wow.Class.Npc // Npc repair info { Name = "Npc name", Entry = 1234, Faction = wManager.Wow.Class.Npc.FactionType.Neutral, ContinentId = wManager.Wow.Enums.ContinentId.Azeroth, Position = new robotManager.Helpful.Vector3(1, 2, 3), CanFlyTo = true, Type = wManager.Wow.Class.Npc.NpcType.Repair, }; wManager.Wow.Helpers.NpcDB.AddNpc(npcRepair, false, true); // Add npc repair to npcdb var npcVendor = new wManager.Wow.Class.Npc // Npc vendor info { Name = "Npc name", Entry = 1234, Faction = wManager.Wow.Class.Npc.FactionType.Neutral, ContinentId = wManager.Wow.Enums.ContinentId.Azeroth, Position = new robotManager.Helpful.Vector3(1, 2, 3), CanFlyTo = true, Type = wManager.Wow.Class.Npc.NpcType.Vendor, }; wManager.Wow.Helpers.NpcDB.AddNpc(npcVendor, false, true); // Add npc vendor to npcdb If you want force WRobot to go to vendor/repair: wManager.Wow.Bot.States.ToTown.ForceToTown = true;
  5. Hello, before step to open door, try to use quest type "followpath" with last position on the door (to start to farming door in good range)
  6. To stop fightclass for 2 seconds you can try to use this c# code: wManager.Wow.Helpers.Lua.LuaDoString("SitOrStand()"); System.Threading.Thread.Sleep(2000);
  7. Do you have try to reinstall WRobot in new folder?
  8. Hello, WRobot have already worked on your computer? You have try to make fresh install in new folder? If you can give more detail, when WRobot crash? he crash all time at the same moment? do you have error messages?
  9. I incremented timer, if problem is not resolved in next update up again this post
  10. Hello, can you read this: update windows and install slimdx, framework et vc++
  11. Avant l'étape "turnin" utilise une quest type "followpath" ou vous pouvez également essayer d'utiliser un step 'run code' avec le code c#: wManager.Wow.Helpers.LongMove.LongMoveGo(new Vector3(0, 0, 0)); (remplacer 0, 0, 0 la position ou vous devez rendre la quête)
  12. Hello, use lua code SitOrStand()
  13. hello, if you can re downlaod and try again
  14. You run WRobot on Windows 7? 32 or 64 bit?
  15. you run WRobot on Windows 32 or 64 bit ?
  16. Hello, update Windows and instazll last framework version
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  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. Droidz commented on pelli1's bug report in Bug Tracker
  21. try to reinstall WRobot in new folder
  22. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx, framework and update Windows) If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. If you can tell me if problem is resolved with new update
  24. hello, you need to recompile your fightclass with new MemoryRobot.dll file

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.