0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:10:43 -05:00

4365 Commits

Author SHA1 Message Date
Chomp
5103f6a046 Flagged Cheer up as event quest 2025-02-12 18:22:24 +00:00
Chomp
c39384a37f Updated removeNewBeginningRequirementFromPrestige to check for BOTH New Beginning quest ids as they're no the same between prestige 2025-02-12 11:41:20 +00:00
Chomp
3b436f2a42 Fixed removeNewBeginningRequirementFromPrestige looking for the wrong id 2025-02-12 11:32:57 +00:00
Chomp
4920244c6f Add return type 2025-02-12 11:25:17 +00:00
89fd1c95a7
Wipe / Prestiging changes (#1106)
- Full wipe character on unlocking prestige, this will force player to
run through the player setup menu again (This now mirrors live)
- Wiping a profile now keeps the achievements, prestige level and total
time played (This now mirrors live)
- Wiping or prestiging now re-unlocks achievements as intended
- Stops `addAchievementToProfile` from adding with a new time if an
achievement is already added.
2025-02-11 20:29:39 +00:00
Chomp
96f5e0a6a2 Added missing icon 2025-02-11 16:58:11 +00:00
Chomp
18cde76382 Updated quest data 2025-02-10 11:05:30 +00:00
Chomp
f536037d14 Updated server version number 2025-02-09 15:39:40 +00:00
Chomp
66ac51e062
Updated swcrc file to point to official schema endpoint (#1105)
First PR so I'll try not blow anything up just yet

Updated the .swcrc file to point the official schema link as described
[here](https://swc.rs/docs/configuration/swcrc)
2025-02-09 10:24:56 +00:00
verric
ae9802f29c updated swcrc file to point to official schema endpoint 2025-02-09 13:39:55 +11:00
Chomp
0ae7afb335 Resolved issue where weapon preset had its tpl overwritten with metal fuel containers tpl 2025-02-09 00:14:05 +00:00
Chomp
b1a2f2d2c5 Removed New Beginning quest requirement from prestige via code instead of manual json edit 2025-02-08 18:54:21 +00:00
Chomp
0c459c3d17 Updated boss spawn % 2025-02-08 18:42:39 +00:00
KaenoDev
cca95cd7d4 Add christmas quest to eventquests 2025-02-07 20:23:16 +00:00
KaenoDev
0512149725 Add missing quest image 2025-02-07 20:20:13 +00:00
Chomp
0dbc1979ea Fixed incorrect type on applyEdibleEffect 4.0.0-BE-20250207 2025-02-07 12:22:59 +00:00
Chomp
66dfc83b28 Added locales 2025-02-07 10:52:44 +00:00
Chomp
081686e141 Added new response property 2025-02-07 09:49:16 +00:00
Chomp
f95df77260 Updated easy money part 1 2025-02-07 09:39:13 +00:00
Chomp
6532474d84 34861 2025-02-07 09:35:56 +00:00
Chomp
9f1c0be4df Improvements to setFoundInRaid and RewardHelper 2025-02-04 21:20:32 +00:00
DrakiaXYZ
fc1072c91e
Fix mod sort order (#1104)
Make sure mods are in proper alphabetical order, fsExtra is throwing
special characters last for some reason

---------

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
2025-02-04 21:02:48 +00:00
Chomp
bdeddde1ff Improved FiR handling of weapon/armors from cultist circle 2025-02-04 20:27:51 +00:00
Chomp
163e97ae51 Updated weekly 40+ repeatable exp given 2025-02-04 19:49:21 +00:00
Chomp
661e444f51 Also flag direct rewards as FiR 2025-02-04 11:48:33 +00:00
Chomp
13d6ee4531 Flagged armor/weapon rewards from Cultist circle as found in raid 2025-02-04 11:46:01 +00:00
Chomp
99dcadefd2 Improved obtainPrestige 2025-02-03 18:47:10 +00:00
Chomp
c44e90b064 Adjusted pmc conversion rate and max bot cap values 2025-02-03 17:13:40 +00:00
Chomp
48a7c5e60e
Update bot.json (#1102)
Change ammo weighting for a better early game experience.
2025-02-03 12:37:47 +00:00
Valens
041b67a160 Update bot.json
Change ammo weighting for a better early game experience.
2025-02-03 07:36:28 -05:00
Chomp
2133e0f481 Added missing hideout icons 2025-02-03 09:17:25 +00:00
Chomp
e6fe25e95e Added missing quest items to forcedLootSingleSpawnById 2025-02-02 20:57:42 +00:00
Chomp
3675297a96 Fixed formatting 2025-02-02 20:27:30 +00:00
Chomp
15ba0763ba Added 66687bc89111279d600b5062 to forcedLootSingleSpawnById 2025-02-02 20:26:12 +00:00
Chomp
9e995a1e80 Updated Quest data
Forge a friendship
Half-empty
Stick in the Wheel
Battery Change
Simple side job
Route Deviation
Hindsight 2020
Key Partner
Killer Argument
Choose Your Friends Wisely
2025-02-02 19:06:43 +00:00
Chomp
682605dbf9 Added missing scar x-17 preset 2025-02-02 12:11:06 +00:00
Chomp
c5fe470a3c Added Swift Retribution quest 2025-02-01 23:23:06 +00:00
Chomp
4c2a0a675a Removed duplicate endpoint 2025-02-01 21:04:33 +00:00
Chomp
4bcbca5b04 Fixed addRewardsToCircleContainer adding the reward item to the output object 2025-02-01 21:03:54 +00:00
Chomp
a4604709b1
Small saveserver changes (#1101)
- Adds a saveguard to the current profile being saved to prevent it from
being called again for a save if one is already underway, this is only
ever possible in my testing to happen on certain race conditions where a
user might quit the game at the same time as the server is saving, none
the less it's better if this is only processed one-time
- Wraps current timed saves in a try-catch so that if one profile errors
out during saving this does not completely stop the method from running.
2025-01-31 10:06:47 +00:00
7f2f270534 Wrap saving in try-catch so that if an error occurs the server will continue to save other profiles 2025-01-31 01:17:06 +01:00
4595c29c15 Add safeguard to prevent a call to save the profile from happening if a save is already underway 2025-01-31 01:16:30 +01:00
Chomp
554159e084 Updated globals JSON 4.0.0-BE-20250130 2025-01-30 17:23:12 +00:00
Chomp
b746a2ad78 Updated JSON 2025-01-30 12:33:06 +00:00
Chomp
ec96c6114c 34720 2025-01-30 12:20:10 +00:00
Chomp
a0c0ef2f2b Fixed payForClothingItems removing entire stack of currency when purchasing clothing 2025-01-29 23:20:04 +00:00
Chomp
610d486c58
Make customization in the hideout persistent (#1100) 2025-01-29 17:37:37 +00:00
e8a1a8c906 Make customization in the hideout persistent 2025-01-29 18:32:29 +01:00
Chomp
88c1d96527 Improved how items are examined, now handle items from mail window 2025-01-29 09:53:03 +00:00
Chomp
845f749528 Pmc value adjustments 2025-01-29 09:06:21 +00:00