A fun task for criminal characters
Welcome to Criminal Task.
This script is designed to enhance your server's gameplay by:
- Adding a fun task that makes the player search for a random NPC and request a task from him, then a location'll be mark on the map to the unknown box so he pick it up and goes to the next task
- Installation: configure your client api and server api
- Node.js: make sure you have the Node.js installed on your device, to do so run:
node -v- run: npm i
- run: npm run build
- Environment: QBox
- Support: available
Enjoy your improved gaming experience with Criminal Task!
const config = {
items: {
['string']: { /**@field itemName here you put the item name that you want to receive*/
percentage: number, /**@field here you put the percentage of getting this item*/
amount: number /**@field here you put the amount of items you want to receive of this item*/
},
/** examples */
['water']: {
percentage: 25,
amount: 2
},
['weapon-pistol']: {
percentage: 75,
amount: 1
}
}
}