Everything posted by Droidz
-
DO NOT USE ON EVERLOOK
I don't see any security in place that could detect WRobot. I think these are manual bans following reports from many players and GMs seem very active (there are really a lot of players in the starting areas).
-
How to limit skinning to only mobs that I have killed (or that are very near)?
Hello, in advanced general settings disable option "Ninja"
-
plugin for relogger
Hello, you can't with relogger API
-
PathFinder isn't working well
I think that It's profile problem. Try to launch "Automaton" product to check if you get same pathfinder errors.
-
DO NOT USE ON EVERLOOK
Hello, I will try to understand what is happening and try to solve the problem. Do not hesitate to report your feedback here, it helps me.
-
PathFinder isn't working well
Hello, try to restart your computer, and can you share full log file please
-
fake load assembly
new Thread(() => { robotManager.Helpful.ArgsParser.GetArgs.Profile = "123.xml"; robotManager.Helpful.ArgsParser.GetArgs.Product = "Gatherer"; wManager.Plugin.PluginsManager.DisposeAllPlugins(); robotManager.Products.Products.DisposeProduct(); robotManager.Products.Products.LoadProducts("Gatherer"); robotManager.Products.Products.ProductStart(); }).Start();
-
Server connection...
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
fake load assembly
I'm not sure to understand all. But my previous code should work, even if the product settings interface is not up to date (one time, if you have loaded several time gatherer dll you will get error). Why you need to do that ? Why not use relogger application or Schedule product ?
-
fake load assembly
Hello, It is new Thread(() => { wManager.Plugin.PluginsManager.DisposeAllPlugins(); robotManager.Products.Products.DisposeProduct(); robotManager.Products.Products.LoadProducts("Gatherer"); Gatherer.Bot.GathererSetting.CurrentSetting.ProfileName = "123.xml"; robotManager.Products.Products.ProductStart(); }).Start(); (your line 5 is bad)
-
WROBOT va-t-il passé sur officiel ?
Bonjour, Je suis désolé, mais WRobot ne sera pas compatible avec les serveurs officiels du jeu.
-
will this work in wotlk classic ? and how safe is it ?
Hello, no. You can found supported versions here https://wrobot.eu/supported-wow-versions/
-
down ?
Salut, Vérifie que tu as bien installé les logiciels requis (ils sont mentionnés dans le fichier "README.txt" qui se trouve dans le dossier du bot). Si ça n'a pas été fait entre-temps, essaye de redémarrer ton ordinateur, ça résout souvent des problèmes sans trop savoir pourquoi. Regarde si dans les fichiers logs (que tu peux trouver dans le dossier "Logs") il n'y a pas d'erreur. Vérifie que tu utilises bien un client Wow non modifié (télécharge le depuis un autre endroit que le site du serveur sur lequel tu joues).
-
When i start Wrobot i get a white screen box
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Disable baсkup production
Hello, I'll not add option for that. If you want I can write you plugin for remove these files.
-
Bugs / better movement in Battlegrounds
Hello, I will try to improve this during the week.
-
Looking for someone who can help create profile
Hi, look https://wrobot.eu/forums/topic/5938-grind-profile-creation-5-mins/
-
game version incorrect
Hello, Do you use one of these versions (with unmodified game client) : https://wrobot.eu/supported-wow-versions/
-
run plugin before engine starts
Hello, yes in quester fightclass is loaded before engine and plugins. You can't change that. If you want cancel totown task when it's running you can robotManager.Events.FiniteStateMachineEvents.OnRunningLoopState += (state, cancelable) => { if (state is ToTown) cancelable.Cancel = true; };
-
LongMoveGo
GoToTask methods are high-levels. They use the various methods of movement to make it easier to use.
-
LongMoveGo
Hello, These methods are to use to go to destination with flying mount when you haven't path to follow (bot will try to avoid obstacles).
-
Unstuck routine is a one-way ticket to bantown
I think the problem is here, you use unadapted profile. You can try to activate "radar 3d" (tab "map") to try to see where the bot try to go.
-
Unstuck routine is a one-way ticket to bantown
can you share full log file
-
Unstuck routine is a one-way ticket to bantown
Hello, it's strange. Are you sure that it's not a plugin or profile problem ? What product do you use ?
-
[wotlk][PARTY] Is there a way to pause all instances of Wrobot?
Hello, look this plugin