Arcangelo 105 Posted March 17, 2017 Share Posted March 17, 2017 The bot don't detect the item if it is in the keychain. like in quest: "The Hidden Key" id 328 where you get the key: 2719 Any I'm using this: return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(2719) == 1; to check for the key in the bag. Just a note: If i move the key from the keychain to the bag, then the issue is solved. - Thinking about it - I have seen this problem in 2-3 other quests with the same structure (pick a key up that goes into the "keyring") Link to comment https://wrobot.eu/forums/topic/5408-bug-keychain/ Share on other sites More sharing options...
insanity 11 Posted March 17, 2017 Share Posted March 17, 2017 Hey, I guess this is for a quester profile you are creating. I dont really see why you have to check if you have the key in your bag since it should be provided for this quest. Link to comment https://wrobot.eu/forums/topic/5408-bug-keychain/#findComment-24915 Share on other sites More sharing options...
Arcangelo 105 Posted March 17, 2017 Author Share Posted March 17, 2017 11 minutes ago, insanity said: Hey, I guess this is for a quester profile you are creating. I dont really see why you have to check if you have the key in your bag since it should be provided for this quest. For some reason the bot mixes up, mostly if there are more than 1 key. So for now i also deleted it, but it should be really easy to expand the bag to include the keychain when it seach for items :) Link to comment https://wrobot.eu/forums/topic/5408-bug-keychain/#findComment-24918 Share on other sites More sharing options...
insanity 11 Posted March 17, 2017 Share Posted March 17, 2017 I still dont see why you need this check. Is it for quest turn in? If so, you can set the first quest objective to false. (Provided items related to quests are part of the quest objectives) Edit: This is a workaround until Droidz have a look at it. Link to comment https://wrobot.eu/forums/topic/5408-bug-keychain/#findComment-24923 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