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!

EP7 Classic Gameplay Source/Gui/Server Files/sQL db

Newbie Spellweaver
Joined
Feb 24, 2015
Messages
57
Reaction score
7
You can manually add using sql RanShop > dbo.ShopItemMap right click and open table.
or you can use admin panel of your website.
leakerthegreat - EP7 Classic Gameplay Source/Gui/Server Files/sQL db - RaGEZONE Forums


Failed to buy
 
Custom Title Activated
Loyal Member
Joined
Dec 16, 2012
Messages
1,125
Reaction score
93
I assume you using old char creation..
open up your NewCreateCharPage.cpp

find this!!

void CNewCreateCharPage::CREATE_CHAR_PROCESS(){
CUIEditBox* pEditBox = m_pStylePage->GetEditBox();
if ( !pEditBox ) return;
if ( !pEditBox->GetEditLength() ) return;
CString strTemp = pEditBox->GetEditString ();
pEditBox->EndEdit();

if ( !CheckStringName ( strTemp ) )
{
pEditBox->ClearEdit();
return;
}

// fuckin uncomment this
/* if ( CRanFilter::GetInstance().NameFilter ( strTemp.GetString () ) )
{
DoModalOuter ( ID2GAMEEXTEXT("CHARACTER_BADNAME") );
return ;
}*/

DxLobyStage *pLobyStage = DxGlobalStage::GetInstance().GetLobyStage();
const GLCHAR_NEWINFO& sNEWINFO = pLobyStage->GetNewCharInfo ();
if ( sNEWINFO.CHECKVALID () )
{
CNetClient* pNetClient = DxGlobalStage::GetInstance().GetNetClient ();
pNetClient->SndCreateChaInfo
(
sNEWINFO.m_emIndex, /*ºÎ¼­*/
sNEWINFO.m_wSchool, /*Çб³*/
sNEWINFO.m_wFace, /*¾ó±¼*/
sNEWINFO.m_wHair, /*Çì¾î*/
sNEWINFO.m_wHairColor, /*Çì¾îÄ÷¯*/
sNEWINFO.m_wSex, /*¼ºº°*/
strTemp.GetString ()
);
// COuterInterface::GetInstance().HideGroup ( GetWndID () );
// COuterInterface::GetInstance().ShowGroupFocus ( SELECT_CHARACTER_PAGE );
}
m_bUseCancel = FALSE;
}

It should fix your problem,,
but it appear new problem,
your user can create character name using badname HA HA HA
but who cares you are not setting up official server, no problem on bad name!!!!
HA HA HA

hi sir! i try uncomment the code but still error internet disconnected!!


 
Skilled Illusionist
Joined
Apr 17, 2012
Messages
348
Reaction score
29
i got already!! now my problem after i log in put/type my username and password a client get will hang no response .. how to fix

Hi, you seemed to be working on this files, can I ask one favor? can you show me the skill ui of a learned skill? either emulator or live will do. please?
 
Junior Spellweaver
Joined
Dec 16, 2013
Messages
158
Reaction score
7
any one can share the bin files
i got erorr when i build emulator item editor etc....

Thanks

Sorry For My Broken English
 
Custom Title Activated
Loyal Member
Joined
Dec 16, 2012
Messages
1,125
Reaction score
93
Hi, you seemed to be working on this files, can I ask one favor? can you show me the skill ui of a learned skill? either emulator or live will do. please?



sorry sir!! i worked this files only in login but i cant enter the game , problem exist still hang the minia.exe i dunno how to fix correctly



any one can share the bin files
i got erorr when i build emulator item editor etc....

Thanks

Sorry For My Broken English
here for you !! http://www.mediafire.com/file/lizpg763d2dhs7u/LUPIN-III.rar/file
 
Skilled Illusionist
Joined
Apr 17, 2012
Messages
348
Reaction score
29
please anyone share your working database :) always Name Invalid!

If no one's going to give you, try to check it on the source, i think its s_cOdbcChaSave something.. there you will have all the column names for your RanGame1 database. just add the missing one's and it should be fine...
 
Initiate Mage
Joined
Sep 7, 2018
Messages
3
Reaction score
0
[h=2]Re: EP7 Classic Gameplay Source/Gui/Server Files/sQL db[/h]

leakerthegreat - EP7 Classic Gameplay Source/Gui/Server Files/sQL db - RaGEZONE Forums
Originally Posted by imasexgod3 leakerthegreat - EP7 Classic Gameplay Source/Gui/Server Files/sQL db - RaGEZONE Forums
care to put some guide on how you add some tables in rangame1? or can you share your working RangGame1.bak. thanks



ChaMMRP
ChaContribP

INT
Allow Null Press like Thanks

back read​
 
Back
Top