festival of darkness

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
11kazuky11
Posts: 20
Joined: Thu Jul 07, 2011 5:47 am

festival of darkness

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: festival of darkness

Post by jurchiks »

what are your desired requirements exactly?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
11kazuky11
Posts: 20
Joined: Thu Jul 07, 2011 5:47 am

Re: festival of darkness

Post by 11kazuky11 »

Just want to change MemberCount to 2. Am playing with my friend only.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: festival of darkness

Post by jurchiks »

So then why don't you just change it to 2? It's right before your eyes man!!
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
11kazuky11
Posts: 20
Joined: Thu Jul 07, 2011 5:47 am

Re: festival of darkness

Post 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.
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: festival of darkness

Post 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
Image
11kazuky11
Posts: 20
Joined: Thu Jul 07, 2011 5:47 am

Re: festival of darkness

Post by 11kazuky11 »

:) not for interlude but thx for help am gonna try to install freya 2night
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: festival of darkness

Post 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?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: festival of darkness

Post 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.
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
Locked