For Owners of Gracia Final

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
andr3iu7z
Posts: 114
Joined: Sun Jan 10, 2010 2:25 pm

For Owners of Gracia Final

Post by andr3iu7z »

I think all owners of gracia final are pissed of about l2phx and party flood exploit that make u from level 1 to 70+.
I found a solutions that really works.
You can change your starting level to 5(or any value but not 1) and u need to change that from level 0-20 u dont delevel.
For the one who dont knows:
With phx you can make a script for party flood and you will get a lot of more XP but only if you are level 1.

I hope help u all, please comment :D.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: For Owners of Gracia Final

Post by janiii »

it would help more to know what that script does.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: For Owners of Gracia Final

Post by JIV »

andr3iu7z
Posts: 114
Joined: Sun Jan 10, 2010 2:25 pm

Re: For Owners of Gracia Final

Post by andr3iu7z »

i dont know the full script and i know only how it works ... but for start i think is good this too :D
LE: if i do this the script will stop working?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: For Owners of Gracia Final

Post by janiii »

andr3iu7z wrote:i dont know the full script and i know only how it works ... but for start i think is good this too :D
LE: if i do this the script will stop working?
you know how it work, then post a l2j dev a pm with a description how it works. if you mean what to do in l2phx to bug it.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
andr3iu7z
Posts: 114
Joined: Sun Jan 10, 2010 2:25 pm

Re: For Owners of Gracia Final

Post by andr3iu7z »

I know its a party flood script and you need 2 characters. i also so that they giving party but when they kill mobs 1 is tanker that agro mob and the lower one that need to be level 1 is killing.
i dont know what party flood mean i know only from what that player told me... and he also sad to me that be bought that script from Russian or smth like.
That's all i know but i saw the power of script. maked 48 in catacomb in branded...
Uphillyout
Posts: 255
Joined: Wed Jan 20, 2010 9:06 pm

Re: For Owners of Gracia Final

Post by Uphillyout »

do you have answer for gracia final ? :D
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: For Owners of Gracia Final

Post by janiii »

is really easy to apply the changeset on gracia final.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
tropheo
Posts: 176
Joined: Tue Apr 21, 2009 3:09 pm

Re: For Owners of Gracia Final

Post by tropheo »

Code: Select all

Index: java/net/sf/l2j/gameserver/model/L2Party.java===================================================================--- java/net/sf/l2j/gameserver/model/L2Party.java	(revision 1475)+++ java/net/sf/l2j/gameserver/model/L2Party.java	(working copy)@@ -107,7 +107,7 @@ 	 * returns all party members 	 * @return 	 */-	public FastList<L2PcInstance> getPartyMembers()+	public final FastList<L2PcInstance> getPartyMembers() 	{ 		return _members; 	}@@ -249,6 +249,9 @@ 	 */ 	public synchronized void addPartyMember(L2PcInstance player) 	{+		if (getPartyMembers().contains(player))+			return;+ 		//sends new member party window for all members 		//we do all actions before adding member to a list, this speeds things up a little 		player.sendPacket(new PartySmallWindowAll(player, this));
Post Reply