Dian
Member
So I am sure you know about them, lets take the Pixie for example;
When you encounter a Pixie in Ilshenar and you have positive Karma, the Pixie will leave you alone unless you attack them first. However, if your character has negative Karma, a Pixie will attack you as any other normal creature would, like a dragon.
At the moment here, I am getting attacked by Pixies no matter what my Karma is.
The Pixie script has them set to InitialInnocent true which as far as I understand is what should be the method that would be set for this.
Looking into BaseCreature, I notice that the ServUO uses xmlData / xmlAttachments as a check reference for this.
I had removed that and swapped it back to the original RunUO method, but still no difference.
On my older shard, a RunUO 2.3 modified server, my pixies didnt attack a pos. Karma player, and I thought I had it sorted, but upon testing with a Negative Karma player, they still didnt attack, lol
Is this just me, and maybe something I need to straighten out with my code, or is this happening with a normal ServUO as well? Can someone check this out?
Thanks
When you encounter a Pixie in Ilshenar and you have positive Karma, the Pixie will leave you alone unless you attack them first. However, if your character has negative Karma, a Pixie will attack you as any other normal creature would, like a dragon.
At the moment here, I am getting attacked by Pixies no matter what my Karma is.
The Pixie script has them set to InitialInnocent true which as far as I understand is what should be the method that would be set for this.
Looking into BaseCreature, I notice that the ServUO uses xmlData / xmlAttachments as a check reference for this.
I had removed that and swapped it back to the original RunUO method, but still no difference.
On my older shard, a RunUO 2.3 modified server, my pixies didnt attack a pos. Karma player, and I thought I had it sorted, but upon testing with a Negative Karma player, they still didnt attack, lol
Is this just me, and maybe something I need to straighten out with my code, or is this happening with a normal ServUO as well? Can someone check this out?
Thanks