Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Reputation Activity

  1. Thanks
    TheSmokie reacted to cyberpunk in C# Fightclass development - video tutorial   
    Great, thanks!
  2. Sad
    TheSmokie reacted to Energia in [SUNWELL] Insane detection system/incredibly active GMs?   
    Another suspension for my 73 lvl while beign offline.
  3. Like
    TheSmokie got a reaction from spacepancakes1337 in [Warmane] Wow.exe   
    Today while i re-download the wow client from there website, i found out there wow.exe is modified, i have some normal stuff java script i inject to help remove some stuff and it was causing a error saying "Wrong wow.exe" but once i download the Exe file from another server it works, kinda confused tbh. i do not know if it effects bot hooks but i thought it might be a good idea to let people know.
    unmod client : https://mega.nz/#F!qZZDEKSL!sgHakKcCNcuA7pXjxCOUGw
  4. Thanks
    TheSmokie reacted to krycess in Warrior Stances and Weapon Enhancements   
    these are mostly for my own reference but also for anyone who is looking to do the same things that I was trying to do.
    these properties and methods assist in swapping warrior stances and checking for weapon enhancements such as poisons/oils/shaman enhancements etcetcetc
    public static Task<bool> HasBattleStance => Task.FromResult(Lua.LuaDoString<int>("_,_,isActive,_ = GetShapeshiftFormInfo(1);", "isActive") == 1); public static Task CastBattleStanceAsync() { Lua.LuaDoString("CastSpellByName('Battle Stance')"); return Task.CompletedTask; } public static Task<bool> HasDefensiveStance => Task.FromResult(Lua.LuaDoString<int>("_,_,isActive,_ = GetShapeshiftFormInfo(2);", "isActive") == 1); public static Task CastDefensiveStanceAsync() { Lua.LuaDoString("CastSpellByName('Defensive Stance')"); return Task.CompletedTask; } public static Task<bool> HasBerserkerStance => Task.FromResult(Lua.LuaDoString<int>("_,_,isActive,_ = GetShapeshiftFormInfo(3);", "isActive") == 1); public static Task CastBerserkerStanceAsync() { Lua.LuaDoString("CastSpellByName('Berserker Stance')"); return Task.CompletedTask; } public static Task<bool> HasMainHandEnhancement => Task.FromResult(Lua.LuaDoString<int>("result = GetWeaponEnchantInfo()", "result") == 1); public static Task<bool> HasOffHandEnhancement => Task.FromResult(Lua.LuaDoString<int>("_, _, _, result = GetWeaponEnchantInfo()", "result") == 1);  
  5. Haha
    TheSmokie reacted to Zan in [SUNWELL] Insane detection system/incredibly active GMs?   
    How do you bot from first quest to lvl 50 using the trial edition?
  6. Thanks
    TheSmokie reacted to maukor in Paying for someones time. Want to create a simple profile..   
    Smokie is a good guy, didnt get pizza from him, but he helped me with fightclasses few months ago ; )
  7. Thanks
    TheSmokie reacted to eLucious in Paying for someones time. Want to create a simple profile..   
    You're a compulsive liar. Stay away from Smokie. 
  8. Thanks
  9. Thanks
    TheSmokie got a reaction from xboxfreak691 in Paying for someones time. Want to create a simple profile..   
    I’ll do it for free, I have nothing better to do, send me a DM with all the info.
  10. Like
    TheSmokie got a reaction from Garub in Sunder Armor   
    Hello, 
    Try this, it should work. put into your fightclass editor and enable C# code.
    if (Target.HaveBuff("Sunder Armor") && Player.RagePercentage >= 30 && Target.BuffStack("Sunder armor") <= 4 && Target.HealthPercent >= 30 && SpellManager.KnowSpell("Sunder Armor")) { SpellManager.CastSpellByNameLUA("Sunder Armor"); Thread.Sleep(150); }  
  11. Like
    TheSmokie reacted to Ordush in WROBOT - Code in Easy Quest Editor   
    Just search for whatever you need, then you can see the variable, you define that as true/false (If it's bool)
    example: wManager.wManagerSetting.FlightMasterTaxiUse = false
  12. Haha
    TheSmokie reacted to Energia in In-game mailing not working anymore   
    Hello,
    After 2 months of using wrobot on many different servers, fightclasses, grinders and questers I saw that the mail when "to town" was bugged for me (only on 2 servers). Bot is running to town, selling all the stuff for sale to a vendor and completely ignores the mail option.
    In wrobot settings I have mail function enabled with the right nickname selected for the character to be sent to and many items in "force mail" list like leathers from skinning etc. 
    I don't get it, why the bot is doing that ? Now I need to send all the stuff manually every time which pisses me off ?
    EDIT: I found a solution. It was because of HMP with "automatically choose vendor / repair" function enabled. After I disabled this everything work's well.
  13. Like
    TheSmokie got a reaction from clovanzo in Attacking creatures at 40-50% HP   
    these settings are in advanced settings > Food/Drink.
  14. Haha
    TheSmokie got a reaction from Bambo in Wrobot not recognising my licence   
    Please contact our customer support.
  15. Haha
    TheSmokie got a reaction from Bambo in Sick of buying garbage profiles   
    Would be  interest to see the  Conversation between you two .
  16. Like
    TheSmokie got a reaction from Kamogli in [release] simple log format   
    Hello, 
    i got the idea from someone else and thought it would be a good idea to release the source code for people who wish to log there fightclass / plugins to be able to help find bugs faster and help people fix problems with there product. enjoy 
    Class.cs
    using System; using System.IO; using robotManager.Helpful; public class Main : wManager.Plugin.IPlugin { public void Initialize() { Log("Hello, welcome to pornhub."); } public void Dispose() { } public void Settings() { } private void Log(String lines) { System.IO.Directory.CreateDirectory(@"Plugins\FileName\logs\"); string logpath = Path.Combine(Environment.CurrentDirectory, @"Plugins\FileName\logs\", "Logger" + DateTime.Now + ".txt"); try { System.IO.StreamWriter file = new System.IO.StreamWriter(logpath, true); file.WriteLine(lines + "\n"); file.Close(); } catch (Exception e) { Logging.Write("[Logger] Error logging" + e); } } }  
     
  17. Like
    TheSmokie reacted to sith500 in Sick of buying garbage profiles   
    @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.
  18. Like
    TheSmokie got a reaction from sith500 in Sick of buying garbage profiles   
    This hole thread turned into a pissing contest now. I’m shocked @BetterSister or @Droidz haven’t locked this thread yet.
  19. Like
    TheSmokie got a reaction from sith500 in Sick of buying garbage profiles   
    Then research the quest editor and put in them 294 quests, problem solved 
  20. Haha
    TheSmokie got a reaction from sith500 in Sick of buying garbage profiles   
    If you’re willing to pay, I think @Mateniawill do it for 50-74$ per hour * 400 + hours. 
  21. Sad
    TheSmokie reacted to Talamin in Bot fly under water   
    Had this problem too. 
  22. Haha
    TheSmokie reacted to Ordush in Sick of buying garbage profiles   
    I love your generalization as well. Very clever! ?
  23. Like
    TheSmokie reacted to Droidz in Snippets codes for quest profiles   
    Snippets codes for quest profiles
     
    ps: Feel free to share your tips on this post. If your message is poorly presented or contains a question, it will be deleted.
  24. Like
    TheSmokie got a reaction from tonycali in 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.
  25. Haha
    TheSmokie got a reaction from CocoChanel in Sick of buying garbage profiles   
    No fucking shit. Buying shit isn’t worth it.
×
×
  • Create New...