Jump to content
  • 0

[Java Help]Subclass Exploit!


sτrίkε-

Question

At New Revisions of l2jfree gracia II the subclass exploit is fixed....

but i want to add a text if any1 go to make it...

so

at L2VillageMasterInstance

is this

			if 

(!FloodProtector.getInstance().tryPerformAction(player.getObjectId(), 

FloodProtector.PROTECTED_SUBCLASS))
			{
				_log.warn("Player "+player.getName()+" has performed a subclass 

change too fast");
				return;
			}

 

How I Can Add Text?to Send player?

if i make this

{

player.sendmessage("You Can Only Add/Change/Cancel SubClass Into 10 Seconds");

  return;

}

under to this code

my build is failure...

can any1 help me?

 

OK SOLVED....

THNX MAFIA!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.


×
×
  • Create New...