colderpotato 78 Posted January 23, 2016 Share Posted January 23, 2016 Atm i have problems getting use item quest to work i get item id set targets should use a net on and all that. When i run it though the bot skips pulse and goes right to turnin over use item to bring flying mobs down to kill. Also how would one go about setting bot to use boats and portals on the quester? Link to comment https://wrobot.eu/forums/topic/2637-use-item-quests/ Share on other sites More sharing options...
colderpotato 78 Posted January 25, 2016 Author Share Posted January 25, 2016 I'd love to know if someone can provide info on how to go about doing this does it have to by an interact with target? If so how would i set up a macro in it to use the item? Link to comment https://wrobot.eu/forums/topic/2637-use-item-quests/#findComment-12021 Share on other sites More sharing options...
colderpotato 78 Posted January 25, 2016 Author Share Posted January 25, 2016 Here is what I have tried to no luck and the useitem on skips right past pulse to turnin could that be a bug? I stopped my dk zone work because noticed did same thing. Link to comment https://wrobot.eu/forums/topic/2637-use-item-quests/#findComment-12022 Share on other sites More sharing options...
Droidz 2738 Posted January 25, 2016 Share Posted January 25, 2016 Hello, It is this quest: http://www.wowhead.com/quest=11889/death-from-above ? The quest type "UseItemOn" don't work? Your code in "Macro when interact" is incorect, use code like: local name = GetItemInfo(35278); RunMacroText("/use " .. name); (I don't recommand to use /tar, it is not multilanguage, but if you want use it use this code: RunMacroText("/tar Reinforced Net"); ) Link to comment https://wrobot.eu/forums/topic/2637-use-item-quests/#findComment-12030 Share on other sites More sharing options...
colderpotato 78 Posted January 25, 2016 Author Share Posted January 25, 2016 Was my best try early in morning ok well that helps and yes I've moved on to northend profiles work then probably going to back track. just wasn't sure what i needed to put in there. Link to comment https://wrobot.eu/forums/topic/2637-use-item-quests/#findComment-12031 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