I have a Problem: I my Profile there is a Vendor he should use for Repair: This Vendor is in "One-Keg" in "Kun-Lai Summit". But instead of this Vendor, he use the Vendor "Steelbender Doshu" in "Zouchin Village". (<Vendor Entry="61496" Name="Steelbender Doshu" Z="108.3207" Y="872.7167" X="4345.647" Type="Repair"/>) The Option "Find sellers automatically" is disabled and "Use routes" is enabled. The Problem with "Steelbender Doshu" is: Have you made the Quest in "Zouchin Village" the NPC doens't have a repair function anymore. By this NPC you can only Repair when you haven't make the the Quests in "Zouchin Village"
and is there a option that i can say "Farm only herbs" per Profile function for Gatherbuddy2 ? So i can set Herbing / Mining per Profile?
No, that is not possible. You can only change whether to herb or mine per bot and not profile. Try checking find vendors automatically.
I dont think that "Vendors automatically" works, becuase normaly you can repair by this vendor, only you have make the quests there, then not. @With Professionbuddy i can make this or: Code: <Professionbuddy> <CustomAction Code="{ mining = Bots.Gatherbuddy.GatherbuddySettings.Instance.GatherMinerals = false; }" /> <LoadProfileAction ProfileType="Honorbuddy" Path="Blablabla.xml" /> </Professionbuddy> Is this Code right? or is this right: Code: <Professionbuddy> <CustomAction Code="mining = Bots.Gatherbuddy.GatherbuddySettings.Instance.GatherMinerals = false;" /> <LoadProfileAction ProfileType="Honorbuddy" Path="Blablabla.xml" /> </Professionbuddy>
With Professionbuddy i can make this or: Code: <Professionbuddy> <CustomAction Code="{ mining = Bots.Gatherbuddy.GatherbuddySettings.Instance.GatherMinerals = false; }" /> <LoadProfileAction ProfileType="Honorbuddy" Path="Blablabla.xml" /> </Professionbuddy> Is this Code right? or is this right: Code: <Professionbuddy> <CustomAction Code="mining = Bots.Gatherbuddy.GatherbuddySettings.Instance.GatherMinerals = false;" /> <LoadProfileAction ProfileType="Honorbuddy" Path="Blablabla.xml" /> </Professionbuddy>