Jump to content

sith500

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by sith500

  1. Or: EventsLuaWithArgs.OnEventsLuaWithArgs += (LuaEventsId id, List<string> args) => { if (id == wManager.Wow.Enums.LuaEventsId.PLAYER_DEAD) { Lua.LuaDoString("StaticPopup1Button1:Click();"); robotManager.Products.Products.ProductRestart(); } };
  2. Use this: Interact.InteractGameObject(mobs.GetBaseAddress, false, false, true);
  3. @youthemannowdog Idiot, make your own profile. ONCE AGAIN, WROBOT API IS NO WORSE THAN HONORBUDDY! When will you be banned?
  4. @Smokie I am really amazed at these two. Wrobot has a high-quality community that helps each other, many great programmers sharing code snippets. There are no other bots similar to this, even Honorbuddy was only two versions: off and Cataclysm. Many have been making good money for a long time without even being a programmer. These two should be happy, not shout about how lazy and important they are.
  5. Two little girls who constantly whine. Stop creating idiotic topics.
  6. Man, calm down and go do the profiles yourself. These people who write "99% afk" can really have this percentage, I know this from my own experience. When I started botting, I had only 5 windows and my profiles worked 99% afk, but with an increase in their number to 50, I often had to do some manual actions. Just some errors rarely occur.
  7. If you need good code samples, try profiles from camelot10, matenia. They and many other people (including admin) also posted code on the forum
  8. Wrobot will not support classic servers from Blizzard. Aha-ha-ha, lol In fact, most Wrobot users have no problems with profiles. They either write them themselves or pay for an individual profile. Droidz has already created a wonderful API that allows people who do not own programming to create profiles.
  9. Why don't you write your own profiles? The api of this bot is no worse than Honorbuddy had.
  10. There were no other bots before the Cataclysm. The rest are pirate bots on which protection has not been updated. Wrobot only
  11. Druid. Cat form - fast farm dungeons.
  12. Regarding the renaming of Wrobot, can better use this program? https://www.bome.com/products/restorator
  13. @Droidz I tried to run it through RunCode (changing it a bit), but I don’t know how to turn off the event. Is it possible or only a plugin?
  14. This better var Object = ObjectManager.GetNearestWoWGameObject(ObjectManager.GetWoWGameObjectByEntry(1234)); // or var Object = ObjectManager.GetObjectWoWGameObject().Where(o => o.IsValid && o.Entry == 1234).OrderBy(o => o.GetDistance).FirstOrDefault(); if (GoToTask.ToPosition(new Vector3(1, 2, 3, "Flying"))) // replace "flying" with "None" to ground move { if (Object != null) { Interact.InteractGameObject(Object.GetBaseAddress); Usefuls.WaitIsCasting(); } } Recommend:
  15. If you continue the analogy, you do not need to buy the toppings, you can make it yourself being an excellent pastry chef. There are many such confectioners among us, they have done a lot for our ice cream
  16. Problem in your fight class. Contact the author if you can not fix it. I will try to fix it tomorrow.
  17. Russian proxy: 0.35 or 1$ https://5proxy.ru/ Good speed, I use it myself
  18. For those who use this code: if not _oldGetTime then _oldGetTime = GetTime; _randomTime = math.random(1000, 86400); function GetTime() return _oldGetTime() + _randomTime; end end your fight classes will not check the cooldown. Here is the code for fixing the problem (C Sharp Code): Lua.LuaDoString<int>("start, duration, enabled = GetSpellCooldown(43265); return start;") == 0 where "43265" - your spell id p.s. Thank you, @Droidz this is very helpful.
  19. You do understand that by law you can't get a refund, boy?
  20. A piece of shit, did you say something about the law?
×
×
  • Create New...