-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Wrobot changes equipped epic items on gray item on char
Droidz replied to odd_hippo's topic in Quester assistance
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".) -
skipping pools with self made profile [fisherbot]
Droidz replied to schlompf's topic in Fisherbot assistance
ello, Can you share your profile please. Your profile path is close to the water where it you can find fishes? -
Hello, try with full namespace: wManager.wManagerSetting.CurrentSetting.BlackListTrainingDummy = false; wManager.BlackListSerializable.AddBlackListToWRobotSession(); If this don't works can you send me your profile.
-
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).
-
Not Looting
Droidz replied to catalin87's topic in WRobot for Wow Mists of Pandaria - Help and support
Hello, Sorry, I made an error on the server, the problem should be resolved and the bot work much better. -
Bonjour, Vous avez ce problème depuis quand? Avez vous essayé de désactiver votre antivirus/firewall?
-
97-100 Nagrand (with repeatable Turn In XP Quest Items)
Droidz commented on Droidz's file in 90-100 - Legion
-
Hello, Look in the pack: http://wrobot.eu/files/category/28-packs/
-
Trouble with profle creator for entrance to a dungeon
Droidz replied to odd_hippo's topic in Grinder assistance
In Grinder "Product Settings" do you have activate option "Back to last profile position"? -
Ok, wait next update and tell me if problem is resolved (or not).
-
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.
-
Hello, Do you get error message in wow when regen start (like "Cannot use when m...")?
-
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
-
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/
-
Trouble with profle creator for entrance to a dungeon
Droidz replied to odd_hippo's topic in Grinder assistance
Hello, Can you share your profile please. -
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)?
-
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.
-
Hello, Sincerely it is not easy to implement. I'll look it, I come back here after.
-
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/
-
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.
-
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 )
-
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).
-
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/
- 1 reply
-
- launch bot
- wow
-
(and 1 more)
Tagged with:
-
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.
-
Bonjour, Le problème c'est que votre clé de licence à expiré (le message d'erreur d'écrit mal le problème).