I know this is a long late response to this but only just saw that it is not deserializing properly on reloads.

you have it set as

Code:
m_DeedLevel = reader.ReadInt();

when it should be

Code:
m_DeedLevel = reader.ReadDouble();


For anyone that downloads and has any issues that is how to fix it. Enjoy!
 
I wanted to upload my copy for those who want something prettier.

My version has (because i took advantage of it)

160
150
140
& 130 powerscrolls.

This is in the default but... HTML didn't want to play nice with it so there isn't a know of how big the number is on that powerscroll.

powerscrollpicker.PNG
 

Attachments

  • PowerScrollPicker.cs
    80.5 KB · Views: 12
Back