Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. In Grinder "Product Settings" do you have activate option "Back to last profile position"?
  2. Ok, wait next update and tell me if problem is resolved (or not).
  3. I have found this: http://wowwiki.wikia.com/wiki/Wait Result: local waitTable = {}; local waitFrame = nil; function WaitToCall(delay, func, ...) if(type(delay)~="number" or type(func)~="function") then return false; end if(waitFrame == nil) then waitFrame = CreateFrame("Frame","WaitFrame", UIParent); waitFrame:SetScript("onUpdate",function (self,elapse) local count = #waitTable; local i = 1; while(i<=count) do local waitRecord = tremove(waitTable,i); local d = tremove(waitRecord,1); local f = tremove(waitRecord,1); local p = tremove(waitRecord,1); if(d>elapse) then tinsert(waitTable,i,{d-elapse,f,p}); i = i + 1; else count = count - 1; f(unpack(p)); end end end); end tinsert(waitTable,{delay,func,{...}}); return true; end local name = GetSpellInfo(108920); RunMacroText("/cast " .. name); MoveBackwardStart() WaitToCall(2, function() MoveBackwardStop() end) This seem to work on MoP.
  4. Hello, Do you get error message in wow when regen start (like "Cannot use when m...")?
  5. Calls function 'callback' after 'duration' seconds http://wow.gamepedia.com/API_C_Timer.After C_Timer.After(3, function() YOURCODEHERE end) SAMPLE: Moving backward during 2 secondes: MoveBackwardStart() C_Timer.After(2, function() MoveBackwardStop() end) Sample of use: http://wrobot.eu/forums/topic/2482-shadow-priest-void-tendrils-help/?do=findComment&comment=11415
  6. 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/
  7. 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)?
  8. 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.
  9. Hello, Sincerely it is not easy to implement. I'll look it, I come back here after.
  10. 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/
  11. 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.
  12. 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 )
  13. 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).
  14. 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/
  15. 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.
  16. Bonjour, Le problème c'est que votre clé de licence à expiré (le message d'erreur d'écrit mal le problème).
  17. 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.
  18. 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.
  19. 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.
  20. Hello, Try to activate option "Use Lua to Move" in advanced general settings.
  21. 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).
  22. 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
  23. 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.
  24. 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/
×
×
  • Create New...