-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
How to dig specific types of digsites
Droidz replied to HandHurts's topic in Archaeologist assistance
Hello, You can activate/deactivate manually dig sites by name (in tab "Product Settings" ), but no automatic way to bot only one dig sites type. -
bot hangs with error: System.AccessViolationException
Droidz commented on mrx20's bug report in Bug Tracker
Hello, Glad to hear that your problem is solved. I don't think that this problem has been caused by graphics settings change, but it is possible than one mesh file has been corrompus (download fail?). -
Hello, This dll is in folder "WRobot\Bin\" (robotManager.dll, wManager.dll, MemoryRobot.dll (add this files in project references)).
-
Hello, Check if you haven't modified default settings of world map in game (if you don't use addon and digsite landmark is activated).
-
-
Hello, For advanced user: - You can found sample of dungeon profile http://wrobot.eu/files/file/453-dungeon-the-temple-of-atalhakkar/ file description to get more informations) and https://wrobot.eu/forums/topic/3552-dungeon-profile-creation-tutorial-video/ For beginner users: - Install and activate this plugin: http://wrobot.eu/files/file/496-reset-instances/ - In "General Settings", disable option "Close bot if teleported". - Select product "Gatherer" or "Grinder" and activate option "Back to last profile position" in "Product Settings". - Now, use "Profile Creator" and record loop path (in your loop, go out of instance) (You can download gatherer profile sample of "Hellfire Ramparts" here) (you can use "Action" to add feature at your profile)
-
1075 downloads
[Dungeon] The Temple of Atal'Hakkar This profile works with "Quester" product (copy downloaded file in folder "WRobot\Profiles\Quester\" and use it with product "Quester") (try to start near dungeon portal). ps: It is a dungeon sample profile, to get more informations about how to create dungeon profile, edit this profile with "Easy profile creator" and read step 0 in "Quests order editor". -
Bonjour, Oui ce bot fonctionne. Si vous avez un addon Wow qui modifie la map, il est possible que cela cause des problèmes au bot. J'ai besoin du fichier log pour mieux vous aider.
-
Hello, To use your license key you make this steps?: Launch "WRobot.exe" in administrator mode. Select game process and click on button "Launch Bot". In new window "License Keys Management" replace text "TRIAL" by your license key (you can click on button "+" to save your key) (you can found your license key here). If your problem is not resolved: Can you try to disable your antivirus/firewall. Reinstall Framework 4.0, Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86) (more info ). If this don't works, please send me your
-
Hello, You use an old version of WRobot (and probably cracked when I look your log). I cannot give best support on old version. To fix problem try to reinstall Framework 4.0, Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86), if this don't works make all steps of this guide: try to activate "Use Lua to Move" in advanced general settings). Best Regards, Droidz.
-
Hello, Try tell me if your problem is resolved. Best regards, Droidz.
-
Tu peux blacklist les pnj par type (généralement c'est les mêmes types de pnj qui bug dans une même zone). Tu peux aussi voir le level des Pnj que le bot essaye d'attaquer, s’ils sont level 10 et que ton profile est fait pour les level 90 tu peux configurer ton profil pour qu'il n'attaque que les pnj entre le level 88-92, du coup il ignorera les autres.
-
Olá, Você também pode encontrar um novo pacote de FightClasses que parece ser bom: ps: Google Translate
-
Bonjour, Dans les logs est écrit qui le bot essaye d'attaquer et la raison de son arrêt. À partir de là, si le problème vient bien du bot ajouté à la liste noire (blacklist) la zone et le type de PNJ.
-
Download error is not important (WRobot loading meshes around current position, it is possible than WRobot try to load an no existing mesh, list of meshes for available for Molten Core is: MoltenCore_29_33.mesh.gz MoltenCore_31_34.mesh.gz MoltenCore_33_31.mesh.gz MoltenCore_30_32.mesh.gz MoltenCore_32_29.mesh.gz MoltenCore_34_30.mesh.gz MoltenCore_30_33.mesh.gz MoltenCore_32_30.mesh.gz MoltenCore_30_34.mesh.gz MoltenCore_33_29.mesh.gz MoltenCore_31_33.mesh.gz MoltenCore_33_30.mesh.gz Your problem is probably caused by your settings, try to: In advanced general settings, activate option "Start fighting with Elite" In advanced general settings tab "Looting and .." increment "Max Units Near"
-
Your problem is strange. Try to reinstall Visual C + + 2010 and SlimDX . If this don't resolve your problem try to copy all files of the folder "WRobot\Bin\" to base folder ( "WRobot\" ). You can also try to use preinstalled wrobot version: http://download.wrobot.eu/wrobot/tmp/WRobotPack.zip
-
Can you remove all files in folder "WRobot\Logs\", launch WRobot et go to "WRobot\Logs\", if you have file, please.
-
Hello, In the last update I have added file "WRobot\Bin\wResources.dll", check if this file is on the folder. If you can also try to disable your antivirus before installing WRobot (to check if your antivirus remove an WRobot file).
-
Oui il faut mettre retV, je viens de corriger l'erreur sur le post, merci.
-
Salut, Base toi sur cette condition lua: l'id du sort 1079 par l'id de ton sort (qui semble être d'après wowhead 980 et rempalce <= 7 par <= 3)
-
Hello, In the fight classes editor you can activate option "Cast spell on self" in "Spell settings".
-
Ton break; (pour sortir de la boucle for) est au mauvaise endroit tu dois le mettre juste après le interact (sinon la ton script interact avec toute les unité de la liste ) Envoyé de mon iPhone à l'aide de Tapatalk
-
Tu peux utiliser une de ces conditions: if (!ObjectManager.Target.IsValid || ObjectManager.Target.GetBaseAddress != cibles[i].GetBaseAddress) if (!ObjectManager.Target.IsValid || !ObjectManager.Target.IsTaggedByYou) if (!ObjectManager.Target.IsValid || ObjectManager.Target.Guid != cibles[i].Guid) Mais normalement ton code actuel devrait fonctionner, tu as une message d'erreur? ou juste que le bot spam interact?