Evil Midget submitted a new resource:

Master skill scroll - sets cap and skill to 120

This scroll Creates a deed that when used changes the skills cap and skill to 120.
You can just add " this.PackItem(MasterScroll.CreateRandom(1,1)); " To the normal place, but this allows players to steal it and not kill the monster.


Your best option would be to add it into a monsters ondeath method.

if (Utility.RandomDouble() < 1.0) // 100% Chance to drop
c.AddItem(MasterScroll.CreateRandom(1, 1)); "

Probably not...

Read more about this resource...
 
Back