Cryogenesis
Community Developer
- Joined
- Jul 13, 2010
- Messages
- 2,128
- Reaction score
- 13
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.
If you use the CombatBot.xml profile, it won't move or target.
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)
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)
Force Leap. I'm just running kick's profiles with Default Combat. It never uses Force Leap.
Defense spec, and level 31
Spell.Cast("Force Leap", ret => !DefaultCombat.MovementDisabled && Me.CurrentTarget.Distance >= 1f && Me.CurrentTarget.Distance <= 3f),
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.
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
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.