June 8, 20178 yr I have been running a code like this - wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(5088) == 1; And have been working great in vanilla, any idea why it dosen't work in TBC ? @Droidz ?
June 8, 20178 yr Author Running it like that. Also tested: wManager.Wow.Helpers.ItemsManager.GetItemCountByNameLUA(Boiled Blood) == 12; wManager.Wow.Helpers.ItemsManager.GetItemCountByName(Boiled Blood) == 12; wManager.Wow.Helpers.ItemsManager.GetItemCountById(30430) == 12; Yea checked the name with the helper tool
June 8, 20178 yr When you use name, you need to use ": wManager.Wow.Helpers.ItemsManager.GetItemCountByNameLUA("Boiled Blood") (but I don't recommand to use name, because this will work only with wow english client (if you use english name)) I think than you problem was caused by ; (you don't need to put ; at the end of conditions, if your problem is not resolved if you can share your log, you have probably errors)
Create an account or sign in to comment