View Single Post
  #5  
Old 02-25-2018, 02:11 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

Without looking at the source, I think it's possible that passive mode doesn't keep a bot's hate list from being populated and that the pets aren't actually being sent in by the bot itself, but rather the default action for any NPC with a pet. Because bot code only controls the actions of the bots.

example:
a. your bot gets hit in passive mode
b. the NPC that hit your bot is placed on your bot's hate list
c. your bot does its AI loop and decided to do nothing because passive stance
note: the NPC is still on the hate list of the bot, it just chooses no action because that's how you told it to react

separately may be happening:
a. pet does it's IA loop (not part of bot code)
b. pet checks owner's hate list
c. pet responds because it doesn't care what you said to the bot
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote