Skip to content

a simple apple harvesting script for the RedEM:RP framework.

License

Notifications You must be signed in to change notification settings

Ap3x99/redemrp_apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redemrp_apple

An apple harvesting script for RedEM:RP

1. Installation

  • Be sure you have RedEM , RedEM:RP and Inventory Installed if not -> RedEM --> RedEM:RP --> Inventory
  • Clone redemrp_orange into [redemrp] folder
  • add ensure redemrp_apple after ensure redemrp_inventory
  • change Trigger on client side in line 101 to your status/basicneed system
  • add this to inventory if you don't have this there
    ["apple"] =
    {
        label = "Apple",
        description = "?????????",
        weight = 0.1,
        canBeDropped = true,
        canBeUsed = true,
        requireLvl = 0,
        limit = 10,
        imgsrc = "items/apple.png",
        type = "item_standard",


    },

2.Credits

About

a simple apple harvesting script for the RedEM:RP framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages