Jump to content

Droidz

Administrators
  • Posts

    12587
  • 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, if you want use only fisherbot I understand than the price is expensive, but for private servers you can found a lot of free fishbot on the web. (read your private message)
  3. Hello, you haven't this option?:
  4. Hello, it is "Quester" profile, use quester bot
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, you can try to disable Wow addons, but this is managed by the fightclasses
  7. Hello, you can found ban reports here https://wrobot.eu/forums/forum/29-security-ban-reports/
  8. Hello, https://wrobot.eu/store/product/2-wrobot-subscription/ (9.99 EUR per month )
  9. Hello, https://wrobot.eu/forums/topic/8543-website-down/?do=getNewComment
  10. Droidz

    Website down

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

    Profile Creation Hotkey

    Hello, use grinder or quester profile if you want to use hotspots.
  19. Changed Status to Confirmed Changed Version to All
  20. 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 { } } }
  21. Changed Status to Confirmed Changed Version to All
  22. 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.
  23. Hello, try to redownload and reinstall Wrobot in new fodler
×
×
  • Create New...