Page 1 of 1
festival of darkness
Posted: Mon Jul 11, 2011 10:00 am
by 11kazuky11
it is possible to edit the party required in festival of darkness?
I cant find value in "L2FestivalGuideInstance.java"
// Check to see if the party has at least 5 members.
if (playerParty.getMemberCount() < 5)
{
showChatWindow(player, 2, "b", false);
return;
**
Thank You
Re: festival of darkness
Posted: Mon Jul 11, 2011 10:01 am
by jurchiks
what are your desired requirements exactly?
Re: festival of darkness
Posted: Mon Jul 11, 2011 10:16 am
by 11kazuky11
Just want to change MemberCount to 2. Am playing with my friend only.
Re: festival of darkness
Posted: Mon Jul 11, 2011 10:18 am
by jurchiks
So then why don't you just change it to 2? It's right before your eyes man!!
Re: festival of darkness
Posted: Mon Jul 11, 2011 10:49 am
by 11kazuky11
yes yes

but problem is i cant find inside
"L2FestivalGuideInstance.java" any info about
MemberCount value :/ so my question is where or what i need to change.
Re: festival of darkness
Posted: Mon Jul 11, 2011 11:02 am
by Aikimaniac
11kazuky11 wrote:yes yes

but problem is i cant find inside
"L2FestivalGuideInstance.java" any info about
MemberCount value :/ so my question is where or what i need to change.
well..what about to change it in the easiest way in config file ?
http://trac.l2jserver.com/browser/trunk ... rties#L212
Re: festival of darkness
Posted: Mon Jul 11, 2011 11:07 am
by 11kazuky11

not for interlude but thx for help am gonna try to install freya 2night
Re: festival of darkness
Posted: Mon Jul 11, 2011 11:09 am
by jurchiks
dude, you just need to change this:
Code: Select all
if (playerParty.getMemberCount() < 5)
into this:
Code: Select all
if (playerParty.getMemberCount() < 2)
how hard is that to guess?
Re: festival of darkness
Posted: Mon Jul 11, 2011 1:21 pm
by Tan
@jurchiks, please 1 day just day in year could u be nice to other people?
@11kazuky11 i think ur problem is sloved
topic closed.