Jump to content
  • 0

TvT Only Nobless


Aidas

Question

14 answers to this question

Recommended Posts

  • 0

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.

 

 

 

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

fixed

Wouldnt it be better?

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

Link to comment
Share on other sites

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...

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