Everything posted by Droidz
-
Horde 90 to 100 profile request all I'm seeing is ally
Hello, You can found profiles for 90-100 here: http://wrobot.eu/files/category/36-90-100/ . Seem complete for horde (and some alliance profile works with horde character). If you don't found profiles, you can use "Automaton" bot, or create your own profile (it is easy and quickly).
-
error msgs
Hello, What is the error message? Can you give me your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
-
Not Gathering
Hello, You get an error message in game?
-
Plusieurs points :)
Salut. 1: D'après WowHead ça fait apparaître ce NPC: http://www.wowhead.com/npc=47649/wild-mushroom ce qui donnerais un code de ce style pour savoir si on est dans à portée: var list = wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitByEntry(47649); foreach (var woWUnit in list) { if (woWUnit.IsValid && woWUnit.GetDistance < 7) // && woWUnit.SummonedBy == wManager.Wow.ObjectManager.ObjectManager.Me.Guid) { // DANS LA ZONE } } (vérifie si quand tu est à portée tu n'as pas un buff ( comme http://www.wowhead.com/spell=160382/defense ???), c'est plus simple a vérifier) 2: Oui avec lua par exemple tu peux utiliser http://wow.gamepedia.com/API_IsInInstance et http://wow.gamepedia.com/API_IsInArenaTeam . Tu peux également vérifier le ContinentId ou AreaId (si tu veux plus de précision): wManager.Wow.Helpers.Usefuls.ContinentId et wManager.Wow.Helpers.Usefuls.AreaId 3,4,5: Je vais regarder ca, je reviens ici après. 6: Oui, avec wManager.Wow.ObjectManager.ObjectManager.Target.WowClass
- Running into Walls in BGs
-
Wrobot changes equipped epic items on gray item on char
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]
ello, Can you share your profile please. Your profile path is close to the water where it you can find fishes?
- Issue with quest
-
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).
- Not Looting
-
When i launch the bot, WoW close... (UP)
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)
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/
-
Crashing always
Hello, Look in the pack: http://wrobot.eu/files/category/28-packs/
- Trouble with profle creator for entrance to a dungeon
- Only eats 10% of the time...
-
Shadow priest Void Tendrils help
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.
- Only eats 10% of the time...
-
Snippets of LUA codes (for FightClass)
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
-
Shadow priest Void Tendrils help
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
-
wow crashes, error report included
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)?
-
When i launch the bot, WoW close...
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.
-
Wrobot with cross realm assist
Hello, Sincerely it is not easy to implement. I'll look it, I come back here after.
-
bot not recognizing my char's
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/
-
Droidz,, HELP PLEASE!!
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.