Do you two have some kind of update I don't know about? I don't get these errors.
Update:
I just opened the BaseRunicTool.cs form the RC1 package and it is the same one that I provided you with.
The only thing I changed was:
Code:
if ( weapon is BaseRanged )
To this:
Code:
if ( weapon is CBaseRanged )
Post your BaseRunicTool.cs.