Jump to content

stweily

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by stweily

  1. I will write some code to do something with C# , but i dont know how to pick up the gameobject, for ex: i am in the correct position and i want to pick the GameObject ->Large Mithril Bound Chest.
  2. I will write some code to do something with C# , but i dont know how to pick up the gameobject, for ex: i am in the correct position and i want to pick the GameObject ->Large Mithril Bound Chest.
  3. 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
  4. 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.
  5. hello, The whole diary is too much, which is part of it. [D] 22:34:24 - [Spell] (Id found: 20218, Name found: , NameInGame found: , Know = False, IsSpellUsable = False, IsInActionBar = False (required to check if IsSpelUsable))) [D] 22:34:24 - [Spell] (Id found: 19740, Name found: , NameInGame found: , Know = False, IsSpellUsable = False, IsInActionBar = False (required to check if IsSpelUsable))) [D] 22:34:24 - [Spell] (Id found: 17281, Name found: , NameInGame found: , Know = False, IsSpellUsable = False, IsInActionBar = False (required to check if IsSpelUsable))) [D] 22:34:24 - [Spell] (Id found: 20271, Name found: , NameInGame found: , Know = False, IsSpellUsable = False, IsInActionBar = False (required to check if IsSpelUsable))) [D] 22:34:24 - [Spell] (Id found: 20154, Name found: , NameInGame found: , Know = False, IsSpellUsable = False, IsInActionBar = False (required to check if IsSpelUsable))) [D] 22:34:24 - [Spell] (Id found: 635, Name found: , NameInGame found: , Know = False, IsSpellUsable = False, IsInActionBar = False (required to check if IsSpelUsable))) [D] 22:34:24 - [Spell] (Id found: 26574, Name found: , NameInGame found: , Know = False, IsSpellUsable = False, IsInActionBar = False (required to check if IsSpelUsable))) [D] 22:34:24 - [Spell] (Id found: 633, Name found: , NameInGame found: , Know = False, IsSpellUsable = False, IsInActionBar = False (required to check if IsSpelUsable)))
  6. Why does spell.Launch () have no effect on the WOW Chinese client on Version 1.12? The WR dnot work on the WOW of Chinese client in Version 1.12?
×
×
  • Create New...