- Queue system with priority levels and crash prio.
- Custom loading screen (will display when loading / setting up players charaters)
- Saves character and player data within a mysql database
- DBNO (Down But Not Out) and revive system with health saving on logout
- Support for multiple characters (max of 5) under one player
- Economy with Dollars, Cents and state-wide banks
- Permission groups for staff members and VIP users
- Job system with job levels
- Character inventories with bank lock boxes
- GUI with modular notifications
mysql-async-temporary (Must rename to mysql-async
)
For all installation procedures you must have git installed:
-
Linux:
sudo apt-get update ; sudo apt-get -y install git-all
-
Windows: Download
Once Git is installed you can either follow the indepth tutorial on our docs https://rdrp.pixelperfect.gg/docs/core/install
Or follow the suitable short guide bellow:
-
Open the Linux terminal and navigate to the
server-data/resources
folder -
$ git clone https://github.com/NeonOdyssey/RDRP [RDRP]
-
$ ln -s ./[RDRP]/rdrp_resources.cfg rdrp_resources.cfg
-
Change
set mysql_connection_string "server=localhost;userid=root;password="
inrdrp_resource.cfg
to your MySQL server login details.rdrp_db
will install the database and tables automatically. -
In
server.cfg
make sure you execute the rdrp resource file by writingexec rdrp_resource.cfg
after the default & main resources.
-
Open your favorite windows terminal and navigate to the
server-data/resources
folder -
$ git clone https://github.com/NeonOdyssey/RDRP [RDRP]
-
Move
[RDRP]/rdrp_resources.cfg
to theserver-data
folder -
Change
set mysql_connection_string "server=localhost;userid=root;password="
inrdrp_resource.cfg
to your MySQL server login details.rdrp_db
will install the database and tables automatically. -
In
server.cfg
make sure you execute the rdrp resource file by writingexec rdrp_resource.cfg
after the default & main resources.
Any issues with the installation or usage of RDRP scripts please head over to our docs for guidance https://docs.rdrp.gg/
Author : @NeonOdyssey