Hello. First of all i want to say thank you very much to Cybertech and Amadeus for ISXEVE and EVEBot.
Yesterday I found something strange. EVEBot doesn't warp out on safe spot when Pilot not in white list appearing in local.
Part of log:
01:41:19: DEBUG: Found 5 entities.
01:41:19: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
01:41:19: PlayerCheck - Fight
01:41:19: DEBUG: Found 5 entities.
01:41:19: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
01:41:20: Alert: Non-Whitelisted Pilot: xxx: CharID: xxx CorpID: xxx AllianceID: xxx
01:41:20: DEBUG: Found 5 entities.
01:41:20: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
01:41:21: DEBUG: Found 5 entities.
01:41:21: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
01:41:22: Alert: Non-Whitelisted Pilot: xxx: CharID: xxx CorpID: xxx AllianceID: xxx
01:41:22: DEBUG: Found 5 entities.
01:41:22: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
I found that in obj_Social in method Pulse
SystemSafe:Set[${Math.Calc[${This.CheckLocalWhiteList} & ${This.CheckLocalBlackList}](bool)}] always returns TRUE even This.CheckLocalWhilteList returns FALSE and This.CheckLocalBlackList returns TRUE.
I deleted (bool) from this line and then SystemSafe sets correct to FALSE.
I'm not programmer, just have basic knowledge. So not sure is it bug or may be just I don't understand something.
P.S. Sorry my english and thank you very much onemore time for this cool bot!
Yesterday I found something strange. EVEBot doesn't warp out on safe spot when Pilot not in white list appearing in local.
Part of log:
01:41:19: DEBUG: Found 5 entities.
01:41:19: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
01:41:19: PlayerCheck - Fight
01:41:19: DEBUG: Found 5 entities.
01:41:19: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
01:41:20: Alert: Non-Whitelisted Pilot: xxx: CharID: xxx CorpID: xxx AllianceID: xxx
01:41:20: DEBUG: Found 5 entities.
01:41:20: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
01:41:21: DEBUG: Found 5 entities.
01:41:21: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
01:41:22: Alert: Non-Whitelisted Pilot: xxx: CharID: xxx CorpID: xxx AllianceID: xxx
01:41:22: DEBUG: Found 5 entities.
01:41:22: DEBUG: NPC found: Asteroid Angel Cartel Battleship (552)
I found that in obj_Social in method Pulse
SystemSafe:Set[${Math.Calc[${This.CheckLocalWhiteList} & ${This.CheckLocalBlackList}](bool)}] always returns TRUE even This.CheckLocalWhilteList returns FALSE and This.CheckLocalBlackList returns TRUE.
I deleted (bool) from this line and then SystemSafe sets correct to FALSE.
I'm not programmer, just have basic knowledge. So not sure is it bug or may be just I don't understand something.
P.S. Sorry my english and thank you very much onemore time for this cool bot!
Last edited: