Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. To level I bot 5-8 hour per day. It just depends on if you stay safe.
  2. Any server it’s worth, on warmane I got 2 toons to 60 with no big problems.
  3. use this (tested) if (ItemsManager.GetItemCountByNameLUA("Bag name") >= 1) { Logging.Write("running"); wManager.Wow.Helpers.Lua.RunMacroText(/equip bagname); }
  4. i know this is gonna sound like a stupid question but can you give some advice or some help with my code i am working on for my quester? i am trying to black list all mobs in a area for 5 mins Thread Water = new Thread(() => { Logging.Write("[Water]: Water Search Initialized"); List<WoWUnit> attackers = ObjectManager.GetUnitAttackPlayer(); while (Conditions.ProductIsStarted || Conditions.ProductInPause) { var unit = ObjectManager.GetWoWUnitAttackables().Where(x => x.Position.DistanceTo(ObjectManager.Me.Position) <= 30); if (ObjectManager.Me.BreathTimerLeft <= 2000) { ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(unit.ToArray(WoWUnit), DateTime.Now + TimeSpan.FromMinutes(5)); wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP, 5000); } Thread.Sleep(12000); } Logging.Write("[Water]: Water Search Disposed"); }); Water.Start();
  5. This should work (Untested) if (!ObjectManager.Me.HaveBuff("Moonkin Form") && SpellManager.KnowSpell("Moonkin Form") && ObjectManager.Me.ManaPercentage >= 10) { SpellManager.CastSpellByNameLUA("Moonkin Form"); Usefuls.WaitIsCasting(); return; }
  6. My only problem with paid stuff is that no creator of profiles put work into making it ? afk. And people but it no matter what. Bambo once said to me “I’m only putting the minimal Amount of work need when I suggested adding code to go level in outlander / dalaran. I feel like only person that did everything for a profile was FNV. Everyone is using his code.
  7. Well droidz has a community manager , @BetterSister But bettersister isn’t around that often anymore.
  8. honestly? this thread has always been crap. it gains nothing to help wrobot, just wishful thinking.
  9. Idk if there is a limit but it could be to many injections at a single time. (Idk, just throwing the idea out there.)
  10. try this if (wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(4496) >= 1) { ItemsManager.UseItem(4496); Logging.Write("Use Item Small Brown Pouch"); }
  11. Past this into Dev tools > C# if (ItemsManager.GetItemCountByNameLUA("Small Brown Pouch") >= 1) { ItemsManager.UseItem("Small Brown Pouch"); Logging.Write("Small Brown Pouch Used ! "); } then please provide me with logs plz.
  12. Let me finish this game of LoL and I’ll check the code
  13. for the code up top all you have to do is add more bags like this if (wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(Bag ID) >= 1) { ItemsManager.UseItem(Bag ID); Logging.Write("Bag Name"); }
  14. Zygors : https://www.mediafire.com/file/20uyibyo2q6akbc/zygor_3.3.5.zip/file
  15. I don’t know if it counts but i am releasing a lot of leveling quester / random grinders that are very good also (no eta for tbc or vanilla) but I am gonna release a lot of free content for fun.
  16. No no no, buying cocaine and snorting it out of a hookers ass ?
  17. No fucking shit. Buying shit isn’t worth it.
×
×
  • Create New...