[MUCORE] MODULES


MUCore modules coded by me, enjoy.

Exchange Module

Info:
This module will allow you to exchange:
- Credits for Zen, WCoinC, WCoinP, GoblinPoints
- Zen, WCoinC, WCoinP, GoblinPoints, Online Hours and Resets for Credits

XML Setting:
Code:
<exchange_settings>
<zen>25000000</zen>
<coin>25</coin>
<gp>50</gp>
<credwc>50</credwc>
<credwp>50</credwp>
<credgp>100</credgp>
<credzen>50000000</credzen>
<resets_need>1</resets_need>
<online_hour_need>10</online_hour_need>
</exchange_settings>
Download: MEGA

Personal Messages

Info:
Sending messages to other players on website. Messages are sent to AccountID (not to character's nickname).

XML Setting:
Code:
<pm_settings>
<active>1</active>
<message_length>1024</message_length>
</pm_settings>
Download:
MEGA

Transfer Credits, WCoins, Goblin Points

Info:
Transfering Credits, WCoins and Goblin Points between accounts.

XML Setting:
Code:
<transfer_settings>
<tax>1</tax> <!-- Values 0/1, 0 - no tax, 1 - tax -->
<credits>1</credits> 
<wcoinc>1</wcoinc>
<wcoinp>1</wcoinp>
<gp>1</gp>
</transfer_settings>
Download:
MEGA

Paymentwall Donation System

Info:
Donation system for your server.

Download:
MEGA

SuperRewards Donation System

Info:
Donation system for your server.

Download:
MEGA



Soon there will be more modules, maybe also some templates.

Want new custom module for MUCore? Post your idea here or write me PM and when I will have enough time, I will code it and release here. (we can also deal on private modules)



Additional information about modules
- All modules are 100% non-encrypted.
- Modules were coded for IGCN files, if your DB structure is different, you must edit table/columns names in module.
- Modules were tested under MSSQL2012 and XAMPP 1.7.3 with MSSQL connection (ODBC connection could not work).

Comments