Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. To add easily these in your fightclass, download and move this fightclasses in folder "WRobot\Fightclass\", and:
  2. For the distance, put false at the spell option "Check if is good distance" and add condition type "C Sharp Code" with the code Lua.LuaDoString<bool>("return IsActionInRange(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Auto Shot")) + 1) + ")") (of course, replace Auto Shot by your spell name in english, this code in implemented here).
  3. I have taken note I'll add option like this
  4. Use like here: http://wrobot.eu/applications/core/interface/file/attachment.php?id=11023
  5. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. http://wrobot.eu/bugtracker/add-events-in-wrobot-code-r418/?do=findComment&comment=3543
  7. Hello, if you use c# and default method to display settings, look this: http://www.c-sharpcorner.com/uploadfile/witnes/using-propertygrid-in-net/
  8. http://wrobot.eu/forums/topic/4829-wanding/#comment-22838
  9. Hello, you can use mouse only if the wow window is in foregroud, look class robotManager.Helpful.Mouse (WRobot don't use mouse)
  10. Hello, no sorry (and fightclass creator use a lot of wrobot API)
  11. Hello, sorry you cannot, but you can use wow addon to sell items, this can resolve your problem (or in your quest profiles you can edit WRobot settings and add in "not sell list" quest items of the profile)
  12. Droidz

    pathing

    Hello, I'll try to improve navigation in next weeks.
  13. Hello, wrobot wait channelling, try to increment your min/max lantency in advance general settings.
  14. Hello, sorry no wrobot feature for it. But you can with wow lua macro.
  15. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Hello, try to remove step where WRobot pickup this quest with quest profiles editor
  17. Hello, you can disable spell option 'check if is good disance...' and check distance manually (with condition 'target distance').
  18. The condition "itemcount" is using lua, and he can happen that lua return bad value (when game is loading by sample).
  19. Droidz

    Macro Function

    Hello, do not hesitate to request new events here http://wrobot.eu/bugtracker/add-events-in-wrobot-code-r418/
  20. Hello, Try to disable option "Calculate interact/combat distance by target size" in advanced general settings
×
×
  • Create New...