mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-14 11:19:16 +01:00
13
index.js
13
index.js
@@ -5407,6 +5407,18 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseCatalogEntry", asyn
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if (req.body.currencySubType.toLowerCase() == "accountresource:voucher_basicpack") {
|
||||||
|
Notifications[0].lootResult.items.push({
|
||||||
|
"itemType": value.templateId,
|
||||||
|
"itemGuid": ID,
|
||||||
|
"itemProfile": "campaign",
|
||||||
|
"attributes": {
|
||||||
|
"pack_source": "Store"
|
||||||
|
},
|
||||||
|
"quantity": 1
|
||||||
|
})
|
||||||
|
}
|
||||||
|
else {
|
||||||
for (var i = 0; i < 10; i++) {
|
for (var i = 0; i < 10; i++) {
|
||||||
const randomNumber = Math.floor(Math.random() * ItemIDS.length);
|
const randomNumber = Math.floor(Math.random() * ItemIDS.length);
|
||||||
const id = makeid();
|
const id = makeid();
|
||||||
@@ -5462,6 +5474,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseCatalogEntry", asyn
|
|||||||
"itemId": ID
|
"itemId": ID
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (true) {
|
if (true) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -1221,25 +1221,10 @@
|
|||||||
{
|
{
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"_type": "CommonUI Simple Message Base",
|
"_type": "CommonUI Simple Message Base",
|
||||||
"subgame": "br",
|
|
||||||
"title": "LawinServer",
|
"title": "LawinServer",
|
||||||
"body": "Server created by Lawin (Twitter: @lawin_010)\nDiscord: https://discord.gg/KJ8UaHZ",
|
"body": "Server created by Lawin (Twitter: @lawin_010)\nDiscord: https://discord.gg/KJ8UaHZ",
|
||||||
"spotlight": true
|
"spotlight": true
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"region_messages": [
|
|
||||||
{
|
|
||||||
"_type": "CommonUI Simple Message Region",
|
|
||||||
"region": "NA",
|
|
||||||
"message": {
|
|
||||||
"hidden": false,
|
|
||||||
"_type": "CommonUI Simple Message Base",
|
|
||||||
"subgame": "br",
|
|
||||||
"title": "LawinServer",
|
|
||||||
"body": "Server created by Lawin (Twitter: @lawin_010) \nDiscord: https://discord.gg/KJ8UaHZ",
|
|
||||||
"spotlight": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"_title": "emergencynotice",
|
"_title": "emergencynotice",
|
||||||
@@ -1249,6 +1234,27 @@
|
|||||||
"lastModified": "2019-10-29T22:32:52.686Z",
|
"lastModified": "2019-10-29T22:32:52.686Z",
|
||||||
"_locale": "en-US"
|
"_locale": "en-US"
|
||||||
},
|
},
|
||||||
|
"emergencynoticev2": {
|
||||||
|
"jcr:isCheckedOut": true,
|
||||||
|
"_title": "emergencynoticev2",
|
||||||
|
"_noIndex": false,
|
||||||
|
"jcr:baseVersion": "a7ca237317f1e771e921e2-7f15-4485-b2e2-553b809fa363",
|
||||||
|
"emergencynotices": {
|
||||||
|
"_type": "Emergency Notices",
|
||||||
|
"emergencynotices": [
|
||||||
|
{
|
||||||
|
"gamemodes": [],
|
||||||
|
"hidden": false,
|
||||||
|
"_type": "CommonUI Emergency Notice Base",
|
||||||
|
"title": "LawinServer",
|
||||||
|
"body": "Server created by Lawin (Twitter: @lawin_010)\nDiscord: https://discord.gg/KJ8UaHZ"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"_activeDate": "2018-08-06T19:00:26.217Z",
|
||||||
|
"lastModified": "2021-12-01T15:55:56.012Z",
|
||||||
|
"_locale": "en-US"
|
||||||
|
},
|
||||||
"koreancafe": {
|
"koreancafe": {
|
||||||
"_title": "KoreanCafe",
|
"_title": "KoreanCafe",
|
||||||
"cafe_info": {
|
"cafe_info": {
|
||||||
|
|||||||
Reference in New Issue
Block a user