Hi all,

title says it all:
I learnt how to attach MLParagon to a spawner, but the spawner does not inherit this attachment to it's spawn.
So how would I really use this?

Effectively I want to achieve that ML named monsters drop only ML arties.

Please help!
 
yes I have. I noticed several things there:
  • baseCreature.cs is not at path "Scripts/Engines/AI/Creature/BaseCreature.cs" like that file says.
    It is at "Scripts/Mobiles/Normal/BaseCreature.cs".
  • "using Server.Engines.XmlSpawner2" is already included in BaseCreature.cs
  • Step 6 shows a slightly different code than in the actual file.
 
Back