Merge pull request #63 from PRO100KatYT/main

big update and more
This commit is contained in:
Lawin0129
2022-02-13 16:48:18 +00:00
committed by GitHub
5 changed files with 62068 additions and 405 deletions

View File

@@ -2,6 +2,9 @@
bUseConfigDisplayName=false # If this is set to false, it will use the email to display name method. bUseConfigDisplayName=false # If this is set to false, it will use the email to display name method.
displayName=LawinServer # Your fortnite display name. displayName=LawinServer # Your fortnite display name.
[Profile]
bCompletedSeasonalQuests=true # If this is set to true, every seasonal quest will be on complete. Works from Season 3 to Season 15.
[GameServer] [GameServer]
# Matchmaker gameserver config, you can use this to connect to gameservers like rift (titanium), fortmp, etc... (they have to be hosting though). # Matchmaker gameserver config, you can use this to connect to gameservers like rift (titanium), fortmp, etc... (they have to be hosting though).
ip=127.0.0.1 # IP the matchmaker will use upon join. ip=127.0.0.1 # IP the matchmaker will use upon join.

View File

@@ -29,7 +29,7 @@
- Claiming Quest and Collection Book Rewards - Claiming Quest and Collection Book Rewards
- Modifying quickbars in Backpack - Modifying quickbars in Backpack
- Activating XP Boosts - Activating XP Boosts
- Correct Events in Frontend up to Season X (Can change) - Correct Events in Frontend up to Season 11 (Can change)
- Buying Skill Tree perks - Buying Skill Tree perks
- Quests pinning - Quests pinning
- Switching between Hero Loadouts - Switching between Hero Loadouts
@@ -53,6 +53,7 @@
- Changing items edit styles - Changing items edit styles
- Support a Creator with specific codes - Support a Creator with specific codes
- Fully working daily challenges system (New daily challenge every day, replacing daily challenges, etc...) - Fully working daily challenges system (New daily challenge every day, replacing daily challenges, etc...)
- Seasonal Quests from Season 3 up to Season 15 (Can change)
## How to use? ## How to use?
1) Install [NodeJS](https://nodejs.org/en/) 1) Install [NodeJS](https://nodejs.org/en/)

959
index.js

File diff suppressed because it is too large Load Diff

View File

@@ -83306,6 +83306,18 @@
}, },
"quantity": 1 "quantity": 1
}, },
"AthenaMusicPack:MusicPack_000_STW_Default": {
"templateId": "AthenaMusicPack:MusicPack_000_STW_Default",
"attributes": {
"max_level_bonus": 0,
"level": 1,
"item_seen": 1,
"xp": 0,
"variants": [],
"favorite": false
},
"quantity": 1
},
"S19_GIFTS": { "S19_GIFTS": {
"templateId": "AthenaRewardGraph:s19_winterfest", "templateId": "AthenaRewardGraph:s19_winterfest",
"attributes": { "attributes": {

File diff suppressed because it is too large Load Diff