Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. Hello, you can try to disable Wow addons, but this is managed by the fightclasses
  3. Hello, you can found ban reports here https://wrobot.eu/forums/forum/29-security-ban-reports/
  4. Hello, https://wrobot.eu/store/product/2-wrobot-subscription/ (9.99 EUR per month )
  5. Hello, https://wrobot.eu/forums/topic/8543-website-down/?do=getNewComment
  6. Droidz

    Website down

    Hello, I had some problems with the server today but the problems are solved.
  7. You want than I convert your lifetime key (single session) to only 1 month of multisessions subscription?
  8. For the price of you subscription you have less than 1 month of multisession license key https://wrobot.eu/store/product/4-wrobot-unlimited-subscription/
  9. If you can tell me if problem is resolved
  10. Hello, WRobot smelting when he go to town (to sell/repair) (you can force WRobot to go to town in tab "Tools")
  11. https://wrobot.eu/forums/topic/8299-i-can-not-fly-in-any-area/
  12. Hello, you have normal WRobot subscirption (not unlimited), you cannot run more than one session at the same time.
  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. Droidz

    Profile Creation Hotkey

    Hello, use grinder or quester profile if you want to use hotspots.
  15. Changed Status to Confirmed Changed Version to All
  16. Hello, I have taken note. To wait you can try this plugin Main.cs (not tested): using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.MovementEvents.OnPulseStuckResolver += MovementEvents_OnPulseStuckResolver; } public void Dispose() { } public void Settings() { } WoWLocalPlayer m { get { return ObjectManager.Me; } } private void MovementEvents_OnPulseStuckResolver(System.ComponentModel.CancelEventArgs cancelable) { try { if (m.IsStunned || m.Rooted || m.Confused || m.HaveBuff("Concussive Shot")) // complete list ... cancelable.Cancel = true; } catch { } } }
  17. Changed Status to Confirmed Changed Version to All
  18. It is strange, try to reset Windows visual effects. But problem is probably caused by your Windows installation, you are the first to report this.
  19. Hello, try to redownload and reinstall Wrobot in new fodler
  20. Hello, step 7: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 and update Windows
  21. Hello, fightclass is created by you?
  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/8299-i-can-not-fly-in-any-area/?do=findComment&comment=38292
×
×
  • Create New...