Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you need to attack this type of mobs? if not you can blacklist these
  2. Can you tell me when he don't leave ghost wolf please?
  3. Hello, sorry you cannot do that
  4. Hello, if (System.DateTime.Now.TimeOfDay.Hours == 20 && System.DateTime.Now.TimeOfDay.Minutes == 0) robotManager.Products.Products.ProductStop(); (not tested)
  5. Droidz

    ObjectManager.Me.Race

    Try to use ObjectManager.Me.WowRace instead (or lua)
  6. 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)
  7. 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
  8. Run in windowed mode (not maximized, minimized or full screen)
  9. hello, this code is for Vanilla
  10. Hello, wait next update and use this: wManager.Wow.ObjectManager.WoWUnit.MaxInteractDistance = 50.0f; wManager.Wow.ObjectManager.WoWUnit.MinInteractDistance = 4.3f;
  11. 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
  12. [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
  13. Hello, do you use window mode (and not maximized and not minimized)? Do you have error in your log?
  14. sorry, step 7: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  15. 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"
  16. Bonjour, ce problème vient probablement de votre profil, essayer de désactiver l'étape (step) dans l'onget "product settings"
  17. Hello, add offmesh connection: https://wrobot.eu/forums/topic/5283-offmesh-connections/ (I'll try to fix it server side)
  18. 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/ ).
  19. if you use windows 10 you can try to use virtual desktop windows
  20. ok thank I'll generate new meshes wait few hours
  21. it is only in continent name DeeprunTram ?
  22. Someone have tram gameobject entry id?
  23. Hello, You get this problem with all profiles or only quester profiles?
×
×
  • Create New...