Jump to content

[Share] FloodProtection L2MGN Leeorys Bug


Saint®

Recommended Posts

ok guys this is one floodprotect for deposit and withraw items from warehouse (IS NOT BUG BUT FOR SOME PERSON'S LIKE LEEORY YES IT IS..)

 

 

First open FloodProtector.java

 

and put that before or next of SubClass

 

		DESPOSIT(2000),
	WITHRAW(2000)

is the same time with subclass protect..if you want change them...

 

Second go to clientpacktets and search first for ...SendWareHouseDepositList.java

 

open them and put that code....

 

 

if (!FloodProtector.tryPerformAction(player, Protected.DESPOSIT))
		{
			_log.warn("Player "+player.getName()+" has performed a Deposit items in warehouse too fast");
			return;
		}

 

 

Third open SendWareHouseWithDrawList.java

 

and put that code..

 

		if (!FloodProtector.tryPerformAction(player, Protected.WITHRAW))
	{
		_log.warn("Player "+player.getName()+" has performed a Withraw items in warehouse too fast");
		return;
	}

 

 

Now you dont have bug in your server :) xD

 

 

 

L2Phx need packets you can't close all packets and this is not serious problem is just a //fail....

 

Link to comment
Share on other sites

Its not bug?

naaah it can only crash ur server.. nothing special LMAO!

And as TheEnd said ,most devs know it.

Also ,i can find atleast 2 more alternative ways,spooknof :]

GL!

 

EDIT : Put a prefix on your [share].

Rules are for all :]

Link to comment
Share on other sites

Lerroy don't close Threads just beacuse you find them useless.

For three reasons:

1st- Its a complete lack of respect and consideration for other members;

2nd- You may find it useless, but someone else may think is worth reading and trying;

3rd- Last but not least, if I closed every thread I thought to be useless on MxC, about 99% of the L2 Threads would be closed.

Link to comment
Share on other sites

TheEnd & Lerroy

 

He show to us why players cant deposit & withdraw to fast ... thats only ...

 

u can't call it SHARE ... soo fell and respect us here ... ofc its a nothing special ?

 

Anyone said is rock?  ....

Link to comment
Share on other sites

-1 Leeory You know this bug but some People Dont know them I ask to Lock the Topic? No..

 

Why you lock them with out reason? you are admin or somthing else? for you this topic is not good.. but for some people yes it is..

 

Respect Forum Rules..

Link to comment
Share on other sites

He took -1 karma because he just locked a topic??? i see he warned you 3 times for that..anyway it was just a wrong code..

 

 

The code is for gracia Final i made them for that you can change them where is the wrong?

Link to comment
Share on other sites

-1 Leeory You know this bug but some People Dont know them I ask to Lock the Topic? No..

 

Why you lock them with out reason? you are admin or somthing else? for you this topic is not good.. but for some people yes it is..

 

Respect Forum Rules..

Yes i can.I am L2J Dev and you have to agree with the rules too ,as every other member here.

When i warned you ,YOU DID !!!!NOT!!!! fix your title at all.GrisoM did!

Thats why it got locked.Also ,just look at your title.. What i have to do with the thing? Its just a bug which i can crash MGN with.

You could just write "[share] Delay for warehouse" and thats it..

But i get what you're trying to proove.. The thing is you wanted to proove that MGN is totaly bugless.. no quite.

And you just wanted to emberrase me ,and you just failed ,dear Sir.

 

sorry leeroy i cant see any flame here....

It was for inproper title , no prefix (i warned him 2 times) and abusing with his powers... and flaming ,but posts got deleted :]

-1 for your numberless abuse.Now i really know that maxtor doesn't give a damn shit at all.

 

 

EDIT 2 : MaCe ,here you go..

ok guys this is one floodprotect for deposit and withraw items from warehouse (IS NOT BUG BUT FOR SOME PERSON'S LIKE LEEORY YES IT IS..)

 

 

 

 

 

 

 

L2Phx need packets you can't close all packets and this is not serious problem is just a //fail....

 

that was dedicated to me,right?

Link to comment
Share on other sites

Yes i can.I am L2J Dev and you have to agree with the rules too ,as every other member here.

When i warned you ,YOU DID !!!!NOT!!!! fix your title at all.GrisoM did!

Thats why it got locked.Also ,just look at your title.. What i have to do with the thing? Its just a bug which i can crash MGN with.

You could just write "[share] Delay for warehouse" and thats it..

But i get what you're trying to proove.. The thing is you wanted to proove that MGN is totaly bugless.. no quite.

And you just wanted to emberrase me ,and you just failed ,dear Sir.

-1 for your numberless abuse.Now i really know that maxtor doesn't give a damn shit at all.

 

 

 

i am just L2MGN Dev my job is not for share java codes.... ;)  this is your job L2JDev ;)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...