Jump to content
  • 0

TvT Only Nobless


Question

14 answers to this question

Recommended Posts

  • 0
Posted

Unlocked.

 

Does someone knows how to do that (TvT only for nobless) ?

 

 

public static boolean checknoble()

{

if (!activeChar.isNoblesseBlessed())

activeChar.sendMessage("you must be noblesse.");

return true;

}

 

hmm??

 

Logic please.

 

 

 

  • 0
Posted

Unlocked.

 

 

hmm??

 

Logic please.

 

 

 

sorry it's my fault

 

add this

 

	public static boolean checknoble()
{
	if (!activeChar.isNoble())
	activeChar.sendMessage("you must be noblesse.");
	return false;
}

  • 0
Posted

fixed

Wouldnt it be better?

public static boolean checknoble()
{
	if (!activeChar.isNoble()){
	          activeChar.sendMessage("you must be noblesse.");
	          return false;
               }
               return true;
}

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