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. Changed Status to Confirmed Changed Version to All
  2. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, you get this problem only with this food item?
  4. Hello, I don"t found problem in your log
  5. Hello, GetDistance retourn "PositionWithoutType.DistanceTo(ObjectManager.Me.PositionWithoutType);" You want than I add method to return "Position.DistanceTo(ObjectManager.Me.Position) - this.CombatReach - ObjectManager.Me.CombatReach"?
  6. Droidz commented on Matenia's bug report in Bug Tracker
    This problem is only in TBC, I ignore if it is server or client bug, and I ignore how to fix that
  7. Droidz commented on eafa's bug report in Bug Tracker
    Hello, you can do this to wait: https://wrobot.eu/forums/topic/9656-cant-run-10-sessions/?do=findComment&comment=45078
  8. Droidz commented on eafa's bug report in Bug Tracker
    Changed Status to Confirmed Changed Version to All
  9. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Try to follow this guide: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  11. I found why. Edit file "WRobot\Settings\RobotManagerGlobalSetting.xml" and use same "ArgsEnvironmentVariables" in all WRobot installs
  12. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 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/ ).
  13. Hello, Fightclass thread is in pause when you cast spell, remove condition "'Me In Cast = true"
  14. Droidz commented on Matenia's bug report in Bug Tracker
    Change continent (dead? logout?) seem to clean objectmanager. Can you try with the new update and tell me if this change something about CPU usage.
  15. Hello, can you read this: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ (try to install slimdx) Try to disable all plugins/fightclass and reactivate them one per one
  16. Hello, i need log file (disable your wow addons)
  17. hello, try also to disable your wow addons
  18. Droidz commented on Matenia's bug report in Bug Tracker
    Hello, in tbc all items seems to be keep in memory (in the objectmanager), when you go to big city (with a lot of players and a lot of items (equipped)) or after few hours you can get bigger CPU usages.
  19. Last question, do you use wow addons? if yes you have try without? Normally WRobot detect spells of food items
  20. Changed Status to Confirmed Changed Version to All
  21. if the mob is agressiv and don't move you can try to use quest type "FollowPath" (and go to mob position). You can also try to filter mobs to run code like: wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (unit.Entry != 1234 || !Quest.HasQuest(1234) || unit.InCombatWithMe) return; if (unit.Guid != 12345645678) { wManager.wManagerSetting.AddBlackList(unit.Guid, 1000 * 60, true); cancelable.Cancel = true; } }; (complete the questid, entry and mob GUID, GUID is normally the same on all server and unique)
  22. Hello, sorry for the delay. You use same fightclass on bugged characters? if yes try without. You can also try to download anothers wow client or remove wow cache (to check if it is not the problem). But, some wow addons can auto repair/sell items, try to use that
  23. Hello, you cannot regen your health with spell if you use item for regen mana. Try to add health spell in your fightclass
  24. Hello, check if option "Remember account name" (in wow login window) is disabled
  25. Hello, look this fightclass https://wrobot.eu/files/file/1399-destruction-warlock-73/

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.