Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, do you have see tuto http://wrobot.eu/forums/forum/7-tutorials-wrobot/?
  2. I get this problem from Vanilla to Wotlk (but vanilla is quicly overloaded, probably because he uses old lua version).
  3. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, you cannot, no feature for that.
  5. Try to remove folder "C:\Users\Daniel\Desktop\BHOT\Data\Meshes\Azeroth\"
  6. Hello, http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/#comment-22750
  7. Hello, use http://vanilla-wow.wikia.com/wiki/API_CancelPlayerBuff , you can found sample here https://forum.nostalrius.org/viewtopic.php?f=63&t=32679
  8. Hello, yes. You can look this tuto: http://wrobot.eu/forums/topic/3632-relogger-tutorial-video/ and http://wrobot.eu/forums/topic/3979-relogger-with-tons-of-alts/
  9. Hello, you get this problem only with this plugin? If yes try to contact the plugin owner.
  10. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Hello, try to disable option "Attack Before Being Attacked..."
  13. Sorry, it is bug of WRobot for vanilla, wait next update (or don't use IsSpellUsable condition)
  14. Hello, move xml file in folder "WRobot\Data\Lang\" and select lang in WRobot login window (first window)
  15. Hello, can you give more detail, I tested with default spell settings and all seem to work. Wake of Ashes.xml
  16. You can start several times same wow.exe No, you cannot change arguments when you change wow path.
  17. Sorry, I have check code and it is mistake of me I have didn't add wait time. Wait next update for the fix.
  18. 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/
  19. Move th fightclass in folder "WRobot\Fightclass\", and:
  20. To check if it is good npc type: if (ObjectManager.Target.Entry == 17157) // http://www.wowhead.com/npc=17157/shattered-rumbler
  21. Hello, you cannot change this option. But in tab tools you can click to button "Stop fight" (or "Blacklist target" > "Stop fight").
  22. Hello, http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  23. To add easily these in your fightclass, download and move this fightclasses in folder "WRobot\Fightclass\", and:
  24. 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).
×
×
  • Create New...