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 1.0.8 Premium Full 100% deCode

Newbie Spellweaver
Joined
Nov 25, 2014
Messages
7
Reaction score
1
Bạn ơi mình gặp lỗi này: nếu nhân vật còn point dư thì sau khi reset point dư vẫn còn + thêm point vừa reset, không biết là lỗi ở server hay ở web vậy bạn. Mình đã chỉnh reset thì tự động reset stats về 25 hết r nhưng lỗi vẫn còn. Cám ơn bạn
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
Bạn ơi mình gặp lỗi này: nếu nhân vật còn point dư thì sau khi reset point dư vẫn còn + thêm point vừa reset, không biết là lỗi ở server hay ở web vậy bạn. Mình đã chỉnh reset thì tự động reset stats về 25 hết r nhưng lỗi vẫn còn. Cám ơn bạn

Web mặc định là keep point mà :v
Bạn chỉnh lại trong Control Panel nhé nhần Resetting đó !
 
Junior Spellweaver
Joined
Oct 8, 2014
Messages
126
Reaction score
6
$items = $core_db->Execute("declare @it varbinary(3776); set @it=(SELECT Inventory FROM Character WHERE Name='".$character."'); print @it");

$items = mssql_get_last_message();
$items = substr($items, 2);
$i = 0;
$found = 0;
while($i<12)
{
$item = substr($items,(64*$i), 64);
$i++;
if ($item != "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF")
{
$found = 1;
break;
}
}


if($found==1) {
echo msg('0','Remove all items from character before use this function.');
}

mssql_get_last_message(); This function does not use the ODBC connection
 
Newbie Spellweaver
Joined
Sep 10, 2005
Messages
51
Reaction score
2
hello DaoVanTrong,

let me ask you why reset transfer module is not working ??.
when i try to transfer the ingame reset from transfer_reset module it say success but the ingame reset didnt counted to website reset.
2nd the online_exchange module also not work properly, for some test i made i findout that when you dont have any existing records from memb_credits table in database,the module say exchange success but the credit is not, but when i try to add some users account in memb_credits the module work fine. any idea? i need your expertise advice.

thank you for advance
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
@DaoVanTrong yes, can you fix it.

I'm busy I'll check later.



my login stuck can you help ? I tryed all web plataforms

1. Edit PHP config in php.ini:

+ Require extension enabled:
- MSSQL Drivers (php_mssql.dll PHP 5.2, php_dblib.dll, php_sqlsrv.dll, php_pdo_sqlsrv.dll) if use Connection Type MSSQL
- GD Image Library (php_gd2.dll)
- OpenSSL (php_openssl.dll) if use SMTP Secure Connection (SSL or TSL).

- magic_quotes_gpc must be disabled - Off
- short_open_tag must be enabled – On


Try enable debug mode on config.php and post any error here!
 
Skilled Illusionist
Joined
Jul 26, 2014
Messages
368
Reaction score
15
Help! MUCore not support IGCN.Server x9.2 :(

DVIWur - [Release] MUCore 1.0.8 Premium Full 100% deCode - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 17, 2012
Messages
17
Reaction score
2
does not display the logo of the guild

 
Skilled Illusionist
Joined
Dec 29, 2007
Messages
312
Reaction score
34
I am unable to find where you edit the message terms of service

------edit

I thought :)



I'm trying to use this site to a server season 9 IG more'm this problem raking, does anyone know how to handle it, what the correct name of the db column I put in raking.php?

G3lS4fK - [Release] MUCore 1.0.8 Premium Full 100% deCode - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 4, 2011
Messages
22
Reaction score
0
Lần trước cài được ngon lành. Lần này cài báo Fail ngay Character mu_id sửa làm sao bạn
 
Skilled Illusionist
Joined
Jul 13, 2012
Messages
334
Reaction score
7
how to fix this? someone help me
DaoVanTrong - [Release] MUCore 1.0.8 Premium Full 100% deCode - RaGEZONE Forums
 
Joined
Aug 29, 2011
Messages
512
Reaction score
33
Warning: session_start(): open(/var/lib/php56/session/sess_c5943fabb92c3d500aedd170814f6485, O_RDWR) failed: Permission denied (13) in /home/storage/c/7a/3d/tecmu1/public_html/index.php on line 85

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/storage/c/7a/3d/tecmu1/public_html/index.php:85) in /home/storage/c/7a/3d/tecmu1/public_html/index.php on line 85

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/storage/c/7a/3d/tecmu1/public_html/logger.php on line 4


helpp e have this error
 
Back
Top