Everything posted by TheSmokie
-
Is this worth buying for warmane?
To level I bot 5-8 hour per day. It just depends on if you stay safe.
-
Is this worth buying for warmane?
Any server it’s worth, on warmane I got 2 toons to 60 with no big problems.
-
looking for plugin for put looted bags in empty slots
use this (tested) if (ItemsManager.GetItemCountByNameLUA("Bag name") >= 1) { Logging.Write("running"); wManager.Wow.Helpers.Lua.RunMacroText(/equip bagname); }
-
Code doesnt stop fighting complete.
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();
-
Boomkin - Non C# Moonkin form help
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; }
-
Sick of buying garbage profiles
Not shots, #facts!
-
Sick of buying garbage profiles
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.
-
Sick of buying garbage profiles
Well droidz has a community manager , @BetterSister But bettersister isn’t around that often anymore.
-
Sick of buying garbage profiles
honestly? this thread has always been crap. it gains nothing to help wrobot, just wishful thinking.
-
What can cause this error?
Idk if there is a limit but it could be to many injections at a single time. (Idk, just throwing the idea out there.)
-
looking for plugin for put looted bags in empty slots
Might be the server
-
looking for plugin for put looted bags in empty slots
try this if (wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(4496) >= 1) { ItemsManager.UseItem(4496); Logging.Write("Use Item Small Brown Pouch"); }
-
looking for plugin for put looted bags in empty slots
what patch you playing?
-
looking for plugin for put looted bags in empty slots
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.
-
looking for plugin for put looted bags in empty slots
what bag are you trying to put on?
-
[PAID] – WWarrior for Vanilla (1-60)
Sounds promising
-
looking for plugin for put looted bags in empty slots
bags.cs This should work (untested)
-
looking for plugin for put looted bags in empty slots
Nothings wrong with it.
-
looking for plugin for put looted bags in empty slots
Let me finish this game of LoL and I’ll check the code
-
looking for plugin for put looted bags in empty slots
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"); }
-
looking for plugin for put looted bags in empty slots
- [Free] Bloody - A Blood DK Routine
- 4 comments
- 2 reviews
- Sick of buying garbage profiles
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.- Sick of buying garbage profiles
No no no, buying cocaine and snorting it out of a hookers ass ?- Sick of buying garbage profiles
No fucking shit. Buying shit isn’t worth it. - [Free] Bloody - A Blood DK Routine