Would it be possible to make a profile that did the Daily quests for you in Tol Barad? Im not sure how hard the quests are or what they involve but they are a good way of gaining reputation.
I think Cata questing is not going to really be that effective as a lot of them seem to require flying so we are left with only the non flying quests. And then if people see you on your mount non stop in zones like deepholm and twilight highlands then that will raise a lot of suspicion IMO.
depending on the ones you do, for instance the one where you have to collect the cannonballs (horde side idk but ally) you have to sometimes pull 4-5 mobs at a time, gets ridiculous, there only easy with a flying mount, which isn't supported
The problem is not that HB is not supported flying it is the fact that either way you cannot use flying mount anyway since you can only use ground mount in Tol'Barad...
idk what i was thinking, my bad. I have a druid and just stealth through, forgot about that. I just remembered it was easier for me :s
Tol Barad Dailies have 20+ quests that rotate randomly which would give a multitude of combinations. I would like to write a profile that can do these but I'm missing one major part of the equation. I don't know how to make a variable that will pick up and accept/turn in the quest only if it is available. My request is for someone to show me how to do that and I will glady write/combine efforts in making this profile happen.
As far as the difficulty level of Tol Barad, my prot paladin has no problems and I assume anyone with raid lvl gear can handle these dailies with hb.
They aren't too hard. My problem is like the one before, I cannot handle the random sets of quests. Need an if statement like <if condition="available" or something
Is is possible to write and If Else statement for the condition of an available/non available quest. It seems as though everyone is passing this request up. I've not seen it in questorders as the bot will get stuck on a questgiver if the supposed quest is not there. I've looked through the wiki and cannot find anything on this. Please give a helping hand on this one.
After more reseach I've realized that there is no easy answer to this question and can only be answered by educating yourself on this and many other topics that support code writing. So i guess the easy answer would be, "Its complicated".
Have the user pick up the quest and you have solved this. Until you discover that the if tag is broken for multiple quests.
Actually, my mage cant handle these quests so I don't really need this atm. Here is the current work i have completed on an alliance side; if you wish to use or modify it please credit me. The idea is that the user picks up all quests upon entering and then you can let the bot complete and turn them in for you. This wont work with the current build as its broken due to Bug 489 – If Tag Has Quest. You can test it with one quest picked up at a time if you want.
I've managed to do this with a sucres rate of it managing about four of the five or so quests daily basically the user just picked up the dailys and based on if you have the quest it will do it only ones I have left to do are the ones that require scripting which I'll do with the next hb release when quest behavioral is more stable
I have wrote a profile for this. The answer to the rotation of questing is to manually pick up the quests in both areas before starting the bot. Link to the Script: http://www.thebuddyforum.com/honorbuddy-forum/profiles/horde/80-85/17669-tol-barad-questing.html I am still frequently updating the profile. I hope this helps.