Deed that adds a predetermined number of points to a predetermined crafts bulk order banked point balance.
Set scroll options in the code:
C#:
private const int _Points = 100; // Set your points here.
private const BODType _CraftSkill = BODType.Smith; // Set skill type here. Example: BODType.Smith
Type names:
- Smith
- Tailor
- Alchemy
- Inscription
- Tinkering
- Fletching
- Carpentry
- Cooking