Everything posted by TheSmokie
-
Mage drinking??
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."); } }
-
What are the best profiles to buy?
Some quest change in tbc to wrath
-
What are the best profiles to buy?
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?
-
What are the best profiles to buy?
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.
- Mage drinking??
-
How safe is WRobot on private servers nowadays ?
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
-
How to intercept corpse-run?
You need to use the code you want inside the right after the stop and at the end use return;
-
How safe is WRobot on private servers nowadays ?
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.)
-
Cast spell without targeting.
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
-
[PAID] WHorde for Vanilla (1-60) – unauth | 441 quests
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!!!
-
How to intercept corpse-run?
You need to look for dead or run to body even and over ride it completely
-
Flying Mounts broken in TBC/WOTLK
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
-
What does the different products mean?
Products are grinder , quester automation etc. you get access to all of them.
-
Reason: Automatic Anti-Cheat Ban. - Silver hand
Sounds like wrobot is detected !
-
Reason: Automatic Anti-Cheat Ban. - Silver hand
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.
-
Reason: Automatic Anti-Cheat Ban. - Silver hand
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.
-
Reason: Automatic Anti-Cheat Ban. - Silver hand
I’m guessing this is lights hope?
-
Warmane Ban/Question
@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
-
Start for first step after hearthstone
You best bet would spend the 20€ and get @Matenia HMP plugin or make you’re self a plugin todo so.
-
Omegawow Experiences?
TheSmokie replied to Minikan1987's topic in WRobot for Wow Wrath of the Lich King - Help and supportBest bet is to test it you’re self with the free demo @Droidzprovides.
-
WOTLK Horde 13-60 questing profile by BetterSister
If people want and @BetterSisterapproves I’ll update this profile .
-
Quester GoToStep
I’d need a lot more detail to be able to help you.
-
Object ID Not found to interact with
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.
-
Custom Fight Classes
youve been gone for a long time. (No you do not know me but ive seen you're work.)
- Click On Terrain (Rightclick)