All Activity
- Past hour
-
Cabotron joined the community
- Today
-
Endotox started following How does Warmane detect if you are using a bot?
-
H_a_n_a_b_i joined the community
-
Dartrooper joined the community
-
rossinx joined the community
-
frostvoid joined the community
- Yesterday
-
Using Wrobot on Whitemane Server Cataclysm realm
homeslice replied to jekostinco's topic in General discussion
Also wondering this. -
Botting private, Playing Wow Classic official in same time
homeslice replied to aweanka's topic in General discussion
This is how I got banned from my retail WoW account. I ran wrobot on a private server that morning, and left wrobot running. The private server client wasn't even running anymore, but wrobot was still up. got banned within seconds of logging in. -
Lulor025 joined the community
-
vulgosamuka joined the community
-
maznev started following Interrupt PVP Earth Shock and Interrupt PVP Earth Shock
-
I need an interrupt script for my resto shaman. Something simple like interrupting a set target focus with Earth Shock. I tried some things but couldn't get anything to work. If anyone can help or give some guidance I would be grateful. Also, what profile should I then load into Wrobot itself? I also ask ChatGTP for lua but dont think this is correct if some u guys can check it for me rly quick ! local interruptSpells = { ["Healing Touch"] = true, ["Tranquility"] = true, ["Regrowth"] = true, ["Cyclone"] = true, ["Frostbolt"] = true, ["Polymorph"] = true, ["Howl of Terror"] = true, ["Fear"] = true, ["Drain Life"] = true, ["Holy Light"] = true, ["Flash of Light"] = true, ["Greater Heal"] = true, ["Flash Heal"] = true, ["Mind Blast"] = true, ["Smite"] = true, ["Lesser Healing Wave"] = true } local frame = CreateFrame("Frame") frame:SetScript("OnUpdate", function() local name, _, _, startTimeMS, endTimeMS, _, _, notInterruptible = UnitCastingInfo("focus") if name and interruptSpells[name] and not notInterruptible then local currentTime = GetTime() * 1000 local castProgress = (currentTime - startTimeMS) / (endTimeMS - startTimeMS) * 100 if castProgress >= 5 and castProgress <= 10 then CastSpellByName("Earth Shock", "focus") print("Interrupted " .. name .. " with Earth Shock at " .. math.floor(castProgress) .. "% cast progress.") end end end)
-
I need an interrupt script for my resto shaman. Something simple like interrupting a set target focus with Earth Shock. I tried some things but couldn't get anything to work. If anyone can help or give some guidance I would be grateful. Also, what profile should I then load into Wrobot itself? I also ask ChatGTP for lua but dont think this is correct if some u guys can check it for me rly quick ! local interruptSpells = { ["Healing Touch"] = true, ["Tranquility"] = true, ["Regrowth"] = true, ["Cyclone"] = true, ["Frostbolt"] = true, ["Polymorph"] = true, ["Howl of Terror"] = true, ["Fear"] = true, ["Drain Life"] = true, ["Holy Light"] = true, ["Flash of Light"] = true, ["Greater Heal"] = true, ["Flash Heal"] = true, ["Mind Blast"] = true, ["Smite"] = true, ["Lesser Healing Wave"] = true } local frame = CreateFrame("Frame") frame:SetScript("OnUpdate", function() local name, _, _, startTimeMS, endTimeMS, _, _, notInterruptible = UnitCastingInfo("focus") if name and interruptSpells[name] and not notInterruptible then local currentTime = GetTime() * 1000 local castProgress = (currentTime - startTimeMS) / (endTimeMS - startTimeMS) * 100 if castProgress >= 5 and castProgress <= 10 then CastSpellByName("Earth Shock", "focus") print("Interrupted " .. name .. " with Earth Shock at " .. math.floor(castProgress) .. "% cast progress.") end end end)
- Last week
-
kurtivan223 started following Talamin
-
Tungus started following Куплю профиль прокачки на рейт х100 - wowcirce
-
Куплю профиль прокачки на рейт х100 - wowcircl Приоритетно Паладин, так как прокачка самая быстрая. ( классовые квесты ) Квесты на сдачу ткани и 58+ лвл. Дальше по классике.
-
Auto shot, where i can put this command?
-
Mailing Items Blacklist
Lexius replied to Lexius's topic in WRobot for Wow Wrath of the Lich King - Help and support
Thank you very much for your support. Cheers -
Mailing Items Blacklist
gornov.12345 replied to Lexius's topic in WRobot for Wow Wrath of the Lich King - Help and support
It will work, because Wholesome taking Don't Sell List from basic setting Wrobot -
Mailing Items Blacklist
Lexius replied to Lexius's topic in WRobot for Wow Wrath of the Lich King - Help and support
Thank you so much for your answer, I'll try this. One last question, Since I'm using Wholesome plugin for inventory management (also selling) do you think there will be some conflicts with that or it will integrate well? -
help new player here, so what VERSION i selcet for playing StromforgeLauncher, i playing patch for netherwing TBC server, but wRobot say " game version incorrect", pls HELP !!
-
WRobot Fishing Mode Gathering Instead of Fishing (Sirus Project)
GiacomoC replied to GiacomoC's topic in Fisherbot assistance
Now everything worked fine! thx -
Hello, I'm having an issue with WRobot on the Sirus project. I set it to fishing mode, but instead of fishing, it starts gathering resources (mining in this case). Here are the logs: 20:16:21 - [Milling] Loaded 20:16:23 - [SpellManager] Initializing SpellBook - (Wait few seconds) 20:16:23 - [SpellManager] Initialize SpellBook Finished (80 spells found) 20:16:23 - [SpellManager] Please wait, loading spellbook... 20:16:23 - [SpellManager] Spellbook loaded. 20:16:26 - [Milling] Closed 20:16:26 - [Fisher] Loaded 20:17:13 - [FightClass] No Fight Class selected 20:17:13 - [Fisher] Started 20:17:13 - [Farming] Farm Copper Vein > -9401.4 ; 422.391 ; 37.7848 ; "None" 20:17:28 - [Farming] Farm successful 20:17:28 - [Farming] Farm Copper Vein > -9471.69 ; 560.812 ; 58.0184 ; "None" 20:17:40 - [Fisher] Stopped 20:17:40 - Session statistics: Elapsed time: 00h:00m:26s XP/HR: 0 - 0 min Kills: 0 (0/hr) Deaths: 0 (0/hr) Stucks: 0 (0/hr) Farms: 1 (138/hr) Loots: 0 (0/hr) Money/HR: 0 G 00 S 00 C (0 G 00 S 00 C) 20:17:54 - [Fisher] Stopped
- Earlier
-
If you use the "Relogger" you can try to schedule a bot restart every X hours. You can try on a bot to separate its folder (1 wrobot folder for 1 wow) to see if it solves the problem.
-
unrankedx reacted to a post in a topic: WRobot didnt loot Vanilla
-
Yes, I'm using Relogger for this. As I understand it, I have to use 1 Wrobot folder for 1 Wow client, right?
-
Do you use Relogger? If yes, try to restart bot/game more frequently (like every 6h). Or use one WRobot folder per game, but that requires much more work for maintenance.
-
I’m running bots on 3 PCs, and each of them has enough RAM and space on the C drive. It doesn’t depend on that. I thought the same, so I expanded the disk space, upgraded the RAM, and added a new SSD — no difference. I also reinstalled .NET, but that didn’t help either. The strange thing is that everything works fine when running 1-10 bots, but when the total reaches 30-40 simultaneously, after a long period of operation, .dll errors start appearing.
-
Hello, Do you have enough free space on your "C:" drive? Try installing/reinstalling the latest version of the .NET Framework: https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net481-web-installer Do you have this issue with other profiles/fightclasses?
-
Botting private, Playing Wow Classic official in same time
aweanka replied to aweanka's topic in General discussion
Okay, thanks for it. -
Yeah, sure. Here you are 18 мар 2025 06H18.log.html
-
Mailing Items Blacklist
Droidz replied to Lexius's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, To try to fix this, I made a plugin that manages the "Do Not Sell" list automatically. Instead of loading a huge list, the plugin updates the "Do Not Sell" list based on what’s actually in your bag. Edit the _doNotSellList list in the C# to include the items you don’t want to sell : using System.Collections.Generic; using System.Linq; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { private List<string> _doNotSellList = new List<string> { "item name to not sell 1", "item name to not sell 2", "item name to not sell 3", }; public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancel) => { if (state is wManager.Wow.Bot.States.ToTown) { var bagItems = Bag.GetBagItem().Where(i => !string.IsNullOrWhiteSpace(i.Name)).Select(i => i.Name).ToList(); wManager.wManagerSetting.CurrentSetting.DoNotSellList.Clear(); foreach (var itemNameToNotSell in _doNotSellList) { if (bagItems.Contains(itemNameToNotSell)) { wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(itemNameToNotSell); } } } }; } public void Dispose() { } public void Settings() { } } -
Bot does not target mobs
Droidz replied to Gobick's topic in WRobot for Wow The Burning Crusade - Help and support
Hello, Could you please share the full log file of the session where you encountered the issue? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ -
How can I find the time remaining on a buff/debuff?
Droidz replied to s7itch3s's topic in WRotation assistance
Hello, wManager.Wow.ObjectManager.ObjectManager.Me.GetBuff("Buff name").TimeLeft https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.Wow.Class.Aura.htm -
Hello, Could you please share the full log file of the session where you encountered the issue? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
-
Botting private, Playing Wow Classic official in same time
Droidz replied to aweanka's topic in General discussion
Hello, I don’t recommend it. I’m not sure if it’s still the case, but a few years ago, it could lead to a ban.