Faction quest NPCs and related additions.
Contributed by NightBR.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user