Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, This problem is very strange, I think that is caused when wrobot try to sell bag items at the vendor. Can you tell me if items are equiped when WRobot go to the vendor please? (to force WRobot to go to the vendor you can click on the bouton "Go to town..." tab "Tools".)
  2. ello, Can you share your profile please. Your profile path is close to the water where it you can find fishes?
  3. Hello, try with full namespace: wManager.wManagerSetting.CurrentSetting.BlackListTrainingDummy = false; wManager.BlackListSerializable.AddBlackListToWRobotSession(); If this don't works can you send me your profile.
  4. Droidz

    Cannot launch WRobot

    Hello, Try to install SlimDX . Can you check if you have file 'MemoryRobot.dll' in the folder '\WRobot\Bin\' (if you cannot found this file, check if your antivirus not delete it).
  5. Hello, Sorry, I made an error on the server, the problem should be resolved and the bot work much better.
  6. Bonjour, Vous avez ce problème depuis quand? Avez vous essayé de désactiver votre antivirus/firewall?
  7. Hello, It is not fake profile... Try to use this profile (with "Quester" product (not grinder): http://wrobot.eu/files/file/409-98-100-meatgut-needs-bones-repeatable-quest-nagrand/
  8. Hello, Look in the pack: http://wrobot.eu/files/category/28-packs/
  9. In Grinder "Product Settings" do you have activate option "Back to last profile position"?
  10. Ok, wait next update and tell me if problem is resolved (or not).
  11. 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.
  12. Hello, Do you get error message in wow when regen start (like "Cannot use when m...")?
  13. 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
  14. 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/
  15. Hello, Can you share your profile please.
  16. 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)?
  17. 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.
  18. Hello, Sincerely it is not easy to implement. I'll look it, I come back here after.
  19. 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/
  20. 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.
  21. 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 )
  22. 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).
  23. 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/
  24. 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.
  25. Bonjour, Le problème c'est que votre clé de licence à expiré (le message d'erreur d'écrit mal le problème).
×
×
  • Create New...