What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Mists of Pandaria Daylies

Status
Not open for further replies.
I'm trying the Black Knight for the first time. I started it at the main city in Pandaria. So far, my toon has proceeded to use a flying mount on the ground and run through dozens of elite mobs etc racking up quite a hell of a repair bill. Why is the bot not flying to wherever it is destined for?

I feel like it's Grindbot that doesn't like flying. I've had a similar problem with other profiles running through properly <Faction>'d mobs. Anyone have any idea how to fix that? Is it the CC or the Profile?
 
Hey Guys ;)
Blizzard Fixed many Bugs in the New World... So now, i restart and try to do my best!

I will Update the Profiles soon as possible!
Please give me some time because its Raid time (World 500 ;) )

Take your time and do the best job you can. :) I personally believe that focusing on the Golden Lotus quests are very important because they unlock other factions. However, you should focus on what is most complete. Best of luck!
 
Can I use the Klaxxi and Order of the cloud serpent profiles to get my dailies done as alliance?

I know I will not have support for mail and repair ( if there's this kind of automation), but will it work for getting the quests done?

cheers
 
If u don't have full skinning the mob will still try to skin something u can't skin when ur doing some quests. And it's only using the ground mount :/
 
Not trying to flame, but none of these profiles will run correctly, even with the fixes suggested. It's a good start though! You need to keep in mind every aspect of a player getting to that location, performing the objective, and then getting on to the next one, or turning it in.

For starters, besides quests that involve simply killing things, Honorbuddy won't understand their objective, and you have to provide behaviors to simulate those actions. Secondly, if you want the bot to pick up quests when the NPC's don't have specific dailies every day, you tell the bot to pickup whatever they have, if they have anything.
Code:
        <While Condition="HasQuestAvailable([COLOR=#ff0000]58228[/COLOR])" >
            <CustomBehavior File="InteractWith"  MobId="[COLOR=#ff0000]58228[/COLOR]" [COLOR=#800080]X="1553.209" Y="-2564.307" Z="151.4416" />[/COLOR]
            <CustomBehavior File="RunMacro" Macro="/click GossipTitleButton1" />
            <CustomBehavior File="RunMacro" Macro="/click QuestFrameAcceptButton" />
        </While>
The red text would be the NPC it will be trying to get quests from, the coordinates are for it's location, as the bot may not know where they are at this point, and will be confused if the player is far from them (for some reason).

Also, you need to think in a linear fashion, and keep in mind the user may jump around the entire profile. So here's a snippet of code.

Code:
    <If Condition="HasQuest(31705)">
        <UseItem ItemId="89113" QuestName="Angst vor der Nadel" QuestId="31705" X="1704.442" Y="-2525.799" Z="155.327" />
        <Objective QuestName="Angst vor der Nadel" QuestId="31705" Type="KillMob" MobId="65616" KillCount="1" />
    </If>

The problem with this, is what if the player stopped the profile, did something, and is now in the Dread Wastes or whatever... (Pretend your other tags don't exist or are perfectly nested in delicious and acceptable conditions).. The bot will not know that it needs to move anywhere, so it will just try to use that item, which will probably not work too well being a few thousand meters in the wrong direction.

Horrible explanations above aside, you need to assume the bot has no clue what common sense is, and you need to explain to it every possible scenario a player could go through. Before you can get good with thinking these things out, it's acceptable to put every step into every If condition. While it may do this-or-that one too many times, it's better than breaking your profile. Kick has a blank QO with lots of stuff you could use and learn from, however these profiles are far from functional. I'm going to try to release one of them soon as a buyer of mine bailed on me, but they take a lot of time considering these new lengthy dailies they give us.
 
Hey, thanks again for the tip, but the problem has been solved already a few days ago. ;)
I have now rebuilt ALL my profiles and added all the quests that I do with my main character every day!

In Germany, it is now 3:46, so I'll take the chance yet to incorporate today's quests.

Currently the profiles are tested by my guild, and then also removed the remaining bugs ...

The Golden Lotus, The Klaxxi and The Cloud Serpent will be Updated Today!
The Lorewalker, a few Farmer Q are on Dev now
 
A?m i blind or just stupid, but where is the files to dl?

Thank you!!!
 
is this profile released yet? cant seem to find the download link or SVN >.<
 
No the new Profiles are not Downloadable, because we found some little bugs with the Klaxxi and the Golden lotus... Currently HB don't detect the accapted Quests...
No release, if the Profile not works 100%
The "Lorewalkers" is Done now
 
No the new Profiles are not Downloadable, because we found some little bugs with the Klaxxi and the Golden lotus... Currently HB don't detect the accapted Quests...
No release, if the Profile not works 100%
The "Lorewalkers" is Done now

m8, i detect, but, you cant have more then 7 ,8 quests in your quest log.
try abandon some quests
 
Will we have to navigate to each faction to start the quests with individual profiles or do we start the bot from any location in Pandaria and it'll go through all of the dailies in order?
 
this would be so awesome if there was something like this! this is what i was actually looking for. CANT WAIT
 
me too; I tried to make a Profil on my own but its not that easy.
 
Status
Not open for further replies.
Back
Top