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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

PAYING 100$ to the one who help me to fix my BUDDYWING bot, not working.

Status
Not open for further replies.

jvaberg92

New Member
Joined
Aug 9, 2013
Messages
10
Would need help to fix my bot, and I'm willing to pay that solves my problems with $ 100!

Now for what's wrong:
character takes no quest.
stops here and there.
Seems to kill mobs where he should not be.
kills everything he sees on the road to quests, yet he takes no quest.
He runs more for crew skills than focusing on leveling.

Please, help me. $ 100 to whoever solves my problems.

skype: jonathan.vagberg
 
Would need help to fix my bot, and I'm willing to pay that solves my problems with $ 100!

Now for what's wrong:
character takes no quest.
stops here and there.
Seems to kill mobs where he should not be.
kills everything he sees on the road to quests, yet he takes no quest.
He runs more for crew skills than focusing on leveling.

Please, help me. $ 100 to whoever solves my problems.

skype: jonathan.vagberg

For leveling its best you dont level crewskills. You can deactivate this in the Settings\[Name of char]\BuddyWingSettings.xml
Set the following:
Code:
  <LootChests>true</LootChests>
  <LootProfessionHarvestables>true</LootProfessionHarvestables>
to
Code:
  <LootChests>false</LootChests>
  <LootProfessionHarvestables>false</LootProfessionHarvestables>

Stops here and there, might be profile issue or just a random BW bug.
Without a log i cant help you with that (so please post a log)
If it kills everything in sight change the following in the same BuddyWingSettings.xml
Code:
<PullDistance>2</PullDistance>
to
Code:
<PullDistance>1</PullDistance>
or lower then 1 (what works for you)
1 is usually my sweetspot.

Quest issue i think is more profile issue, or you start the bot somewhere on mid planet, so not on start of the planet.
If this is the case, complete the questing on that planet and start the bot on a new planet (where you need to go afterworths)

Be aware, if you run Joes combat routine, you need to adjust those settings:
in Routines\Joes\Helpers\MercHelpers.cs
Change the settings to:
Code:
private static bool ScanForLoot             = false;
private static bool ScanForNodes            = false;

So please post your log for further help, and we will help you...
 
For leveling its best you dont level crewskills. You can deactivate this in the Settings\[Name of char]\BuddyWingSettings.xml
Set the following:
Code:
  <LootChests>true</LootChests>
  <LootProfessionHarvestables>true</LootProfessionHarvestables>
to
Code:
  <LootChests>false</LootChests>
  <LootProfessionHarvestables>false</LootProfessionHarvestables>

Stops here and there, might be profile issue or just a random BW bug.
Without a log i cant help you with that (so please post a log)
If it kills everything in sight change the following in the same BuddyWingSettings.xml
Code:
<PullDistance>2</PullDistance>
to
Code:
<PullDistance>1</PullDistance>
or lower then 1 (what works for you)
1 is usually my sweetspot.

Quest issue i think is more profile issue, or you start the bot somewhere on mid planet, so not on start of the planet.
If this is the case, complete the questing on that planet and start the bot on a new planet (where you need to go afterworths)

Be aware, if you run Joes combat routine, you need to adjust those settings:
in Routines\Joes\Helpers\MercHelpers.cs
Change the settings to:
Code:
private static bool ScanForLoot             = false;
private static bool ScanForNodes            = false;

So please post your log for further help, and we will help you...


Please, add me on skype. "jonathan.vagberg"
 
Status
Not open for further replies.
Back
Top