Quote:
|
Originally Posted by exide
my paladins are evil, they kill blue npcs and dont kill monsters.. I want it the other way around, how do I do that?
|
Are you using this AI?, because the AI doesnt make them attack blue players, so its go to be something else.
At any rate, try the following:
On your paladin npc script in tha AI line change the following:
PHP Code:
FightMode.Closest
to
This should make them attack anything, from monsters to players who have bad karma ( negative values ).
Other than that.. I cant really figure out why they would do that, as that is not something written in the AI code.