Beispiel #1
0
        public override void Start()
        {
            _customize = _builder.Sheet("CharaMakeCustomize");
            _type      = _builder.Sheet("CharaMakeType");
            _colorMap  = new SaintCoinach.Graphics.ColorMap(_builder.Realm.GameData.PackCollection.GetFile("chara/xls/charamake/human.cmp"));

            BuildSupplementalData();
            BuildAppearanceData();
        }
Beispiel #2
0
        public override void Start()
        {
            _sCharaMakeCustomize = _builder.Sheet("CharaMakeCustomize");
            _sCharaMakeType      = _builder.Sheet("CharaMakeType");
            _colorMap            = new SaintCoinach.Graphics.ColorMap(_builder.Realm.GameData.PackCollection.GetFile("chara/xls/charamake/human.cmp"));

            IndexLevels();
            BuildNpcs();
            BuildSupplementalData();
            LinkAlternates();
        }