Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

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

    pathing

    Hello, I'll try to improve navigation in next weeks.
  22. Hello, wrobot wait channelling, try to increment your min/max lantency in advance general settings.
×
×
  • Create New...