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

Problem with Repair Vendor

MaxMuster

Well-Known Member
Joined
Jan 30, 2012
Messages
1,735
Reaction score
25
I have a Problem:

I my Profile there is a Vendor he should use for Repair:

<Vendors>
<Vendor Name="Ironshaper Shou" Entry="59827" Type="Repair" X="3042.047" Y="1245.347" Z="654.3096" />
</Vendors>

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"
 
Last edited:
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?
 

Attachments

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.
 
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>
 
Last edited:
Have tested now "find vendors automatically"...but the same...
 
this has been a problem forever, there's about 50 threads about it and has been a bug for 2 weeks
 
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>
 
Back
Top