Page 1 of 1

For Owners of Gracia Final

Posted: Tue Feb 02, 2010 3:20 pm
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.

Re: For Owners of Gracia Final

Posted: Tue Feb 02, 2010 3:40 pm
by janiii
it would help more to know what that script does.

Re: For Owners of Gracia Final

Posted: Tue Feb 02, 2010 4:35 pm
by JIV

Re: For Owners of Gracia Final

Posted: Tue Feb 02, 2010 4:36 pm
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?

Re: For Owners of Gracia Final

Posted: Tue Feb 02, 2010 4:44 pm
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.

Re: For Owners of Gracia Final

Posted: Tue Feb 02, 2010 4:53 pm
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...

Re: For Owners of Gracia Final

Posted: Wed Feb 03, 2010 8:44 am
by Uphillyout
do you have answer for gracia final ? :D

Re: For Owners of Gracia Final

Posted: Wed Feb 03, 2010 8:49 am
by janiii
is really easy to apply the changeset on gracia final.

Re: For Owners of Gracia Final

Posted: Wed Feb 03, 2010 12:21 pm
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));