Faction quest NPCs and related additions.

Contributed by NightBR.
This commit is contained in:
MobiusDevelopment
2019-04-03 22:19:25 +00:00
parent 23e3c14278
commit 525aa970c5
233 changed files with 3806 additions and 351 deletions

View File

@ -27,7 +27,8 @@ public enum Faction
UNWORLDLY_VISITORS(4, 100, 1200, 3400, 6700, 12200, 21000, 33100),
KINGDOM_ROYAL_GUARDS(5, 100, 900, 2500, 4900, 8100, 12100, 16900, 22500, 29700, 38500, 48900),
FISHING_GUILD(6, 100, 7300, 18100, 32500, 53500, 78700, 106700),
HUNTERS_GUILD(7, 200, 4000, 9600, 19900, 32500, 47200, 64000);
HUNTERS_GUILD(7, 200, 4000, 9600, 19900, 32500, 47200, 64000),
ADVENTURE_GUILD(8, 200, 4000, 9600, 19900, 32500, 47200, 64000);
private int _id;
private int[] _points;