Bulk Order Point Deed

Bulk Order Point Deed 2023-04-18

No permission to download
bod.png

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
  • Like
Reactions: manofwar and Milva
Author
Dan(Tasanar)
Downloads
28
Views
944
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Dan(Tasanar)

Back