Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. To check if it is good npc type: if (ObjectManager.Target.Entry == 17157) // http://www.wowhead.com/npc=17157/shattered-rumbler
  2. Hello, you cannot change this option. But in tab tools you can click to button "Stop fight" (or "Blacklist target" > "Stop fight").
  3. Hello, http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  4. To add easily these in your fightclass, download and move this fightclasses in folder "WRobot\Fightclass\", and:
  5. 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).
  6. WRobot wait channeling by default
  7. I have taken note I'll add option like this
  8. Use like here: http://wrobot.eu/applications/core/interface/file/attachment.php?id=11023
  9. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. http://wrobot.eu/bugtracker/add-events-in-wrobot-code-r418/?do=findComment&comment=3543
  11. Hello, this problem is normally resolved.
  12. Hello, if you use c# and default method to display settings, look this: http://www.c-sharpcorner.com/uploadfile/witnes/using-propertygrid-in-net/
  13. http://wrobot.eu/forums/topic/4829-wanding/#comment-22838
  14. Hello, you can use mouse only if the wow window is in foregroud, look class robotManager.Helpful.Mouse (WRobot don't use mouse)
  15. Hello, no sorry (and fightclass creator use a lot of wrobot API)
  16. 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)
  17. Droidz

    pathing

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