PDA

View Full Version : Autoshare all quests macro?



Leerill
03-03-2008, 03:14 PM
Ok, I've been dual boxing in my free time for about 2 months now, I finally got my double hunter team to 30, and all this time the thing that bugs me most is having to scroll through the questlog to share 1 quest. I've searched the forums / mod sites and I can't find any macros/mods that autoshare all the quests in my quest log. Am I looking in the wrong places or isn't it possible?

Oh, off topic here. If I was to add a third to my team (not being a hunter) what would you suggest?

Dezeral
03-03-2008, 03:30 PM
I don't think this is possible. When you share a quest with someone, they get the quest window and must accept the quest. If you shared more than one quest, how would they be able to accept each one? Even if you have twoboxtoolkit or another method for auto-accepting quests, you still have to get each quest in a sequential order.

BobGnarly
03-03-2008, 05:48 PM
http://www.wowwiki.com/API_QuestLogPushQuest

Check out the sample code provided there, shows kinda how to do it.

And yes, you do want an "auto-accept" script on the client.

Please disregard my previous comments about looping, was thinking of another script. :)

twobztwop
03-03-2008, 06:55 PM
The sharing doesn't bother me so much, just look for a quest that doesn't have a [4] in front of it. Share it and hit my accept everything macro. Seemed pretty painless to me.

I do hate when I have to clear out quests I skipped for everyone in my group. You have to scroll through and drop the quest and confirm you wanted to drop it for each character... plus it resets the quest log window to the top quest so you have to scroll through to find the next one to drop. Damn that's annoying.

What I need is a party quest synchronization addon -- to add/drop quests based on your main's quest log. That would be fancy.

Leerill
03-04-2008, 09:34 AM
"
http://www.wowwiki.com/API_QuestLogPushQuest

Check out the sample code provided there, shows kinda how to do it.

And yes, you do want an "auto-accept" script on the client.

Please disregard my previous comments about looping, was thinking of another script. :)"

Super! :thumbup: thanks.