Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Yesterday
  3. Hello, Is there a plugin or some line of code wich can be used to auto train professions once capped and maybe simultaneously blacklist the grey nodes? Thanks
  4. Last week
    5/5 can't say more, can't say less :)
  5. Awesome tool, great work!
  6. @Droidz Actully, in the titile my question. Can Wrobot see people, who sitting in insivibility?
  7. привет всем, похоже история повторяется:) не могу подключиться
  8. 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?
  9. 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.
  10. 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)
  11. 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)
  12. Earlier
  13. Куплю профиль прокачки на рейт х100 - wowcircl Приоритетно Паладин, так как прокачка самая быстрая. ( классовые квесты ) Квесты на сдачу ткани и 58+ лвл. Дальше по классике.
  14. Auto shot, where i can put this command?
  15. Thank you very much for your support. Cheers
  16. It will work, because Wholesome taking Don't Sell List from basic setting Wrobot
  17. 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?
  18. 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 !!
  19. 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
  20. 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.
  21. Yes, I'm using Relogger for this. As I understand it, I have to use 1 Wrobot folder for 1 Wow client, right?
  22. 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.
  23. 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.
  24. 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?
  1. Load more activity
×
×
  • Create New...