chaining properly

Nagdar

Member
in EVEbot window is seted Chain Spawns and Minimum Chain Bounty:1500000
but bot do not chain spawns

log

NPC: Guristas Massacrer(Battleship) 1.70m isk
NPC: Guristas Massacrer(Battleship) 1.70m isk
NPC: Guristas Massacrer(Battleship) 1.70m isk
NPC: Guristas Terrorist(Destroyer) 1000 isk
NPC: Guristas Terrorist(Destroyer) 1000 isk
NPC: Battleship Value is 5.10m isk
NPC: Not Chaining Spawn


NPC: Guristas Destructor(Frigate) 12k isk
NPC: Guristas Destructor(Frigate) 12k isk
NPC: Guristas Dismantler(Battleship) 800k isk
NPC: Guristas Dismantler(Battleship) 800k isk
NPC: Guristas Dismantler(Battleship) 800k isk
NPC: Guristas Destructor(Frigate) 12k isk
NPC: Battleship Value is 2.40m isk
NPC: Not Chaining Spawn

need help plz
 
P

pdveve

Guest
Minimum Chain Bounty 550000
chain alone = false
loading bot at POS or belt

02:53:22: Launching drones...
02:53:22: Debug: Combat: This.Fled = FALSE This.CurrentState = IDLE Social.IsSafe = TRUE
02:53:22: Debug: Ratter: This.Combat.Fled = FALSE This.CurrentState = FIGHT Social.IsSafe = TRUE
02:53:22: NPC: Blood Engraver(Raider) 13k isk
02:53:22: NPC: Blood Engraver(Raider) 13k isk
02:53:22: NPC: Blood Engraver(Raider) 13k isk
02:53:22: NPC: Blood Prophet(Raider) 650k isk
02:53:22: NPC: Blood Prophet(Raider) 650k isk
02:53:22: NPC: Battleship Value is 0 isk
02:53:22: NPC: Not Chaining Spawn

02:53:22: Locking Blood Engraver
02:53:22: Locking Blood Engraver
02:53:22: Locking Blood Engraver
02:53:22: Locking Blood Prophet
02:53:22: Locking Blood Prophet
02:53:24: 5 drones deployed
02:53:27: Debug: Combat: This.Fled = FALSE This.CurrentState = IDLE Social.IsSafe = TRUE
02:53:27: Debug: Ratter: This.Combat.Fled = FALSE This.CurrentState = FIGHT
Social.IsSafe = TRUE
to obj_Targets.iss i add this strings:
; =========================================================================
ChainTargets:Insert["Blood Archbishop"] /* 650k */
ChainTargets:Insert["Blood Archon"] /* 650k */
ChainTargets:Insert["Blood Apostle"] /* 650k */
ChainTargets:Insert["Blood Prophet"] /* 650k */
ChainTargets:Insert["Blood Oracle"] /* 650k */
ChainTargets:Insert["Blood Cardinal"] /* 650k */
ChainTargets:Insert["Blood Harbinger"] /* 650k */
ChainTargets:Insert["Blood Monsignor"] /* 650k */
ChainTargets:Insert["Blood Patriarch"] /* 650k */
ChainTargets:Insert["Blood Pope"] /* 650k */
; =========================================================================


Use belt bookmarks do not work in ratter mode :( bot warping at 0km on belt
Prefix "Belt:" Bookmarks "Belt: 1"

02:54:55: Preparing for warp
02:54:55: Recalling 5 Drones
02:55:00: Warping to Jita VI - Asteroid Belt 2 @ 0km
02:55:03: Warping...
 
Last edited by a moderator:
P

pdveve

Guest
the problem is solved, use only English client
but there was a problem with warping to bookmarks :(
 
the problem is solved, use only English client
but there was a problem with warping to bookmarks :(
your problem was solved, not the one outlined in the first post of this thread. your type of rats were not recorded in the bot, but guristas are already in obj targets. So problem is still not solved for everyone else.
 

CyberTech

Second-in-Command
Staff member
"chain alone = false"

That means you're not going to chain if you're alone in the system. That's probably not what you want.
 
Top Bottom