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

Default Combat Discussion

Alltrueist, do you know when the routine will be updated for harvesting dead npc's / droids?
 
Alltrueist, do you know when the routine will be updated for harvesting dead npc's / droids?

Nope. Ama had it in Pure, but it always broke the routine so we'd usually comment it out. I haven't heard from him in a few weeks, so no idea if he's still around. It'd be nice if we could get it baked into the core bot like it is with Honorbuddy.
 
Nope. Ama had it in Pure, but it always broke the routine so we'd usually comment it out. I haven't heard from him in a few weeks, so no idea if he's still around. It'd be nice if we could get it baked into the core bot like it is with Honorbuddy.

With core you mean the bot itself?
Cause harvesting is dealed by the bot itself, am i right (couldnt find anything about it in the routine)
 
With core you mean the bot itself?
Cause harvesting is dealed by the bot itself, am i right (couldnt find anything about it in the routine)

Not that I know of. We had to add it to Pure (never worked right), Joe had to add it to his, Walter as well.
 
Guardian Tank spec doesnt ever leap to targets. any fix on this?
 
Guardian Tank spec doesnt ever leap to targets. any fix on this?

You mean Force Leap or Guardian Leap? It will Force Leap, but only when you're running a movement-enabled profile (i.e. not CombatBot)
 
You mean Force Leap or Guardian Leap? It will Force Leap, but only when you're running a movement-enabled profile (i.e. not CombatBot)

Force Leap. I'm just running kick's profiles with Default Combat. It never uses Force Leap.
 
Force Leap. I'm just running kick's profiles with Default Combat. It never uses Force Leap.

Really strange, it works all the time on my Defense Guardian. Which spec are you using? What's your level?
 
Defense spec, and level 31

It's definitely in there:
Code:
Spell.Cast("Force Leap", ret => !DefaultCombat.MovementDisabled && Me.CurrentTarget.Distance >= 1f && Me.CurrentTarget.Distance <= 3f),

Check your general Buddywing settings and see what your pull distance is set to.
 
im having trouble with assault specialist commando i get this error every time when trying to load it up.

[DefaultCombat] Discipline: AssasultSpecialist
Unhandled exception during init: System.ArgumentNullException: Value cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at DefaultCombat.Core.RotationFactory.Build(String name) in c:\Users\User\Desktop\BuddyWing 1.0.1133.539\Routines\DefaultCombat\Core\RotationFactory.cs:line 30
at DefaultCombat.DefaultCombat.Initialize() in c:\Users\User\Desktop\BuddyWing 1.0.1133.539\Routines\DefaultCombat\DefaultCombat.cs:line 55
at Buddy.CommonBot.RoutineManager.set_Current(ICombat value)
at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine()
at Buddywing.MainWindow.DoInitialization()
 
It's definitely in there:
Code:
Spell.Cast("Force Leap", ret => !DefaultCombat.MovementDisabled && Me.CurrentTarget.Distance >= 1f && Me.CurrentTarget.Distance <= 3f),

Check your general Buddywing settings and see what your pull distance is set to.


It was set to 1, what is default?
 
Does this work? My guy just tab targets everything. I just bought a key, kinda a nub. I wanted to try it because Joes is too laggy, bot freezes every few minutes. I'm using IS boxer to try and run multiples.
 
Set your affinity and priority for the bot and game.
Read Walters guide in the Guide section.
And yes this routine works perfectly.
 
Not looting??? I'm learning

Created my own routine 's and working good with joes but POI quest stuff showing up, lockboxes, interfering with profile, I tried default combat routine (it seems to fight better and smoother)but it is not looting; I also tried combining joes and basic and the same thing. Is there an SVN for DEFAULT COMBAT I cannot see? Why is it not looting? and selling inventory?


View attachment alderaan ulgo thul 30-31.xml
View attachment 2015-02-04 18.46.txt
View attachment 2015-02-04 18.52.txt
 
Created my own routine 's and working good with joes but POI quest stuff showing up, lockboxes, interfering with profile, I tried default combat routine (it seems to fight better and smoother)but it is not looting; I also tried combining joes and basic and the same thing. Is there an SVN for DEFAULT COMBAT I cannot see? Why is it not looting? and selling inventory?


View attachment 167066
View attachment 167067
View attachment 167068

Quote Originally Posted by ludijak559 View Post
I have a problem with this routine, it fights well, but doesnt loot, doesnt scavange droids, doesnt gather nodes.
Cn you check if your settings are correct?
Go to Buddywingfolder/charname/buddywingsettings.xml.
Lootnpc should be true and scavenge should be true.
If true and doesnt loot, then routine should be the culprit.

OK I found this !!! Ta/Da!!!!:cool:
But in confused on the scavange part it doesnt say anything about scavange in my default routine? and is there a more detailed guide to scavanging I would like to turn this on!
 
Last edited:
You can't have Joe's and DefaultCombat both installed. You need to do a clean install, delete all plugins, make sure auto-loot is enabled in your game, and check your BW settings to make sure loot is set to true.
 
You can't have Joe's and DefaultCombat both installed. You need to do a clean install, delete all plugins, make sure auto-loot is enabled in your game, and check your BW settings to make sure loot is set to true.


I'm figuring this out I get most of it now but what about the scavanging , using mount? ALso how do I get it not to sell decorations that it loots?
 
Last edited:
Back
Top