Jump to content

Recommended Posts

Hi,
I don't find any tutorials for editing point win in guild war (100), (I need change this in 30).
And edit max members guild (70), (I need change this to 15).
Anyone know who I need edit for change this settings?
Thx for eventually help.

 

Edited by calinv

So win point in server files game/src/guild_war.cpp

 

Search : p.lWarPrice = guildWarInfo.iWarPrice;

 

Replace: p.lWarPrice = 15;

 

Search sys_log(0, "GuildWar.WaitStartSendToDB id(%d vs %d), type(%d), bet(%d), map_index(%d)", 
                        GetID(), dwOppGID, saved_type, guildWarInfo.iWarPrice, guildWarInfo.lMapIndex);

 

Replace: sys_log(0, "GuildWar.WaitStartSendToDB id(%d vs %d), type(%d), bet(15), map_index(%d)", 
                        GetID(), dwOppGID, saved_type, guildWarInfo.lMapIndex);

 

 

Member in server files game/src/guild.cpp

 

Search: int CGuild::GetMaxMemberCount()

 

Replace this function:

 

int CGuild::GetMaxMemberCount()
{
    if(m_iMemberCountBonus < 0 || m_iMemberCountBonus > 18)
        m_iMemberCountBonus = 0;

    return 30 + m_iMemberCountBonus; // This will be fixed 30
}

 

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.