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!

[Release] MUCore Modules by jacubb

ImperiaMuCMS CEO
Loyal Member
Joined
Jul 4, 2011
Messages
1,390
Reaction score
370
Hello,

in this thread I will release 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:

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:


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:


Paymentwall Donation System

Info:
Donation system for your server.

Download:


SuperRewards Donation System

Info:
Donation system for your server.

Download:




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).
 
Last edited:
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
wow so great but credits = pcpoints? do you have bro?
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
but we can easily to modify this php? or you can give us an example? cause i'm newbie in php.
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
what about TT files it will be work in this release?
 
█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
i have executed sql's added the module just fine? but not exchanging?


jacubb - [Release] MUCore Modules by jacubb - RaGEZONE Forums


jacubb - [Release] MUCore Modules by jacubb - RaGEZONE Forums


thanks!
god bless!
 
Newbie Spellweaver
Joined
Sep 17, 2013
Messages
6
Reaction score
2
good contribution but with 3 module to send the credits Transfer.php runs successfully but when entering wing features wherein said amount of credits received no credit hopefully that can help me in that bug was transferred.
 
Junior Spellweaver
Joined
Sep 20, 2005
Messages
188
Reaction score
12
can u redo the module transfer credits to % and not a single tax?

example.. all time i transfer credits, discount 10% and not 10 wcoin, or the coin that i choose...
 
Back
Top