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!

[Arcturus emulator] BattlePass rewards PHP for levelsystem

Initiate Mage
Joined
May 20, 2023
Messages
4
Reaction score
2
Hello everyone! nice to the community, I was a bit bored so I programmed something for the arpy levelsystem plugin, I hope you like this contribution.

Here I leave you some images.

bp1.png


bp2.png


buscador.png


Download:

Installation:
1.
First put the client folder in the root of your CMS.

2. Then go to client and in the bp_client.php file edit your data in the following snippet.
Code:
 $servername = "localhost";
    $username = "root";
    $password = "contraseña";
    $dbname = "DataBase";

3. in your plugin levelsystem table replace ls_rawards with:

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

5. To edit the time, edit the following code snippet, it is important to know that this does not change the season time of the plugin levelsystem, that is done manually.
$fecha_finalizacion = "2023-06-21 00:00:00";

temporizador.png


Note: for this to work you must have the ArpyAge levelsystem plugin.

Credits:
ZayterDep (Code)
ArpyAge (LevelSystem Plugin)

I hope you like it! I plan to bring more contributions!
 
Last edited:
Developer
Developer
Joined
Aug 10, 2011
Messages
7,393
Reaction score
3,289
Pretty useless without the actual plugin?

Also please post the sources on github or some other place. Mediafire links tend to die.
 
Back
Top