Jump to content
  • 0
Sign in to follow this  
Pandaaa

Reduce Guild capacity into 26 members only [Help]

Question

mmo.h

#endif
#ifndef MAX_GUILD
#define MAX_GUILD (BASE_GUILD_SIZE+10*1) // Increased max guild members +6 per 1 extension levels [Lupus]
#endif

int_guild.c


	// Set the max number of members, Guild Extension skill - currently adds 6 to max per skill lv.
	g->max_member = BASE_GUILD_SIZE + inter_guild->checkskill(g, GD_EXTENSION) * 1;
	if(g->max_member > MAX_GUILD)

error i get after compile the runs the server

[Warning]: HPMDataCheck:HPMHooking: 'guild' size mismatch 11336 != 7736

[Fatal Error]: HPM:plugin_load: 'plugins/HPMHooking_map.dll' failed DataCheck, out of sync from the core (recompile plugin)!
 
annd
 
[Warning]: HPMDataCheck:HPMHooking: 'guild' size mismatch 11336 != 7736

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

you must rebuild also all plugins. It show error what HPM not recompiled

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.