Everything posted by Droidz
-
Flight Issues and Wow.exe Detection
Hey, 1. I'll add option like that but rename only wow.exe file don't cause this problem (file is probably modified). 2. To avoid this problem you need to use "Flying" position. Bot is flying when he goes to "Flying" position. If it is not problem please share your log
-
someone help me with crash report.. please
Try to run bot with shortcut "WRobot (DX hook)" and/or "WRobot (No Lock Frame)"
-
Stop group of bots by Relogger
Hi, try for (int i = 0; i < Relogger.Classes.ReloggerGeneralSettings.CurrentSetting.Profiles.Count; i++) { var p = Relogger.Classes.ReloggerGeneralSettings.CurrentSetting.Profiles[i]; if (p.CurrentWowAccount.Server == "Server Name") { if (p.Status == Relogger.Classes.Status.Running) { if (p.ExistWowProcess()) { p.KillWowProcess(); robotManager.Helpful.Logging.Write(Name + ": Kill wow for " + p.Name); } if (p.ExistWRobotProcess()) { p.ExistWRobotProcess(); robotManager.Helpful.Logging.Write(Name + ": Kill Bot for " + p.Name); } p.Stop(); Thread.Sleep(Others.Random(5000, 10000)); } } } I added if (p.CurrentWowAccount.Server == "Server Name") Make one plugin by serveur
-
Can WRobot catch UNIT_SPELLCAST_SUCCEEDED with arguments?
It is strange, I don't understand what can happen. I will add logs in case of error in one of the calls wManager.Wow.Helpers.EventsLuaWithArgs.OnEventsLuaStringWithArgs += (eventid, args) => { Logging.WriteDebug("[EVENT] 1"); }; wManager.Wow.Helpers.EventsLuaWithArgs.OnEventsLuaStringWithArgs += (eventid, args) => { throw new Exception("eeee"); }; wManager.Wow.Helpers.EventsLuaWithArgs.OnEventsLuaStringWithArgs += (eventid, args) => { Logging.WriteDebug("[EVENT] 3"); }; 3 is never invoked at home. I hope that the logs will help to resolve problems like this.
-
Can WRobot catch UNIT_SPELLCAST_SUCCEEDED with arguments?
It is french client but this works for me. WBjxgEyiOk.mp4
-
soucis de grinder
Bonjour, vous essayer probablement d'utiliser un profil pour le bot "Quester" ou "Gatherer"
-
Can WRobot catch UNIT_SPELLCAST_SUCCEEDED with arguments?
Hey, I tested this code he works for me: wManager.Wow.Helpers.EventsLuaWithArgs.OnEventsLuaStringWithArgs += (eventid, args) => { if (eventid == "UNIT_SPELLCAST_SUCCEEDED") Logging.WriteDebug("[EVENT] " + args[0] + " > " + args[1]); }; It is not the case for you?
-
someone help me with crash report.. please
Hello, it is bot crash? you have try without plugin and with another fightclass?
-
Combat rotation bots for MOP private servers?
Hello, you can use trial version https://wrobot.eu/files/file/2-wrobot-official/ (use key "TRIAL") to test if WRobot works on your server
-
Le bot ne combat pas
Bonjour, Avez vous des addons Wow? si c'est le cas essayer de les désactiver. Si vous pouvez partager un fichier journal d'une des session où vous avez eu ce problème (vous pouvez le trouver dans le dossier "Logs")
-
wrobot crashes the game.
you have try to disable your wow addons?
-
Long move spam at one point of follow path
Hi, can you activate radar3d to check where bot try to go (if it is no underground)
- KEY
-
My program doesn't work.It runs for 5 minutes works no more
Hello, try without wow addons, try to download again wrobot, install it in new folder and run it without fightclass/settings (use automaton). Try also to run wrobot with shortcut "WRobot (DX hook)". If problem is not resolve try to download another wow client (don't forget to disable your antivirus)
-
doesn't buy consumables/food
Hello, try to remove the two empty items to buy. If problem is not resolved disable all plugins/fightclass and reactivate them 1 by 1 (to try to identify what is causing the problem)
-
wrobot crashes the game.
Hello, can you share your log files please (bot and relogger)
-
Delete items with no value
Hello, few wow addons can do that
-
what's this error? cant seem to figure it out!
Hi, it is the "Remote" option that can generate this error message, if this message appears from time to time it is okay.
-
Relogger crash at logging in
You have tested with WRobot for another wow version?
-
Relogger crash at logging in
Your framework version is updated?
-
Relogger crash at logging in
Hey, You have log file of the bot please
-
"My Macros" Tab not working?
What macro do you want run? you use xml fightclass?
-
"My Macros" Tab not working?
Hello, in wow settings you can assign a shortcut with an alphabetical keyboard key, try to do that to check if problem is caused by that
-
flying mount stuck
Hello, can you share the log file of the session please (you can found it in the folder "Logs"), you can also try with another profile (and activate radar3d tab "Map" to check where WRobot want to go)
- Mounting issues? Doesn't complete the mounting proceeds before it starts to run again!