Page cover

☘️Herbs

Installation

If you have any questions, please contact our lumen works discord.

Framework

Config.framework = "redemrp"

You can set the framework you need. The available options are "redemrp", "vorp", "rsg", "redemrpold".

Language

Config.Text = {
    [1] = "It seems that it has not been good for you to eat ",
    [2] = "Nearby you can find ~t6~", 
    [3] = "You got ~t6~x ",
    [4] = "You have eaten too many plants recently, wait a bit to eat again",
}

Other configurations

You can customize these parameters

  • rangeBlip : Here you can set the distance where the blip will appear on the map.

  • satiate : You can modify the number of times you can eat before satiety and every how many seconds you will subtract 1 satiety point.

Notifications / Metabolism / Custom Reward

Set your custom notification system here, by default redemrp is added Add your metabolism script, if you don't have one or have doubts about how to add yours, contact us by discord.

Adding extra rewards from other scripts you have (for example experience or levels)

Here

Plants & Eggs

This is an example of a node, you can find the following configurations:

  • composite = Do not modify, this is the id of the plant model

  • blipname = Name node

  • bliphash = Icon that will appear on the map

  • coordsZone = Node spawn coordinates

  • quantityNodes = Number of nodes appearing in the zone

  • model = do not change

  • item = name of the item that will be added to the inventory when collected

  • quantity = Minimum and maximum item quantity

  • metabolism = Amount of hunger and thirst for metabolism

  • indigestion = You can choose true or false. This enables or disables the possibility of getting sick when eating.

  • probIndigestion = probability of indigestion (100 % = always)

Last updated