Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, do you have error in your log?
  2. Hello what is quest type of "HR"?
  3. not tested but try this plugin: Dismount cancelaura.cs (I'll try to resolve this problem in next updates)
  4. On your screenshot the font does not seem to be the default Wow font. After some software can cause problem like malwarebyte or some antivirus try to disable all
  5. Hello, you can resolve this problem if you blacklist water or record good road (https://wrobot.eu/forums/topic/11007-add-waterroads-myself/?do=findComment&comment=52395)
  6. Hello, you need to attack this type of mobs? if not you can blacklist these
  7. Can you tell me when he don't leave ghost wolf please?
  8. Hello, sorry you cannot do that
  9. Hello, if (System.DateTime.Now.TimeOfDay.Hours == 20 && System.DateTime.Now.TimeOfDay.Minutes == 0) robotManager.Products.Products.ProductStop(); (not tested)
  10. Droidz

    ObjectManager.Me.Race

    Try to use ObjectManager.Me.WowRace instead (or lua)
  11. Hello, (when you don't use lock frame) Lua is slow because WRobot need to inject code in wow (that run in next frame refresh). If you call 5 times lua (on 1 thread) you need to wait ~5 wow frames, ~80ms with 60 fps. You can: - lockframe (it is a easier way, and in some case better) - avoid to use lua (but a lot of wrobot api methods use lua it is hard to know what methods you can use or not) - try to avoid useless lua call (by sample if you use "if (lua.do("is ok") && me.health < 10 && me.havetarget)" replace it by "if (me.havetarget && me.health < 10 && lua.do("is ok"))" - combine your lua scripts (if you use several lua calls in one condition try to combine it to one call)
  12. I really think it's not the default client, try to re upload wow to another site Try also to install Slimdx and vc++: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  13. Run in windowed mode (not maximized, minimized or full screen)
  14. hello, this code is for Vanilla
  15. Hello, wait next update and use this: wManager.Wow.ObjectManager.WoWUnit.MaxInteractDistance = 50.0f; wManager.Wow.ObjectManager.WoWUnit.MinInteractDistance = 4.3f;
  16. It is what you said but I need to see it, if you want help share log of session without addons and plugin enabled please, if you don't want do it I cannot help you
  17. [E] 14:12:33.628 - Warning: It is recommended to disable all wow AddOns. Disable wow addons and share your log of session without addon please
  18. Hello, do you use window mode (and not maximized and not minimized)? Do you have error in your log?
  19. sorry, step 7: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  20. Hello, can you read this: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ install "Slimdx" and "vc++ 2010"
  21. Bonjour, ce problème vient probablement de votre profil, essayer de désactiver l'étape (step) dans l'onget "product settings"
  22. Hello, add offmesh connection: https://wrobot.eu/forums/topic/5283-offmesh-connections/ (I'll try to fix it server side)
  23. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...