Jump to content

Party - change range of sharing experience


Recommended Posts

Hello guys, again small thing for beginners, if you would like to increase or decrease range of sharing EXP in party you have to find file called "party.h" in your server's source

On the top of "party.h" you should find:

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,
};

If you want to increase the range of sharing experience in party you should change "PARTY_DEFAULT_RANGE", I recommend to set this to 10000, it gives us many opportunities of exping in party in any location.

 

If you have any questions, I will try to help you.

Edited by klapekniekapek
  • kekw 2
  • Lmao 1
Link to comment
Share on other sites

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.