Up
Sent from my iPhone using Tapatalk
Printable View
My Client still cant connect to the Server. then i realize that there is one error in the MultiServer:
[EventServer] SQLSTATE:42000, Áø´ÜÁ¤º¸:[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database "MU2003_EVENT_DATA" requested by the login. The login failed.
i tried to solve the problem. but it is not friendly to me.
anyway update 7 Server files doing fine. But in update 8 the error above persist. any idea?
Hi , how do i change the color from command /post ? Is red and I dont like it :|
well what i need to see ?
http://s23.postimg.org/429brr30r/hyyyyyyyyyyyy.png
hello people, I share an example to add /reset
add in CommandManager.cpp
case Command::Reset:
{
WORD m_ReqLevel = GetPrivateProfileInt("CommandReset", "Level.Req", 0, gDirPath.GetNewPath(FILE_COMMAND_RESET));
if( lpUser->Level <= m_ReqLevel )
{
MsgOutput(lpUser->m_Index, "[CommandReset]: Level Required is %d",m_ReqLevel);
return;
}
lpUser->Experience = 0;
lpUser->Level = 1;
lpUser->iResetCount += 1;
// lpUser->MasterLevel = 0; --> remove // if you want to pull level master
//----
gObjCloseSet(lpUser->m_Index, 1);
//----
GCServerMsgStringSend(lMsg.Get(MSGGET(14,32)), lpUser->m_Index, 1);
}
break;
// --
//MSGGET(14,32) -> add in Message.xml
//<message index="32">Your messaje reset</message>
//--------------------------------------------------------------
add in CommandManager.h
Reset = 60, --> (continue number list)
//----------------------------------------------------------------
add in CommandManager.xml
<command id="60" access="1" minlevel="0" minreset="0" pricetype="0" price="0" premium="0">/reset</command>
guys pls can some help me with this 390 lvl bug ?
if i will relog at 390 lvl my exp bar get me 0/0 and from monster i have exp but i cant levling up... i dont really kwow how to do becous i have updt 8..
guys, did you see, the problem with "chat" with double enter or tab to write its not found with windows 8.1 installed ? Who know what is the problem with it and if there is a fix for it ..
There's no MuOnline.bak and most of the tools doesn't included with your server files like it did on your video tutorial. I can't restore the database without it, plus there is no query scripts to import into mssql 2008 r2. In another words most of the files have been taken out, but why?
Yea, by reading back some pages. But there is no tools to configure the common files on the client to connect to the server. I got a lot of error with ODBC, I used 64bit then use 32bit back not sure which one I should use. I'm on win 8.1 64bit. Maybe because I used one click installation from RF online? I'm not sure the way one clicked used to set up the mssql 2008 r2 on my pc. It has sa and password.
Thanks for the infor Jeff. Guess I need a clean installation of win 8.1 to try out again. Anyway just let the OP knows that his server files didn't included all the tools it needed for the server.
Since we already have update 11, for sure a lot of fix already been made.
I only will post here if someone help with muun. Since in a new version i changed client to Season 9
Att, SmileY