Help me!!! Error UI in Windows 10 pro.
windows 7 client works perfect.
Help me!!! Error UI in Windows 10 pro.
windows 7 client works perfect.
Anyone also having a difficulties on chatting ingame? The chat system is not 100% accurate that I can type.
- - - Updated - - -
So where is the Castle Siege Location here in S8? I only have a one channel list and there's no DeepLoren/ValleyOfLoren in map list. ANyone can help?
PS: newbie at S8 sorry✌
guys anybody encounter with selupan, maya, and medusa have no items drops even you have a high rate in there eventitembags?
- - - Updated - - -
I've already solve my 1 problem about using /post and ! when you are a normal char.. just only change to 98
like this problem and now its now working
case '!': // Global Announcement
if ( slen > 2 )
{
if (CheckAuthority(98,lpObj) == 1) {
Minor bug. If RF kills monster in one blow, damage doesn't show.
Wow, this is nice.
Last edited by rusolp; 16-09-15 at 12:44 AM.
I'm using latest db.
I made the next changes:
Added Credits column into Character table as Int not null (0)
In multiserver (DataServerDB.cpp) changed
forsprintf(szQuery,"SELECT cLevel, Class, LevelUpPoint, Experience, Strength, Dexterity, Vitality, Energy, Money, Life, MaxLife, Mana, MaxMana, MapNumber, MapPosX, MapPosY, MapDir, PkCount, PkLevel, PkTime, CtlCode, DbVersion, Leadership, ChatLimitTime, FruitPoint,ExInventory,%s FROM Character WHERE Name='%s' AND AccountID = '%s'",g_DSInfo.dbResetCol,szName,szAccountID);
and addedsprintf(szQuery,"SELECT cLevel, Class, LevelUpPoint, Experience, Strength, Dexterity, Vitality, Energy, Money, Life, MaxLife, Mana, MaxMana, MapNumber, MapPosX, MapPosY, MapDir, PkCount, PkLevel, PkTime, CtlCode, DbVersion, Leadership, ChatLimitTime, FruitPoint,ExInventory,%s,Credits FROM Character WHERE Name='%s' AND AccountID = '%s'",g_DSInfo.dbResetCol,szName,szAccountID);
afterlpResult->Credits = (DWORD)g_DataServerDB.GetInt("Credits");
lpResult->btExInventory = g_DataServerDB.GetInt("ExInventory");
To save credits usage, change:
forsprintf(szQuery,"UPDATE Character SET cLevel=%d,Class=%d,LevelUpPoint=%d, Experience=%u, Strength=%d, Dexterity=%d, Vitality=%d, Energy=%d, Money=%d, Life=%f, MaxLife=%f, Mana=%f, MaxMana=%f, MapNumber=%d, MapPosX=%d, MapPosY=%d, MapDir=%d, PkCount=%d, PkLevel=%d, PkTime=%d, DbVersion=3, Leadership=%d, ChatLimitTime=%d, FruitPoint=%d,%s=%d WHERE Name = '%s'",
lpMsg->Level, lpMsg->Class, lpMsg->LevelUpPoint, lpMsg->Exp, lpMsg->Str, lpMsg->Dex, lpMsg->Vit, lpMsg->Energy, lpMsg->Money, float(lpMsg->Life), float(lpMsg->MaxLife), float(lpMsg->Mana), float(lpMsg->MaxMana), lpMsg->MapNumber, lpMsg->MapX, lpMsg->MapY, lpMsg->Dir, lpMsg->PkCount, lpMsg->PkLevel, lpMsg->PkTime, lpMsg->Leadership, lpMsg->ChatLitmitTime, lpMsg->iFruitPoint,g_DSInfo.dbResetCol,lpMsg->iReset,szName);
sprintf(szQuery,"UPDATE Character SET cLevel=%d,Class=%d,LevelUpPoint=%d, Experience=%u, Strength=%d, Dexterity=%d, Vitality=%d, Energy=%d, Money=%d, Life=%f, MaxLife=%f, Mana=%f, MaxMana=%f, MapNumber=%d, MapPosX=%d, MapPosY=%d, MapDir=%d, PkCount=%d, PkLevel=%d, PkTime=%d, DbVersion=3, Leadership=%d, ChatLimitTime=%d, FruitPoint=%d,%s=%d,Credits WHERE Name = '%s'",
lpMsg->Level, lpMsg->Class, lpMsg->LevelUpPoint, lpMsg->Exp, lpMsg->Str, lpMsg->Dex, lpMsg->Vit, lpMsg->Energy, lpMsg->Money, float(lpMsg->Life), float(lpMsg->MaxLife), float(lpMsg->Mana), float(lpMsg->MaxMana), lpMsg->MapNumber, lpMsg->MapX, lpMsg->MapY, lpMsg->Dir, lpMsg->PkCount, lpMsg->PkLevel, lpMsg->PkTime, lpMsg->Leadership, lpMsg->ChatLitmitTime, lpMsg->iFruitPoint,g_DSInfo.dbResetCol,lpMsg->iReset, lpMsg->Credits, szName);
In GameServer (protocol.cpp) change:
forrequestDbUpdateCredits(lpObj, lpObj->m_Credits, tmpPrice);
in GameServer (DSProtocol.cpp) change:GJSetCharacterInfo(lpObj, lpObj->m_Index, FALSE);
afterpCSave.m_Credits = lpObj->m_Credits;
pCSave.iFruitPoint = lpObj->iFruitPoint;
I added a function on my website to move credits from normal cashshop to this npc shop and back plus some msg at game login but this is election of every server owner..
I have error with items exe is a visual bug of client you can help me please ?
cpu usage is less than 10% if one server
but two server using cpu 100%.
How do I fix it?
any one know how to fix this problem? when i make errtel it will give you 1 opts but when you go log out or switch char it will be max opt.
![]()