Jump to content

Question

7 answers to this question

Recommended Posts

  • 0
Posted

What do you mean - "remove skills", you mean remove effect ot what, explain it better..

  • 0
Posted

Search useMagic method in L2PcInstance

 

	if ((this.isInCombat() && skill.getId() == yourid || skill.getId() == yourid)
	{
		this.sendMessage("You can not use this skill when you are in combat. or something like :D")
		return;
	}

  • 0
Posted

Search useMagic method in L2PcInstance

 

	if ((this.isInCombat() && skill.getId() == yourid || skill.getId() == yourid)
	{
		this.sendMessage("You can not use this skill when you are in combat. or something like :D")
		return;
	}

 

Not need sendPacket(new ActionFailed()); ?

 

And me need when player isincombat remove skills not no when  player isincombat he cannot use this skill :-\

  • 0
Posted

Not need sendPacket(new ActionFailed()); ?

 

And me need when player isincombat remove skills not no when  player isincombat he cannot use this skill :-\

First thing - Learn English

Second - Read the code for 100 times

3rd - Are you blind ?

 

What is difference between "remove skills in combat" and "can not use skill"

 

edit: and your description(personal text) is not a statment

  • 0
Posted

First thing - Learn English

Second - Read the code for 100 times

3rd - Are you blind ?

 

What is difference between "remove skills in combat" and "can not use skill"

 

edit: and your description(personal text) is not a statment

 

Sry for my english language.

 

When i paste this code cannot use skill only send message if player no combat or combat.

  • 0
Posted

Sry for my english language.

 

When i paste this code cannot use skill only send message if player no combat or combat.

I can;t understand you.

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