Jump to content

Droidz

Administrators
  • Posts

    12614
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I attach at this topic the project (source code) of this plugin: PluginTest.zip
  2. Version 1.0

    1209 downloads

    Whisper Screenshot This plugin take screenshot of wow when you have new whisper. Source code:
  3. For OR conditions there is no other solution than to make a spell copy (I don't view how I can add "OR" condition without adding difficulty for create fightclass). And I'll add debug mode in fightclass (I'll add more log in this mode). You can also convert your fightclass in C# for more flexibility (and debug).
  4. Hi, It Is written when you launch product "Profiles Converters": (Pirox Fly gatherer, MMoLazy Erus (Ground and Gather), Gather Buddy, WowRobot Gather Fly, The Noob Bot gatherer and grinder)
  5. Hello, You are sure they have creatures / objects sought in your zone. The objects are displayed on the minimap.
  6. WRobot updated to 1.0.1 and compatibility with Wow 5.2.0 (16709). You can view changelog here: http://download.wrobot.eu/wrobot/bin/updateinfo.php
  7. WRobot updated to 1.0.1 and compatibility with Wow 5.2.0 (16709). You can view changelog here: http://download.wrobot.eu/wrobot/bin/updateinfo.php
  8. 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 ..."
  9. 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.
  10. Hi, The reply is here:
  11. Hi, Thanks Vclear for fix. Another's has this problem with new windows update?
  12. Update wrobot and say me if problem is fixed
  13. Look wow addon (Zygor Guides manage it)
  14. 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.
  15. 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).
  16. Continued here:
  17. Normally WRobot check if you are in line of sight. If you can share session log where wrobot tries to attack through walls.
  18. I confirm reply of shadow. WRobot using keys: Forward, Backward, Jump, Sit / Stand, strafe right and left
  19. 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).
  20. 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).
  21. 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)
  22. Hi, Try to increment range in your fight class. Tell me if this solve your problem
  23. 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.
  24. 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
  25. You can post your tuto is tutorials forum for others wrobot user please?
×
×
  • Create New...