Everything posted by Droidz
-
Decurse cursed raid members with Fight Class Editor
Hello, In dev tools (tab "Tools") use button "Target info" when unit is cursed and when is not cursed (and use kdiff or website like http://www.mergely.com/editor to check what change)
-
...
You have try to activate/deisable "use lua to move" in advanced general settings? If that's not it I don't know
-
...
it is key "space" to jump? try to increment you min latency in advanced general settings.
-
...
you have try to don't use figthclass?
-
...
You have try with another mount?
-
...
In fly mount name you use Tawny Windrider I think you want use: Tawny Wind Rider
-
How to prevent AFK when botting?
Hello, install required softwares: https://wrobot.eu/files/file/2-wrobot-official/ If problem is not resolved in advanced general settings use option "Use lua to move"
-
...
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/ ).
-
wrobot changes my keybindings and settings
hello, WRobot changes some Wow options, but if you close WRobot correctly normally it will reset your settings. You can also close Wow close window button (not from wow menu), when close wow like that he don't save change
-
Endless TBC Mining
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/ ) (if you can also record video).
- Wrobot crashes all the time
-
npc database
Hello, where your add npc vendor/repair/mailbox
-
Cant get bot to eat
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/ ).
- Wrobot crashes all the time
-
Bot ignores blacklisted zones.
Hello, can you share screenshot of map (wrobot tab "Map" where I can see blacklisted zones, you can also activate radar 3d to check if zone is correct). If you use wrobot plugin try to disable all
-
Game version incorrect
try to download Wow client in another website, log seems good
-
Advanced Settings Window Resizing
Hello, you can also do step 14: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
-
Game version incorrect
Hello, install required programs: https://wrobot.eu/files/file/2-wrobot-official/ If your problem is not resolved, share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Future of wrobot?
Honestly, I find it rather functional and clear. It would take a little cleaning (delete the old topics, move the posts in the right categories ...). In downloads it's less intuitive, but I don't know how to do it better (it's complicated compared to the number of versions of Wow supported, knowing that certain files can work on several versions). But if you have ideas or examples to show me don't hesitate. There's a lot more in Fightclass than DPS. But why not make a topic with the tests of all fightclasses (with a good test protocol) (but I won't do it). That I agree, it lacks a good tutorial.
-
Faster target > attack reaction ?
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/ ).
-
Change Current settings!
I think it is because you don't check if quest is completed (already turnin): && !Quest.GetQuestCompleted(12706)
-
Vehicle options
No release date sorry
-
Change Current settings!
Hello, Run code: wManager.wManagerSetting.CurrentSetting.DetectEvadingMob = true; wManager.wManagerSetting.CurrentSetting.CloseAfterXBlockagesActive = false; wManager.wManagerSetting.CurrentSetting.MountDistance = 5; Try to run it in separed thread: public class LoadPlugins { public static void Allplugins() { new System.Threading.Thread(o => { foreach (var p in wManager.wManagerSetting.CurrentSetting.PluginsSettings) { if (p.FileName == "BetterTalents.dll") p.Actif = true; if (p.FileName == "Death knight Item Manager.dll") p.Actif = true; } wManager.Plugin.PluginsManager.DisposeAllPlugins(); wManager.Plugin.PluginsManager.LoadAllPlugins(); }).Start(); } }
-
Future of wrobot?
Hello, I don't have any big change planned, but I plan to continue to improve it (with the release of Classic we lost a lot of people, but since a few weeks the forum seems to come back to life, it's nice).
-
Quest Order Editor + Quest Editor - Arrows to move quests up/down in list
You need to wait again next update