September 7, 20187 yr Hello, I would like the complete list of usable "function" please ? Exemple: return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(4992) == 1; Thank you! ?
September 7, 20187 yr 43 minutes ago, Meyverick said: Hello, I would like the complete list of usable "function" please ? Exemple: return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(4992) == 1; Thank you! ? Open VS write wManger.Wow.Helpers. Then you will see all the helpers wManger.Wow.Helpers.ItemsManager. Then you will get all the ItemsManager functions etc.
September 7, 20187 yr 1 minute ago, Meyverick said: I just have to open Visual Studio IDE and write this? ? No you have to get the references etc. first.
September 7, 20187 yr Author I'm not a developper, I'm trying to learn but it's to hard for me ? Thank you for your answer! ?
September 7, 20187 yr Just now, Meyverick said: I'm not a developper, I'm trying to learn but it's to hard for me ? Thank you for your answer! ? np
September 8, 20187 yr Author 12 hours ago, Ordush said: Open VS write wManger.Wow.Helpers. Then you will see all the helpers wManger.Wow.Helpers.ItemsManager. Then you will get all the ItemsManager functions etc. I did it! But, wManager.Wow.Helpers.ItemsManager works but after ItemsManager. I got nothing ?
Create an account or sign in to comment