Jump to content

[C++]Cambiar el Maximo de Jugadores en Party


MiGueLiT0

Recommended Posts

Bueno chic@s me encontre esta guia en dev quizas es algo inutil para algunas personas pero ami me ha servido, y es por eso que se las traigo a ustedes :D

 

Vamos a Game/party.h

 

y buscamos:

enum // unit : minute
{
	PARTY_ENOUGH_MINUTE_FOR_EXP_BONUS = 60, // ÆÄƼ °á¼º ÈÄ 60ºÐ ÈÄ ºÎÅÍ Ãß°¡ °æÇèÄ¡ º¸³Ê½º
	PARTY_HEAL_COOLTIME_LONG = 60,
	PARTY_HEAL_COOLTIME_SHORT = 30,
	PARTY_MAX_MEMBER = 8,
	PARTY_DEFAULT_RANGE = 5000,
};

Luego solamente tenemos que editar esto:

PARTY_MAX_MEMBER = 8,

Solamente se cambia el 8 por el numero que ustedes quieran para su servidor ;)

 

 

Espero les haya gustado x3

 

Creditos: Daskuchen

Link to comment
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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...