Jump to content

Recommended Posts

Posted

*L2PcInstance.java

 

Hello , with this code , if the leader of the clan is a HERO .. the clan will be rewarded by taking full clan skills (for its level)

 

Cool HuH?!

 

So , 1st of all find

 

private void regiveTemporarySkills()

 

 

Then  go and paste this!

 

// Add clan skills

	L2PcInstance player = getClient().getActiveChar();

	if (getClan() !=null && getClan().getReputationScore() >= 0)
{

	if (player.isClanLeader() && player.isHero())
		{
			L2Skill[] skills = getClan() .getAllSkills();
		for (L2Skill sk : skills)
		{
return;

 

 

Thanks ,

 

 

I think its gonna be usefull on low rates ...

Posted

Good Job Revenger ;)

Try to make diffs :D team-->:Create patch ;)

Keep the good work!!

 

-TheEnd

Posted

Good Job Revenger ;)

Try to make diffs :D team-->:Create patch ;)

Keep the good work!!

 

-TheEnd

Thanks ;)

 

Really appreciate your comments guys , but i have not imagination to create BIG codes so i am bored and creating shiatz :P

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock