Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Rare price catalog for your client

Initiate Mage
Joined
May 20, 2023
Messages
4
Reaction score
2
Hello everyone! In retros it is essential to have an economy, therefore knowing the prices of each of the rares is essential, so I coded a price catalog of rares, I hope you enjoy it a lot for your retros! Remember that you can implement it in any cms, you can use the base code and modify it to your liking!

Excuse my English a little, my natural language is Spanish.

catalogo_rares1.png


catalogo_rares2.png


catalogo_rares3.png


Download:

Installation:
1.
First put the client folder in the root of your CMS.
2. Then go to client and in the catalogo_client.php file edit your data in the following snippet.
$servername = "localhost";
$username = "root";
$password = "contraseña";
$dbname = "DataBase";

3. Put this SQL code in your database.

4. In the client file of your hotel put the following code:
<?php
include_once 'client/catalogo_client.php';
?>

Credits:
ZayterDep (Code)

I hope you like it! I plan to bring more contributions!

Remember that I also uploaded the levelsystem plugin rewards here:
https://forum.ragezone.com/threads/arcturus-emulator-battlepass-rewards-php-for-levelsystem.1214285/
 
Last edited:
Back
Top