đŸĒĩLumberjack JOBS

Script has 3 different stages (jobs) and all the stages are independent. For example players can only do the wood cutting job and they don't have to continue and finish the rest of the jobs.

Job Requirement

You can set whether players need a profession to be able to the work. You can even set it to require different professions for each of the 3 jobs. For example; 'lumberjack' for tree cutting works, 'operator' for stacking pallet of lumbers and 'driver' for delivery of lumbers. In addition, you can set the grades you want to be able to do the work.

Tree Cutting Works

Script gives the telehandler and the chainsaw to players. chainsaw is automatically given to player's hand when player gets out of vehicle. The player has to go to a tree that can be cut, does all the cutting of the tree, loads the cut wood into the telehandler, leaves the wood in the stand, can cut a new tree without delivering the telehandler if the player wants, the money is paid when the telehandler is delivered.

Stacking Pallet of Lumber Works

Script give forklift to player. Player can park the forklift on a suitable trailer if there are any or can pickup a pallet of lumber with the forklift from stand and loads on a suitable trailer if there are any available. The money is paid when the forklift is delivered.

Delivery of Lumbers Works

The players goes to a construction site of their choice with a truck loaded with pallet of lumbers, delivers the pallet of lumbers and returns the truck to the place where they took it. They receive a fixed fee for the work and an extra fee for the distance of the construction they delivered.

Things to Know.

  • Script Operation and Settings:

    • Trees that have been cut appear as cut on other players as well. Will respawn after xxx minutes.

    • You can specify the minimum number of cuttable trees you want always to be on the map from the config. If the number of cuttable trees falls below this number, the system automatically completes the number of cuttable trees by adding cuttable trees equal to this number without checking the respawn timer.

    • The logs left on the stand after cutting the tree are added to the other stand as a pallet of lumber.

    • The pallet of lumbers taken from stand and loaded onto the truck decreases from the stand.

    • The system automatically adds new pallet of lumbers to the stand when the pallet of lumbers in the stand fall below the value you set in the config. This is optional, you can turn it off or on dependin of your choice.

    • If there is no pallet of lumbers left in the stand, this work cannot be done. someone has to do the wood cutting and drop the woods at the stand.

    • Pallet of lumbers must be loaded on the trailer before the delivery work can be done.

    • You can set it as forklifts are always parked automatically on top of the truck. That way there won't be an extra parking forklift jobs.

  • Player Commands:

    • PLT.CommandSetVolume = "chainsawvolume"; set the chainsaw voice level.

    • PLT.CommandFixVehicle = "fixjobvehicle"; fix position of the only job's vehicle.

    • PLT.CommandCancelJob = "canceljob"; cancel the ongoing job.

  • Cancellation of ongoing work:

    • Getting too much damage to job's vehicles.

    • Moving too far from script objects.

    • If player disconnect from game.(In this case, all entities that have spawned for the player are deleted.)

Last updated