-
Posts
12595 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, try plugin like (no tested): using System.ComponentModel; using robotManager.FiniteStateMachine; using robotManager.Helpful; using wManager.Wow.Bot.States; using wManager.Wow.Helpers; using Timer = robotManager.Helpful.Timer; public class Main : wManager.Plugin.IPlugin { public void Initialize() { var t = new Timer(5 * 5000); robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += delegate (Engine engine, State state, CancelEventArgs cancelable) { try { if (t.IsReady && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore && state.DisplayName == "To Town") { t.Reset(); // https://wowwiki.fandom.com/wiki/API_GetInventoryItemDurability if (!ToTown.ForceToTown && Lua.LuaDoString<double>( @"local current, maximum = GetInventoryItemDurability(16); if not maximum then return 1 end if not current then return 0; end return maximum / current;") < 0.1) { Logging.Write("Force go to town weapon broken"); ToTown.ForceToTown = true; } } } catch { } }; } public void Dispose() { } public void Settings() { } }
-
hello, wait next update
-
Hello, try plugin like: using robotManager.Helpful; using wManager.Plugin; using System.Windows.Forms; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : IPlugin { public void Initialize() {} public void Dispose() {} public void Settings() { sTemp.CreateHmpSetting(); } } class sTemp : Settings { public static void CreateHmpSetting() { var filePath = AdviserFilePathAndName("CustomPlugin-Master", ObjectManager.Me.Name + "." + Usefuls.RealmName); var fileContent = @"<?xml version=""1.0"" encoding=""utf-8""?> <PluginSettings xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema""> <TransactionId>123456789</TransactionId> <AutoEquipBlacklist> <int>7005</int> <int>7005</int> <int>7005</int> <int>7005</int> </AutoEquipBlacklist> <FirstAid>false</FirstAid> <TrainFirstAid>false</TrainFirstAid> <Food>false</Food> <Drink>false</Drink> <BlackListIds /> <Looting>false</Looting> <Skinning>false</Skinning> <TrainingLevels /> <TrainerBlacklist /> <EscapeElite>true</EscapeElite> <EscapePercentMana>0</EscapePercentMana> <EscapePercentManaEnemies>0</EscapePercentManaEnemies> <SmartPulls>false</SmartPulls> </PluginSettings>"; Others.WriteFile(filePath, fileContent); MessageBox.Show("HMP file created"); } } (change xml code for your settings)
-
Hello, by default WRobot don't support that
-
Can't Seem To Get A Timer To Function In My Plugin...
Droidz replied to Stresse's topic in Developers assistance
Hello, it is hard to help you, first problem for me is: while (Products.IsStarted && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { replace it by: while (Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { try to clean your code (remove unused part) and give more detail about your problem -
hello, by default when you create grinder profile you need to record loop path (end where you start). But you have option to tell than it is not loop but hotspots https://wrobot.eu/forums/topic/5938-grind-profile-creation-5-mins/
-
Wow version is incorrect
Droidz replied to maukor's topic in WRobot for Wow Mists of Pandaria - Help and support
Version "WRobot for Wow Mists of Pandaria (5.4.7.18019)" from updater (not old version) -
Wow version is incorrect
Droidz replied to maukor's topic in WRobot for Wow Mists of Pandaria - Help and support
But you probably use custom MoP client, if another bot work on it is is because it is bot for this custom version, WRobot works with default Wow.exe client -
Wow version is incorrect
Droidz replied to maukor's topic in WRobot for Wow Mists of Pandaria - Help and support
The version "WRobot for Wow Mists of Pandaria (5.4.7.18019)" -
Wow version is incorrect
Droidz replied to maukor's topic in WRobot for Wow Mists of Pandaria - Help and support
Can you share log, you have try second WR mop version? -
Wow version is incorrect
Droidz replied to maukor's topic in WRobot for Wow Mists of Pandaria - Help and support
Hello, try to download Wow client in another website -
Disable wow addons
-
Fight Classes don't work
Droidz replied to gothicle's topic in WRobot for Wow Wrath of the Lich King - Help and support
disable Wow addons and try again -
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/ ).
-
Key not working for version 7.3.5 26365
Droidz replied to liquidsnakeblue's topic in WRobot for Wow Legion - Help and support
Hello, try again -
You cannot minimize Wow window but you can open new window without problem (on full version, trial version force user to keep wow or wrobot window in foreground).
-
Fight Classes don't work
Droidz replied to gothicle's topic in WRobot for Wow Wrath of the Lich King - Help and support
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/ ). -
Hello, yes
-
hi, https://eu.battle.net/forums/en/wow/topic/9052907239 try code like Lua.LuaDoString<bool>("for i = 1, 4 do local b = _G['GroupLootFrame'..i] if b and b:IsVisible() then return true end end return false") When will you share your work with the community?
-
Hello, you can found upgrade invoice here: https://wrobot.eu/clients/orders/