Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. They banned one of my characters. How certain is it that the program is undetected? How do they detect if someone is using a bot?
  4. Yesterday
  5. 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.
  6. 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)
  7. 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)
  8. Last week
  9. Куплю профиль прокачки на рейт х100 - wowcircl Приоритетно Паладин, так как прокачка самая быстрая. ( классовые квесты ) Квесты на сдачу ткани и 58+ лвл. Дальше по классике.
  10. Auto shot, where i can put this command?
  11. Thank you very much for your support. Cheers
  12. It will work, because Wholesome taking Don't Sell List from basic setting Wrobot
  13. 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?
  14. 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 !!
  15. 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
  16. Earlier
  17. 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.
  18. Yes, I'm using Relogger for this. As I understand it, I have to use 1 Wrobot folder for 1 Wow client, right?
  19. 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.
  20. 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.
  21. 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?
  22. Yeah, sure. Here you are 18 мар 2025 06H18.log.html
  23. 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() { } }
  24. 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/
  25. Hello, wManager.Wow.ObjectManager.ObjectManager.Me.GetBuff("Buff name").TimeLeft https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.Wow.Class.Aura.htm
  26. 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/
  27. 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.
  1. Load more activity
×
×
  • Create New...