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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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