Hello,
Some contents must to be activated thanks to contents keys. Its like to activate DLC.
On 7.0 the content key are in different location.
Server_Starting\game\data\System\ContentPacks\Base.xdb
Open it and add your keys !
to activate astral you must to add those keys :
- /System/ContentKeys/AstralAddon05.(ContentKey).xdb
then
- /System/ContentKeys/LFG/LFG_Root.(ContentKey).xdb
in game do :
unlock "/Mechanics/Unlocks/Locations/HuntingGround5/HG5_Portal.(UnlockResource).xdb "
so now you have activated the astral addon. You can see that I have more things than you. Its because I activated others content keys that you can find in
Server_Starting\game\data\System\ContentKeys
Thanks to @Paulus for the unlock.
Now im looking to unbug the anvil when i will have time.
I know why anvil was bug. I forget one thing.
go in :
Server_Starting\game\data\Mechanics\RevardsExchange\EmptyTimePeriod.(TimePeriodTable).xdb
open it and replace with :
<?xml version="1.0" encoding="UTF-8" ?>
<timeperiod.TimePeriodTable>
<Header>
<resourceId>739895876</resourceId>
</Header>
<timePeriods>
<Item type="timeperiod.TimePeriodDaily">
<duration>86400000</duration>
<hour>1</hour>
</Item>
</timePeriods>
</timeperiod.TimePeriodTable>
and then the real astral will be open.
Take alook :
To open other tier , I let you to explore and understand files in Mechanics/rule/Highend for the moment
PS :You have a free repacker in server file. You will find a guide on forum.
Some contents must to be activated thanks to contents keys. Its like to activate DLC.
On 7.0 the content key are in different location.
Server_Starting\game\data\System\ContentPacks\Base.xdb
Open it and add your keys !
to activate astral you must to add those keys :
- /System/ContentKeys/AstralAddon05.(ContentKey).xdb
then
- /System/ContentKeys/LFG/LFG_Root.(ContentKey).xdb
in game do :
unlock "/Mechanics/Unlocks/Locations/HuntingGround5/HG5_Portal.(UnlockResource).xdb "
so now you have activated the astral addon. You can see that I have more things than you. Its because I activated others content keys that you can find in
Server_Starting\game\data\System\ContentKeys
Thanks to @Paulus for the unlock.
Now im looking to unbug the anvil when i will have time.
I know why anvil was bug. I forget one thing.
go in :
Server_Starting\game\data\Mechanics\RevardsExchange\EmptyTimePeriod.(TimePeriodTable).xdb
open it and replace with :
<?xml version="1.0" encoding="UTF-8" ?>
<timeperiod.TimePeriodTable>
<Header>
<resourceId>739895876</resourceId>
</Header>
<timePeriods>
<Item type="timeperiod.TimePeriodDaily">
<duration>86400000</duration>
<hour>1</hour>
</Item>
</timePeriods>
</timeperiod.TimePeriodTable>
and then the real astral will be open.
Take alook :
To open other tier , I let you to explore and understand files in Mechanics/rule/Highend for the moment
PS :You have a free repacker in server file. You will find a guide on forum.
Attachments
Last edited:
- 3
- 1
- Show all