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;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...