January 23, 201610 yr 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?
January 25, 201610 yr Author 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?
January 25, 201610 yr Author 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.
January 25, 201610 yr 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"); )
January 25, 201610 yr Author 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.
Create an account or sign in to comment