dmitriysk 0 Posted November 2, 2017 Share Posted November 2, 2017 Hello. I'm trying to create the questing profile. Need to set that CompleteCondition for my quest: <IsCompleteCondition>wManager.Wow.Helpers.Bag.GetContainerNumFreeSlots < 4</IsCompleteCondition> but it doesnt work. Could anyone tell me please how to set it correctly? Link to comment https://wrobot.eu/forums/topic/7543-iscompletecondition-for-baggetcontainernumfreeslots/ Share on other sites More sharing options...
camelot10 155 Posted November 2, 2017 Share Posted November 2, 2017 return wManager.Wow.Helpers.Bag.GetContainerNumFreeSlots < 4; y2krazy 1 Link to comment https://wrobot.eu/forums/topic/7543-iscompletecondition-for-baggetcontainernumfreeslots/#findComment-34425 Share on other sites More sharing options...
dmitriysk 0 Posted November 2, 2017 Author Share Posted November 2, 2017 Thank you very much! You helped me a lot! I was trying return wManager.Wow.Helpers.Bag.GetContainerNumFreeSlots < 4 without ";" at the end ;( Link to comment https://wrobot.eu/forums/topic/7543-iscompletecondition-for-baggetcontainernumfreeslots/#findComment-34435 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now