[Help] with SRC IGCN Season 9 Server....

Results 1 to 1 of 1
  1. #1
    Apprentice Avgust is offline
    MemberRank
    Jan 2018 Join Date
    18Posts

    smile [Help] with SRC IGCN Season 9 Server....

    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??




Advertisement