hi everone guys.thanks who wanted help to me in this MuOnline
i have question about adding new command to game like /buy something by coin for users .when i searching SRC, i find in configread.cpp
like that
CIniReader ReadServerInfo(".\\GameServer.ini")' <---- this in server folder
CIniReader ReadCommon(this->GetPath("IGC_Common.ini")); <---- this in server folder
CIniReader ReadChaosBox(this->GetPath("IGC_ChaosBox.ini"));<---- this in server folder
CIniReader ReadItemPrices(this->GetPath("IGC_PriceSettings.ini"));<---- this in server folder
CIniReader ReadCalChar(this->GetPath("IGC_CalcCharacter.ini"));<---- this in server folder
as well some files are in the server folder,
besides this
g_ChangeCmd.LoadFile(this->GetPath("IGC_JoinMu_ChangeCommand.xml"));
g_UpgradeCmd.LoadFile(this->GetPath("IGC_JoinMu_UpgradeCommand.xml"));
IGC_JoinMu_UpgradeCommand.xml
IGC_JoinMu_ChangeCommand.xml not in the server folder.
if i create this files by manually its will be work??
besides this i dont know what must be in this files??
what u are think??


thanks who wanted help to me in this MuOnline
Reply With Quote![[Help] with SRC IGCN Season 9 Server....](http://ragezone.com/hyper728.png)

