Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. I have tried this code works fine for change target: ClearTarget(); TargetUnit("pet"); CastSpellByName("Misdirection"); TargetLastEnemy();(you can try lua script in: "General Settings" > "Others" tab > "Development Tools" (put lua script in textbox and launch script with button "Lua ..."
  2. Fightclass use "AND" for spell conditions. Yes I have fixed " problem for lua script. For the return value in lua you need to manage it in your script lua.
  3. Hi, The reply is here:
  4. Hi, Thanks Vclear for fix. Another's has this problem with new windows update?
  5. Update wrobot and say me if problem is fixed
  6. Look wow addon (Zygor Guides manage it)
  7. Hi, It is possible but not implemented for the moment. I'll add this option later but I am agree with you this option is very useful.
  8. Share your log please (Launch bot, when you have problem, stop bot, on main wrobot window, click on "More info" > Click on button "Compress & Copy log to desktop" (now you have zip file on your desktop) On the forum where you reply at this topic, click on "More reply options" > "Choose Files..." and select your zip file on your desktop).
  9. Continued here:
  10. Normally WRobot check if you are in line of sight. If you can share session log where wrobot tries to attack through walls.
  11. I confirm reply of shadow. WRobot using keys: Forward, Backward, Jump, Sit / Stand, strafe right and left
  12. Hi, WRobot is updated for supporting new wow version. If you are on EU server and you have updated WRobot, you can downgrade WRobot to old version (for wow 16683 support) with this file: http://download.wrobot.eu/wrobot/WRobot_downgrade_16683.zip (extract WRobot_downgrade_16683.zip in your wrobot folder, when you launch wrobot refuse update request).
  13. Hi, WRobot is updated for supporting new wow version. If you are on EU server and you have updated WRobot, you can downgrade WRobot to old version (for wow 16683 support) with this file: http://download.wrobot.eu/wrobot/WRobot_downgrade_16683.zip (extract WRobot_downgrade_16683.zip in your wrobot folder, when you launch wrobot refuse update request).
  14. Droidz

    Installer Windows 8

    Hi, Check your process for found if wrobot is not launched (reboot your computer for be certain). And normally, it is not required to install vc++ 2010, I have put required dll in wrobot folder (try without intall it, if you have bug tell me)
  15. Hi, Try to increment range in your fight class. Tell me if this solve your problem
  16. hi, Same if you use pqr for rotation you need to select Fight class in wrobot (fightclass manage figth range). - Create fight class ("General settings" > Create fight class" without spells (config only "range"): - In "General settings" select your created fightclass. - Your problem is normally fixed.
  17. Try this code for Misdirection: ClearTarget(); CastSpellByName("Misdirection"); SpellTargetUnit("pet"); TargetLastTarget();IsPetAttackActive return bool and fight class read only string. You need to use this code: retValue = "False"; if IsPetAttackActive() then retValue = "True" end
  18. You can post your tuto is tutorials forum for others wrobot user please?
  19. Hi, I recommend for strand of the ancients to setting free mode (this option remove stuck problem). But Strand of the Ancient and Isle of Conquest don't works very well. I recommand to blacklist it (in wow now you can remove 2 battleground for random queue).
  20. Hi,Can you try and tell me if now you can?
  21. Hi, Yes log is really needed for we.
  22. Hi, I have moved your topic in help and support forum. And put the script, no the file path (not with "/" as you use in wow chat, it is full lua code) two samples:
  23. Hi, I have moved your post to help and support forum. Thanks Ohren.
  24. Hi, WRobot is now compatibility with Wow 5.2.0a (16669).
  25. Hi, WRobot is now compatibility with Wow 5.2.0a (16669).
×
×
  • Create New...