I was wondering what is the SB sell on NPC code for fletcher, and saw runic like RunicDC for dull copper, and etc.

Here is my script that I made that has all the BS, and Tailoring.

Rewards.Add(new CollectionItem(typeof(RunicDC), 0x3B2, 500192, 1912, 1000));
Rewards.Add(new CollectionItem(typeof(RunicS), 0x3B2, 500192, 1912, 2000));
Rewards.Add(new CollectionItem(typeof(RunicC), 0x3B2, 500192, 1912, 25000));
Rewards.Add(new CollectionItem(typeof(RunicB), 0x3B2, 500192, 1912, 50000));
Rewards.Add(new CollectionItem(typeof(RunicG ), 0x3B2, 500192, 1912, 300000));
Rewards.Add(new CollectionItem(typeof(RunicA), 0x3B2, 500192, 1912, 600000));
Rewards.Add(new CollectionItem(typeof(RunicVer), 0x3B2, 500192, 1912, 900000));
Rewards.Add(new CollectionItem(typeof(RunicVal), 0x3B2, 500192, 1912, 1800000));

Rewards.Add(new CollectionItem(typeof(RunicSp), 0x3B2, 500192, 1912, 5000));
Rewards.Add(new CollectionItem(typeof(RunicHo), 0x3B2, 500192, 1912, 25000));
Rewards.Add(new CollectionItem(typeof(RunicBa), 0x3B2, 500192, 1912, 300000));
 
Back