Jump to content

Krazy8wowdude

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Krazy8wowdude

  1.  

    On 1/5/2018 at 4:01 AM, Matenia said:

    It works fine. Everytime the ToTown state is triggered AND it goes to a vendor that has food/drink, it will buy as many as you specified in the bot settings (at a maximum of 50).
    It will NOT go to town, if you are out food/drink. 

    There's a free plugin auto selects food/drink for you (you can edit the lists). You just have to make sure the only vendors in your profile actually sell these items too.

     

    Mind letting me know how to edit it? I need visual Studio, I can open the file.

     

    Where is says  this below

        private static readonly Dictionary<int, List<uint>> FoodDictionary = new Dictionary<int, List<uint>>
        {
            { 0, new List<uint>{ 117, 4540, 2070, 4604, 787 } }, // Haunch of Meat
            { 5, new List<uint>{ 117, 4540, 2070, 4604, 787 } }, // Haunch of Meat
            { 10, new List<uint>{ 2287, 4541, 414, 4605, 4592 } }, // Haunch of Meat
            { 20, new List<uint>{ 3770, 4542, 422, 4606, 4593 } }, // Mutton Chop
            { 25, new List<uint>{ 3771, 4544, 1707, 4607, 4594 } }, // Wild Hog Shank
            { 35, new List<uint>{ 4599, 4601, 3927, 4608, 6887 } }, // Cured Ham Steak
            { 45, new List<uint>{ 8952, 8950, 8932, 8948, 8957} }, // Roasted Quail
            { 61, new List<uint>{ 27854, 27855, 27856, 27857, 27858, 27859 } }, // Smoked Talbuk Venison -- make sure this is only used in TBC
            { 65, new List<uint>{ 29451, 29449, 29450, 29448, 29452, 29453 } }, // Clefthoof Ribs
            { 75, new List<uint>{ 35953 } }, // Mead Basted Caribouhl au
            { 85, new List<uint>{ 35953 } },
        };

     

    I need to incorporate the name of the food I want correct ?  Do i need to change the numbers as well ? 

     

    thanks

×
×
  • Create New...