Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Profile updated for Wow 6.x
  2. Is have updated this page:
  3. I have added lua code: if LFDReadyCheckPopup and LFDReadyCheckPopup:IsShown() then LFDReadyCheckPopup.YesButton:Click(); end to click on button "Ready"
  4. If you can try it: ArenaWins V2.cs (tell me if this works, I'll update file in download session)
  5. Hello, Try to: - Right-click on "WRobot\WRobot.exe" and select Properties. - Then click on the Compatibility tab and check the box labelled “Disable display scaling on high DPI settings.” - Restart WRobot.
  6. Wait next update, I have added "Max Stacks Put Up For Sale" (and "Bid Auction Time Left" to avoid to bid if time left is long).
  7. Hello, Try it: using System.Threading; using System.Windows.Forms; using Custom_Profile; public class CustomProfile : ICustomProfile { private Form _form; private bool _isStarted; public void Pulse() { _isStarted = true; var t = new Thread(OpenWinform); t.SetApartmentState(ApartmentState.STA); t.Start(); } public void Dispose() { _isStarted = false; if (_form != null) { // Use BeginInvoke because it not called from winform thread. _form.BeginInvoke(new MethodInvoker(_form.Close)); _form.BeginInvoke(new MethodInvoker(_form.Dispose)); } } void OpenWinform() { _form = new Form(); _form.Controls.Add(new Label { Text = "My window" }); _form.ShowDialog(); } }
  8. Hello, Do you have installed all required softwares: Can you share your log files please:
  9. Hello, Can you try to remove folder "WRobot\Data\Meshes" and restart WRobot.
  10. Hello, "Auction" bot it the only product disabled with trial version. I have disabled it to avoid abuse (and reserve this bot at mmorobot users) (If there are too many uses of this bot it becomes less useful).
  11. Hello, To enable dummies, go to tab "Genetal Settings" > "Enter advanced settings..." > tab "Class / Fight Class" > uncheck "Ignore Training Dummy". ps: If you use WRotation to test your fightclass blacklist is ignored by default.
  12. Hello, Yes, I check if all is good when new patch is released, if he has any problem I stop the login server.
  13. Do you have put your mount name in "General Settings" tab?
  14. Hello, I am not sure to understand what you want. Do you want than WRobot go to vendor/mailbox only every 3 hours (and continue to grind/farming even if bag is full)? Currently, WRobot go to vendor/mailbox every 3 hours (if timer is enabled), and go to vendor/mailbox between if your bags is full, if you need to repair.
  15. Hello, If you can give me please (create new post on the forum)
  16. Hello, The best way is to use "90 character boost" in blizzard store (but it costs expensive). After, with WRobot, use "Quester", if you cannot found quests profiles for your current zone/level, use "Grinder", if you don't found grinder profiles for you current zone/level, use "Automaton".
  17. Hello, I have moved your post to good forum. You can make you own profiles quickly with
  18. Hello, How has said Bugreporter, you try probably to use flying profile without flying mount, to check if you use flying profile you can open profile with notepad, if you have this lines: <Type>Flying</Type> It is flying profile.
  19. Hello, You can found "pick pocket" profile here: To create your path (profile), select product "grinder", in "product settings" click on "create profile", record and save path, select product "custom profile", in "product settings" select profile "Pickpocketing With Grinder profile support.cs", launch bot and select profile created in previous steps.
  20. Hello, All fight classes are here: http://wrobot.eu/files/category/9-fight-classes/ Test several fightclasses to find the best. You can report the problems to the creator, if it is still active it will correct them (or correct the errors yourself).
  21. Hello, In "General settings" you can use option "Max unit near...", if you use druid, you can activate option "ignore combat if druid form..."
  22. Do you have this problem only when WRobot is attached? If you have this problem without WRobot, (problem caused by blizzard), you can try to running wow in virtual machine, try also to setup minimum graphics, try to disable addon, try to change directx version, try to update your graphics card driver or wait wow update.
  23. Hello, In fightclass, you can use spell condition "Target Can Interrupt Casting" and "Target In Cast".
  24. Hello, What is error message? Do you have try to change wow directx version? Can you share your log files please: Do you have follow this steps: What product do you use? Fightclass? Profile? How long before get this error?
  25. Hello, No, you can avoid fight only if you use mount.
×
×
  • Create New...