Everything appears to be working fine with my custom champion spawn and champion, even get my custom skull when it dies.

However, I have killed roughly 25 of these champs (did whole champ spawn legit) and still have yet to see my UniqueList item drop. I set the "confine roaming" to true on the spawner so they are literally standing ontop of the alter (read in previous posts that the champ must be killed near alter to get UniqueList item)

Am I doing something wrong? I can manually spawn my UniqueList item no problem.
 

Attachments

  • MasterMage.cs
    5.8 KB · Views: 3
Is it even possible to use this with a custom champ/item?? Anyone?

Code:
public override Type[] UniqueList
        {
            get
            {
                return new Type[] { typeof(DaggerOfTheRift) };
            }
        }
 
Back