Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Posts posted by TheSmokie

  1. To help-out you could also use lua to do the same thing with less lines of code

    public static string GetSpec()
        {
            string SpecName = @"    
            local highest_tab, highest = 0, 0;
            for i=1, 3 do 
            local name, _, points = GetTalentTabInfo(i);
            if points > highest then
                highest = points;
                highest_tab = i;
                highest_name = name
            end
            end
            return highest_name";
    
            return Lua.LuaDoString<string>(SpecName);
        }

     

  2. Many Useful Functions (Vanilla - WOTLK)

    RunCode (Action): 
    - Tool.LearningSpells("Name Of spell"); // Put in name of the spell you wish to buy.
    - Tool.Craft("profession", "RecipeName", 1); // This code will only work for Wrath of the lich king
    - Tool.RemoveItem(55); // Removes item by ID
    - Tool.UseItem(55); // Uses item by ID
    - Tool.AbandonQuest("Quest Name"); //Abandon Quest by Name
    - Tool.Sellitem("Item Name"); // sell item by name
    - Tool.Fish(new Vector3(1, 1, 1), new Vector3(1, 1, 1), 0, 75, 6562, 111); 
    - Tool.CheckUpdate(); // updates quester profiles from github.raw
    - Tool.SendItems("name", "note", new List<string> { "Super Healing Potion", });  // mail itemlist to another player 
    
    If statements : 
    - Tool.RecipeIsKnown("profession", "RecipeName") == true // check if you have this Recipe! If statement!
    - Tool.HasItem("itemname") <= 0
    - Tool.Faction("Name of the faction", 5) == true // add name of faction, and amount of rep you want to check aganst.  42999 is max rep.  
    - Tool.haveKey(KeyID) // checks if you have a key 

    Travel Functions added(Vanilla - WOTLK)

    Flight : 
    - Travel.Flight.ThunderBluffToOrgrimmar();
    - Travel.Flight.OrgrimmarToThunderBluff();

    Full code here: https://wrobot.eu/forums/topic/12034-toolboxvanilla-wotlk-many-useful-functions-custom-script/

  3. 58 minutes ago, hycena said:

    Do you have any tips for a new botter how to reduce the risk of getting banned? I'm currently running a paid profile 1-450 in mining and some free profiles, i use smooth movement and wall ratio 2.0. As i've learnt i shouldnt mail the gathered ores to my main account right? 

    1: paid doesn’t always mean best, I’m pretty sure every server has at least a copy of every paid product on here, make your own.

     

    2: i only bot max. 3-4 hours a day per account, think what a human would do, would a human farm for 19 hours a day? 
     

    3: always make dummy trading accounts, if your trying to move gold, make 10 dummy accounts and pass your gold threw each of them 3x toons each. Could just be me but this works.

     

    4: don’t bot during peak it’s better to have less online.

     

    5: always keep a eye on your bots

×
×
  • Create New...