Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, You can use this lua code (put it in spell name and activate spell option "Not spell, is lua script"): local name = GetSpellInfo(108920); RunMacroText("/cast " .. name); MoveBackwardStart() C_Timer.After(2, function() MoveBackwardStop() end) API: http://wow.gamepedia.com/API_C_Timer.After (replace 2 by the number of second), http://wow.gamepedia.com/API_MoveBackwardStart, http://wow.gamepedia.com/API_MoveBackwardStop, http://wrobot.eu/forums/topic/1688-lua-and-multi-language-support/
  2. Hello, Can you share your profile please.
  3. Hello, I come back here to ask you if you still have this problem (if you find the cause, or if you think that the problem is caused by WRobot)?
  4. Bonjour, (Re)Installer SlimDX . Si le problème n'ait pas résolu, merci de créer un nouveau sujet sur le forum avec votre fichier journal.
  5. Hello, Sincerely it is not easy to implement. I'll look it, I come back here after.
  6. Hello, Try to install http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi If this don't resolve your problem, please share your log file http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  7. You can disable this option in tab "General Settings" > "Enter advanced settings..." > tab "Stop game / bot / Security" > an uncheck "After [] x Blockages latest 10 minutes". But this problem is probably caused by your profile, it is not normal to get 25 blockages in 10 minutes.
  8. Game is closed even when you launch wrobot with No DX.cmd ? (Like I have say here: http://wrobot.eu/forums/topic/2479-droidz-help-please/?do=findComment&comment=11396 )
  9. Hello, Can you give me full log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ Can you give me more detail about your problem (I don't found problem in this logs).
  10. Hello, Try to (re)install http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi . If you problem is not resolved can you send me your log file please http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  11. Even when you switch directx version in game (don't forget to restart wow after change)? Else, if this don't works, download No DX.cmd and move this file in your WRobot folder (where he has "WRobot.exe" file), and double click on it to launch WRobot.
  12. Bonjour, Le problème c'est que votre clé de licence à expiré (le message d'erreur d'écrit mal le problème).
  13. Hello, Do you have installed http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi on your computer? Try also to change directx version in game.
  14. Hello, WRobot for World of Warcraft Cataclysm private server is available. Download WRobot for Wow Cata (4.3.4.15595) : Click here (don't forget to select good product during install: ) If you get problem to install WRobot go here.
  15. Hello, WRobot for World of Warcraft Mists of Pandaria private server is available. Download WRobot for Wow MoP (5.4.8.18414) : Click here Download WRobot for Wow MoP (5.4.7.18019) : Click here (don't forget to select good product during install: ) If you get problem to install WRobot go here.
  16. Hello, Try to activate option "Use Lua to Move" in advanced general settings.
  17. Hello, Can you make new post with your log file (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/) please. I have check your license key usage and your license key seem works initially, have change you something on your computer? Checked that you use the good license key (try to reinstall wrobot).
  18. Hello, WRobot is ready for Wow 6.2.3 build 20726. Just accept WRobot update at the launch. If you play on european server, don't update WRobot today, wait tommorow (you can downgrade WRobot to Wow 6.2.2 here). You can reports bug here. More info about Wow 6.2.3 here. Best regards, Droidz. View full article
  19. Hello, WRobot is ready for Wow 6.2.3 build 20726. Just accept WRobot update at the launch. If you play on european server, don't update WRobot today, wait tommorow (you can downgrade WRobot to Wow 6.2.2 here). You can reports bug here. More info about Wow 6.2.3 here. Best regards, Droidz.
  20. Hello, I have just released WRobot for Wow 6.2.3 PTR server. You can download it here: http://wrobot.eu/forums/topic/2471-download-wrobot-for-wow-wod-623-ptr-server/
  21. Hello, I have just released WRobot for Wow 6.2.3 PTR server. You can download it here: http://wrobot.eu/forums/topic/2471-download-wrobot-for-wow-wod-623-ptr-server/ View full article
  22. You can also use lua code: SendChatMessage("Your message here", "CHANNEL", nil, 2); Replace text Your message here and put this code in "Dev tools" textbox (tab "tools"), and click on boutton "Lua code...".
  23. Hello, You cannot send message on "Trade" channel from tab chat, but you can use this custom profile: http://wrobot.eu/files/file/459-send-messages-bot/
  24. Hello, In pet battle profile creator you can add several zones, and change zone by pets levels. In visual studio, create library project and add in references "wManager.dll" and "robotManager.dll". Open downloaded file with notepad (Default.cs) and copy/past the text in visual studio.
  25. Hello, Where do you want use this? You need to use http://wow.gamepedia.com/API_UnitCastingInfo or http://wow.gamepedia.com/API_UnitChannelInfo to get value of "startTime" and "endTime".
×
×
  • Create New...