[7.0] How to implements Custom keys and activate Astral (UPDATE)

fido67

Appreciated member
Content Creator
Guide Author
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 "
Screenshot_11.png

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 :
Screenshot_12.png

Screenshot_13.png



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

  • Screenshot_12.png
    Screenshot_12.png
    705.8 KB · Views: 41
  • Screenshot_13.png
    Screenshot_13.png
    3.5 MB · Views: 38
  • Screenshot_13.png
    Screenshot_13.png
    3.5 MB · Views: 48
Last edited:

al5yal511

Administrator
Staff member
Admin
Guide Author
Your code is wrong, it opens Void stage 1 (its for leveling from lvl 23 to 70) no astral..

to open astral for your character :
unlock "/Mechanics/Unlocks/AltCurrencies/AstralKeys.(UnlockResource).xdb"

as for the contentkeys
add this to open the UI tab for Dungeons
/System/ContentKeys/LFG/LFG_Root.(ContentKey).xdb
add this to allow players to queue for astral layers
/System/ContentKeys/AstralAddon05.(ContentKey).xdb
and this is for distortions
<Item href="/System/ContentKeys/LFG/MM_LFG_Rifts.(ContentKey).xdb" />
Post automatically merged:


if anyone knows how to open layer 2 for purple & legendary share with us, can save time.
 
Last edited:

Top Bottom