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!

MUcore credits problem

Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
Unable to buy this item, reason: you don't have enough credits.

The account I have, has 50k credits on the account.

Code:
/*-----------------------------------------------------*\
| MUCore's MUCoins SQL Table Settings:                  |
|                                                       |
|  MU_COINS_TABLE : MUCoins table name                  |
|  MU_COINS_COLUMN : MUCoins (Credits) column name      |
|  MU_COINS_USERID_COLUMN : MUCoins User ID column name |
\*-----------------------------------------------------*/

define('MU_COINS_TABLE','memb_info');

define('MU_COINS_COLUMN','credits');

define('MU_COINS_USERID_COLUMN','memb___id');

define('MU_SCOINS_TABLE','memb_credits');

define('MU_SCOINS_COLUMN','credits');

define('MU_SCOINS_USERID_COLUMN','memb___id');

The tables are correct aswell. Why isn't it reading the right table?
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
Where you try purchase? Webshop.php?
Anyway, post here the full code of the file that you try purchase. (Copy only query’s codes)
 
Upvote 0
Back
Top