Jump to content
  • It dont work in wManager.Wow.Helpers.Bag.PickupContainerItem(0,1);


    stweily
    • Version: All Product: Automaton Type: Bug Status: Not a Bug

     

     wManager.Wow.Helpers.SpellManager.CastSpellByNameLUA("Feed Pet");
     wManager.Wow.Helpers.Bag.PickupContainerItem(0,1);

    This is the c# code  i think it work for me to feed my pet in the version of vanilla  ....why ???
         wManager.Wow.Helpers.SpellManager.CastSpellByNameLUA("Feed Pet");  => is ok.


           



    User Feedback

    Recommended Comments

    wManager.Wow.Helpers.SpellManager.CastSpellByNameLUA("Feed Pet");
    System.Threading.Thread.Sleep(1000);
    wManager.Wow.Helpers.Bag.PickupContainerItem(0, 1);

      No effect at all with that C# code!  I think about it is errot  in wManager.Wow.Helpers.Bag.PickupContainerItem(0, 1); 
    I am  sure the food that it is  correct meat in bag 0  and grid 1

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...