Everything posted by Droidz
-
Taxi
Hello, do you have try without game addons ?
-
Do I have him log in automatically after disconnection?
Hello, in battlenet put your game account name
-
How to monitor the global channel of information
Hello, you should use Wow lua event : https://wrobot.eu/byme/doc/html/E-wManager.Wow.Helpers.EventsLuaWithArgs.OnEventsLuaStringWithArgs.htm
-
[WOTLK]Wrobot is unable to recognize certain servers where the process is named "xxwow.exe"
Hello, Try renaming the file to 'Wow.exe'. But, I think the problem is because the server is using a modded version of the client, WRobot only works with the non-modified game client.
-
Relogger freezes client during login screen
I'm not home for 2 weeks, I'm watching this again when I get home. If you can just try with a new installation of WRobot (one relogger instance, even with a wow account that does not exist to see if the freeze this product from time to time or not).
-
Relogger freezes client during login screen
In relogger general settings, "wait after launch" option has correct value for your computer? Do you use the option "Lock when launch.... (only this relogger process)" ? If you launch only one instance you get also this probleme from time to time ? Do you have try to remove wow cache ?
-
Relogger freezes client during login screen
I can't reproduce the problem. I tried with one and several clients (several dozen times, maybe even a hundred). I start a profile (or several) and click on "Kill All" when all are in game. Are you sure it's not a wow addon that's causing the problem or a relogger configuration? Have you tried with a default wrobot (just installed with one of the relogger profiles)? Antivirus can also cause this problem. You get the problem all time at same moment of login screen ?
-
wrobot close wow plz help
Hello, These errors are most likely caused by the game being closed. Do you have the complete log file? Do you have this problem often or not? After how much time ?
-
Relogger freezes client during login screen
Hi, Without stop/start often you have this problem? If I stop/start manually can I reproduce this problem? When you stop the relogger do you close all instances (games/bot)?
-
Fade for impairing movements / use spell when player speed is reduced
Hello, To see how to detect, the idea would be to look at the characteristics of the character that WRobot can extract with and without impairing movements. To extract character info go to tab "Tools", click on the button "Dev... tools" and click on "all memory info". To check differences if you haven't application for that you can use website like https://www.diffchecker.com/text-compare/ If you don't found useful value, check Wow lua API.
- Force loot BOP items
- Force loot BOP items
-
How to use “MoveManager” in the state the soul
You need to wait after movementmanager usage : MovementManager.Go(PathFinder.FindPath(new Vector3(819.1201, 541.1679, 34.26245, "None")), false); while (MovementManager.InMovement && Conditions.InGameAndConnectedAndProductStartedNotInPause) { Thread.Sleep(100); } But, I don't think the quester executes this code from a runcode step when the character is dead.
-
How to use “MoveManager” in the state the soul
Hello, can you share the party of your code? You call it from where ? GoToTask by default doesn't work if your character is dead, but if you use movementmanager you shouldn't have this problem.
-
StopFight invalid,The thread has been blocked
https://wrobot.eu/bugtracker/how-to-stop-fighting-threads-in-quest-mode-r1513/?do=findComment&comment=6740&_rid=1
-
How to stop fighting threads In Quest mode
Hello, https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088&_rid=1
-
Targeting
Do you have try with the quest type "UseSpellOn" ?
-
Exorcism and Templar's Verdict wont cast on proc 4.3.4
Disable the option "Not spell, is C# code"
-
Exorcism and Templar's Verdict wont cast on proc 4.3.4
Hello, check if the buff id is good in your game version .
-
Targeting
Hello, that is managed by your fightclass. What fightclass do you user? Have you try another?
-
bot not able to click on stuff in windows
Hello, try to disable all of your Wow addons
-
looting doesn't work
https://wrobot.eu/forums/topic/15245-bot-not-able-to-click-on-stuff-in-windows/?do=findComment&comment=68501&_rid=1
-
bot not able to click on stuff in windows
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/ ).
-
5.4.8 Monk Fight Rotation Profile???
Hello, All the MOP fightclasses are here : https://wrobot.eu/files/category/58-fight-classes-mop/ But, you can also try the Legion fightclasses : https://wrobot.eu/files/category/14-monk-legion/
-
Help with Wrotation movement
Hello, In the WRotation options (Product settings) you have disabled the option 'Manage character movement'? In some cases the fightclass can also pose this type of problem (if it is not made to be used with WRotation).