Joburi:Miner/en: Diferență între versiuni

De la B-Zone Wiki
Salt la: navigare, căutare
Linia 67: Linia 67:
 
*'''''random(115)''' represents a random number from 1 to 115.''
 
*'''''random(115)''' represents a random number from 1 to 115.''
 
*'''''job_bonus''' represents a number multiple of 5. When you use /work, '''job_bonus''' has value 5. Each time you finish a delivery, the value increases by 5. If you leave the job's vehicle, the value resets to 5. The value for '''job_bonus''' will increase from 5 to 5 to a maximum for 50.
 
*'''''job_bonus''' represents a number multiple of 5. When you use /work, '''job_bonus''' has value 5. Each time you finish a delivery, the value increases by 5. If you leave the job's vehicle, the value resets to 5. The value for '''job_bonus''' will increase from 5 to 5 to a maximum for 50.
 +
''Note: Job bonus (/stats) and job of the day bonus can be added to the winnings.
  
  

Versiunea de la data 27 noiembrie 2021 15:21

Alte limbi:
English • ‎Română


#1
Player working as a miner


General characteristics

  • Using the job "Miner" you will collect and deliver ores for money.
  • The Miner is a legal job.
  • To become a miner you have to be at least level 1.
  • For this job you'll be using a Bobcat (regardless your skill).
  • The location for getting the job can be found on the map on image #1.
  • For only one delivery (the delivery is made at the hiring point) you have to get a total of 5 ores.
  • The players with a premium account will recieve 50% more money at the end of each run.
  • You will lose the mission if you leave the vehicle (except when you mine for ores).
  • For every skill advance you'll recieve 10 Gold.


Advancement in Skill

  • Skill 1 >> Skill 2: 30 ore deliveries. (30 total)
  • Skill 2 >> Skill 3: 60 ore deliveries. (90 total)
  • Skill 3 >> Skill 4: 120 ore deliveries. (210 total)
  • Skill 4 >> Skill 5: 240 ore deliveries. (450 total)
  • Skill 5 >> Skill 6: 200 ore deliveries. (650 total)
  • A new vehicle is unlocked: Yosemite
  • Skill 6 >> Skill 7: 250 ore deliveries. (900 total)
  • Skill 7 >> Skill 8: 300 ore deliveries. (1200 total)
  • Skill 8 >> Skill 9: 350 ore deliveries. (1550 total)
  • Skill 9 >> Skill 10: 350 ore deliveries. (1900 total)


Formula used to determine revenues

Skill 1

[(743 + random(115)) * premium_coefficient] + job_bonus

Skill 2

[(759 + random(115)) * premium_coefficient] + job_bonus

Skill 3

[(820 + random(115)) * premium_coefficient] + job_bonus

Skill 4

[(924 + random(115)) * premium_coefficient] + job_bonus

Skill 5

[(1088 + random(115)) * premium_coefficient] + job_bonus

Skill 6

[(1111 + random(115)) * premium_coefficient] + job_bonus

Skill 7

[(1178 + random(115)) * premium_coefficient] + job_bonus

Skill 8

[(1273 + random(115)) * premium_coefficient] + job_bonus

Skill 9

[(1330 + random(115)) * premium_coefficient] + job_bonus

Skill 10

[(1406 + random(115)) * premium_coefficient] + job_bonus

Nota: The average time for an ore delivery is 230 seconds.

  • premium_coefficient has the value 1 if you don't have a premium account, or value 1,5 if you have a premium account.
  • random(115) represents a random number from 1 to 115.
  • job_bonus represents a number multiple of 5. When you use /work, job_bonus has value 5. Each time you finish a delivery, the value increases by 5. If you leave the job's vehicle, the value resets to 5. The value for job_bonus will increase from 5 to 5 to a maximum for 50.

Note: Job bonus (/stats) and job of the day bonus can be added to the winnings.


Specific Commands

/work

This command allows you to start working.
You need to be close enough to the employment location to execute the command. If this is not the case, the server will set a checkpoint on your map, marking the place where you have to go.