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 use good item id? In fightclass editor, in "spell settings" you can try to use option "Timer"
  2. Hello, if you use the same setting class name , C# will select your class (because "additional c#" code is added in class "Main") and ignore default setting class.
  3. Hello, do you have try to disable all wow addons?
  4. Hello, do you have try to use "pathfinder serser" (in advanced general settings tab "pathfinding"?
  5. Droidz replied to slocy01's topic in General assistance
    Hello, you have bought trial subscription for 3 days
  6. Hello, http://www.wowhead.com/quest=32098/short-supply-reward#comments , try to use IsQuestFlaggedCompleted
  7. Hello, you cannot with default features
  8. Hello, problem resovled by private message
  9. Update in progress
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Bonjour, je pense que ce problème est causé par votre serveur, j'ai jamais vu ce probleme sur officiel
  12. Hello, use event "robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState" like: https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/?do=findComment&comment=23616
  13. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. You have launched battlenet launcher to check if Wow is updated?
  15. Hello, try to replace line 4 by var n = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(mobID), false); Try also to active radar3d to check if is blacklisted
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Hello, it is not a bug, items names are server side, you need to have item in your bag (or request item info like when you "GetNameById) for that Wow request the item name at the server ( http://wowwiki.wikia.com/wiki/API_GetItemInfo )
  18. Hello, you need to call wManager.Wow.Helpers.PathFinder.GetZPosition(new Vector3(1, 2, 3));
  19. Hello, in vanilla like this: var error = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(0xB4DA40);
  20. Use plugin like using wManager; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { EventsLua.AttachEventLua(LuaEventsId.PLAYER_LEVEL_UP, delegate { if (ObjectManager.Me.Level >= 20 && !wManager.wManagerSetting.CurrentSetting.UseMammoth) { wManagerSetting.CurrentSetting.UseMammoth = true; wManagerSetting.CurrentSetting.Save(); } }); } public void Dispose() { } public void Settings() { } }
  21. Hello, no with default features
  22. Hello, if you can wait next update

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.