Jump to content

Create Guild Level 20


Recommended Posts

  • Active Member

Hello. Here is function for level 20 when create guild.

Guild.cpp

Search

Search                "VALUES('%s', %u, 1000, 1, 0, 0, '\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0')", 
Change with
               	"VALUES('%s', %u, 1000, 20, 0, 0, '\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0')",
Search     m_data.level = 0;
Change with
	m_data.level = 20;

Thanks to @Vanilla for ladder point fix

Guild_war.cpp

if (test_server || quest::CQuestManager::instance().GetEventFlag("guild_war_test") != 0)

	        return GetLadderPoint() > 0;

 

Link to comment
Share on other sites

  • 1 month later...

Announcements



×
×
  • 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.