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
4
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 - [Arcturus emulator] BattlePass rewards PHP for levelsystem - RaGEZONE Forums


bp2 - [Arcturus emulator] BattlePass rewards PHP for levelsystem - RaGEZONE Forums


buscador - [Arcturus emulator] BattlePass rewards PHP for levelsystem - RaGEZONE Forums


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 - [Arcturus emulator] BattlePass rewards PHP for levelsystem - RaGEZONE Forums


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!
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top