Jump to content

Starterpacks + Payment System


Recommended Posts

Hello, MXC administrators

 

I present to you the latest module, "Starter Packs," for your L2J servers.

Ensure that your project starts with maximum possibilities and player comfort.

 

🚀 Key features of our module:

A simple and convenient way for players to choose from the available starter packs. Simply provide your in-game nickname, click the "Buy" button, and after a successful payment, the selected starter pack will be automatically credited in the game.

 

Your website will have a list of packs with detailed information: name, price, discount, unique item identifier (ID), item quantity, and enchantment level, all customizable in a convenient configuration file.

 

Example configuration:

 

Spoiler

// Starter Packs Config
$startpacks = [
    'noob_pack' => [
        'title' => 'Noob Pack',
        'discount' => 30,
        'price' => 10,
        'items' => [
            ['item_id' => 4037, 'item_count' => 200, 'enchant' => 0],
            ['item_id' => 6673, 'item_count' => 200, 'enchant' => 0],
            ['item_id' => 959, 'item_count' => 2, 'enchant' => 0],
            ['item_id' => 6577, 'item_count' => 2, 'enchant' => 0],
            ['item_id' => 5592, 'item_count' => 50, 'enchant' => 0],
        ],
    ],
    'basic_pack' => [
        'title' => 'Basic Pack',
        'discount' => 50,
        'price' => 20,
        'items' => [
            ['item_id' => 4037, 'item_count' => 300, 'enchant' => 0],
            ['item_id' => 6673, 'item_count' => 400, 'enchant' => 0],
            ['item_id' => 959, 'item_count' => 3, 'enchant' => 0],
            ['item_id' => 6658, 'item_count' => 1, 'enchant' => 8],
            ['item_id' => 6577, 'item_count' => 3, 'enchant' => 0],
            ['item_id' => 5592, 'item_count' => 100, 'enchant' => 0],
            ['item_id' => 728, 'item_count' => 200, 'enchant' => 0],
            ['item_id' => 1539, 'item_count' => 500, 'enchant' => 0],
        ],
    ],
];

 

You only need to specify the items in the config
Item Icons and item name are displayed automatically
The data is parsed with itemname-e (it is possible to use your itemname-e.dat) For data parsing

 

 

The module comes with one payment system of your choice, but if you need to add additional payment systems, we are always ready to assist for a small additional fee.

Currently supported payment systems include Paypal, Primepayments, Stripe, Enot and Freekassa.

 

The installation of the module is easy and intuitive, allowing you to quickly integrate it into your website.

 

Our module works on PHP version 5.6 and above, using JavaScript and SQL, making it compatible with most modern hosting environments.

We guarantee the complete security of the module against SQL injections and webhooks.

All data is rigorously checked and matched with the database, ensuring the safety of your players.

 

The cost of our module is only $120, and its installation on your website is absolutely free after purchase!

 

Demo Link: Here

 

Contact us, and we will gladly provide you with a link for a detailed demonstration of the module's operation.

Telegram: Arvin

Discord: lin2web

Email: kenrix@mail.ru

 

 

Give your players the best start with our starter packs!

 

startpack.jpg

startpack-popup.jpg

 

Edited by Kenrix
  • Like 1
  • Upvote 1
Link to comment
Share on other sites

2 hours ago, Kenrix said:

 

yes full work, back-end and frontend

 

Sorry the front-end wasn't fully made by you, 80% is my work there. But the back-end looks pretty cool, good luck with your cms project!

Link to comment
Share on other sites

  • 2 months later...

To celebrate the New Year 2024, we are offering a 50% discount on our products,

reducing the price from $120 to $60.

 

This special promotion is valid until January 13, 2024.

 

Don't miss out on this great opportunity!

 

Telegram: https://telegram.im/lin2web

Discord: https://discord.com/invite/tmNHGcdGQv

 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...