feat: migrare interactiuni la qb-target (20 resurse) + animatie tableta Job Center + bus icon + terminologie devTeam

This commit is contained in:
2026-04-01 00:20:23 +03:00
parent 583862995c
commit 6113a37400
705 changed files with 250 additions and 68470 deletions
@@ -8,7 +8,7 @@ Config.letBossSplitReward = true -- If it's true, then boss c
Config.multiplyRewardWhileWorkingInGroup = true -- If it's false, then reward will stay by default. For example $1000 for completing whole job. If you'll set it to true, then the payout will depend on how many players is there in the group. For example, if for full job there's $1000, then if player will work in 4 member group, the reward will be $4000. (baseReward * partyCount)
Config.reward = 3000 -- Reward for one treasure. If you want to use a item reward then modify Pay() function under /server/functions.lua
Config.UseTarget = false -- Change it to true if you want to use a target system. All setings about the target system are under target.lua file.
Config.UseTarget = true -- Change it to true if you want to use a target system. All setings about the target system are under target.lua file.
Config.SharedTreasureFeature = true -- Set to false, to make every group have treasure in different location.