Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. if (p.HealthPercent <= 90 && !p.HaveBuff("Wild Growth") && Wild.KnownSpell && Wild.IsSpellUsable) { if (p.HealthPercent >= 1) { SpellManager.CastSpellByNameOn("Wild Growth", p.Name); Usefuls.WaitIsCasting(); } } Updated code that i made for someone.
  2. sorry for the delay but try and use this. it should work (not TESTED) using System.Threading; using wManager.Wow.Helpers; using wManager.Plugin; using robotManager.Helpful; using wManager.Wow.ObjectManager; using robotManager.FiniteStateMachine; using robotManager.Events; using System.ComponentModel; public class Main : IPlugin { private bool Loading; public void Initialize() { Loading = true; FiniteStateMachineEvents.OnRunState += Regen; } public void Regen(Engine engine, State state, CancelEventArgs cancelable) { if (state.DisplayName == "Regen" && state.NeedToRun && !ObjectManager.Me.InCombat) { if (ItemsManager.HasItemById(FoodID) <= 1 && ObjectManager.Me.HealthPercent <= %) { ItemsManager.UseItem("FoodName"); if (ObjectManager.Me.ManaPercentage <= % && ItemsManager.HasItemById(DrinkID)) { ItemsManager.UseItem("DrinkName"); } Thread.Sleep(30000); while (ObjectManager.Me.HaveBuff("Food") || ObjectManager.Me.HaveBuff("Drink")) { Thread.Sleep(5000); } } } } public void Dispose() { Loading = false; } public void Settings() { Logging.Write("Plugin has no Settings."); } }
  3. Most healing classes made in fight editer don’t work all to well, you’ll need to use a form of c# to make it work 100% yes it takes time but would you rather bot while safe or not and get banned?
  4. Hello, for fight class @ordush is right, it easy to make a fightclass but depends on the conditions. for a quester / grinder I’ve learned from personal project that making you’re own is the best bet. It far easy to easy for gms to see if you’re botting using a public profile. If you need anymore help on how to make a profile or fightclass, don’t be afraid to ask.
  5. From what I heard. Lights hope detects bots, and warmane doesn’t detect you but has a big enuf player base to have players report you
  6. You need to use the code you want inside the right after the stop and at the end use return;
  7. Hello, id need more info on what server you plan to play on. ( you can also use free trial to see if wrobot is detected or not.)
  8. Hello , I know this post is somewhat old but i wanted to give a little update on how to go around needing to use Lua, I don't use a lot of lua because its a 80 Ms to inject into the wow client. this method works on Wotlk and able to help heal self and or players. SpellManager.CastSpellByNameOn("Rejuvenation", p.Name); or SpellManager.CastSpellByNameOn("Rejuvenation","PlayerName"); or SpellManager.CastSpellByNameOn("Rejuvenation", ObjectManager.Me.Name); Really any code with a name string will work
    Hello, i have been using this quester on my orc hunter , I got to 60 in no time at all. I enjoy all the custom code that was input in this quester to help make my life easy and not have to baby sit it at all. Completely AFK Able!! thank you for making such a good product!!!
  9. You need to look for dead or run to body even and over ride it completely
  10. There might be a way to use space bar to fly up if you get to a amount of feet close to the ground. I’ve been thinking about adding it to my person / private group channel but you’d have to hard code each and every state into the flying to make sure you don’t fly over a quest mob or fly over a herb. Idk if it’s worth putting my time into it if it only happens to a few people
  11. Products are grinder , quester automation etc. you get access to all of them.
  12. This doesn’t sound like they are scanning programs on you’re pc unless you are using a custom client. With modified files to scan for wrobot. So changing the name could be pointless tbh.
  13. Sounds like they are improving warden a lot. I wondering why tbh. Classic coming out so maybe they are gonna try to sell the warden to blizzard or another private server As a last type of income or they plan on keeping classic going on there servers for people who don’t wanna pay blizzard. I am wondering tbh. This is weird for a private server to put this much work for nothing.
  14. @artur.k Hello Botting on warmane mainly contain of how many hours you wish to bot. If you dont wanna get banned set relogger to bot for 3 - 4 MAX (i've done it this way) then stop for at least 5 hour time period. I've found its the best to bot slowly instead of fast. Fast >= Ban Slow <= safe
  15. You best bet would spend the 20€ and get @Matenia HMP plugin or make you’re self a plugin todo so.
  16. Best bet is to test it you’re self with the free demo @Droidzprovides.
  17. If people want and @BetterSisterapproves I’ll update this profile .
  18. I’d need a lot more detail to be able to help you.
  19. Hello, Andoido Has some problems, it need a lot more conditions but over all it will work but if you're gonna write code to interact with a quest giver its a good idea to hard code it. hard coding it is the only way to make it sure it runs 100% of the time. You're code is very close to mine but you're is missing a movetopostion to get the quest or item. mine does everything with no problems.
  20. youve been gone for a long time. (No you do not know me but ive seen you're work.)
×
×
  • Create New...