Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

File Reviews posted by TheSmokie

  1. Log spam | little fix.

    using System;
    using System.Collections.Generic;
    using System.Threading;
    using robotManager.Helpful;
    using wManager.Plugin;
    using wManager.Wow.ObjectManager;
    using robotManager.Products;
    
    public class Main : IPlugin
    {
        private bool _isLaunched;
        public static List<uint> Level = new List<uint> { 2, 4, 6, 8, 10, 14, 16, 20, 26, 30, 36, 40, 46, 50, 52, 54, 56, 58, 60 };
    
        public void Initialize()
        {
            Logging.Write("[Vanilla Train Level] Started.");
            _isLaunched = true;
            if (_isLaunched)
            {
                try
                {
                    if (Products.IsStarted && !Products.InPause)
                    {
                        wManager.wManagerSetting.CurrentSetting.TrainNewSkills = Level.Contains(ObjectManager.Me.Level);
                    }
                }
                catch (Exception e)
                {
                    Logging.WriteError("[Vanilla Train Level]: " + e);
                }
                Thread.Sleep(550);
            }
        }
    
        public void Dispose()
        {
            _isLaunched = false;
            Logging.Write("[Vanilla Train Level]: Stoped.");
        }
    
        public void Settings()
        {
            Logging.Write("[Vanilla Train Level]: No setting.");
        }
    }

     

  2. Hello,

    i bought this fightclass a few days ago and so far i am level 36 using a private profile of mine and the always staying in Stealth helps not get banned and not having to deal with alliance attacking me over all. yes being in Stealth makes the toon slow but over all no one can see me unless they target me. id recommend this to anyone who wants to level a rogue without problems.

  3. Hi, 

    ive been using this copy for a few weeks that was given to my by the Creator to test his Horde quest, so far it learns and does everything its intending to do, i was able to get skinning to 300 with in a day or two and it lets me go to work and come back to REAL progress. i would recommend this Plugin for anyone that is wanting to train and do you're proffs without needing to baby sit you're computer. ?flight code also works better then wrobot flying code (no disrespect to wrobot) it runs without question but i did find a small problem with buying amo a long time ago but was fix fast without me needing to tell the DEV. and on his discord i see a lot of bug fixes over time. i do recommend this plugin to all, Thanks for a great product. ?

  4. Hello everyone,

    @Matenia Gave me the pleasure of testing his Warlock fightclass for my quester profile, and i gotta say. it is by far one of the best fightclasses for wrath around. it handles muti hostle units like a boss. from 1 - 60 i barely seen much death on my toon. but there was a problem that he fix with in a single hour, it was regen crash but over all it was very good. im glad he let me test with it, and would recommend it to anyone who wants to level on wrath. Good Job.

     

     

    update : there was a problem with the LUA deleteing shards script in the profile causing DC, matenia was able to fix it under a hour (once we’ve found the problem that we search for for a week or two.)

    very nice work.

×
×
  • Create New...