Dan(Tasanar)

Moderator
Dan(Tasanar) submitted a new resource:

Bulk Order Point Deed - A deed that rewards banked bulk order points

View attachment 21746
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

Read more about this resource...
 
Back