Jump to content
  • 0

Oly invisible.


Question

7 answers to this question

Recommended Posts

  • 0
Posted

check how the skill Hide is working or //invis, then easy u can make it for olympiad opponent :)

  • 0
Posted

How to make  , then you teleported in oly you dont see your opponent  ?

 

find this

protected boolean portPlayersToArena()

  and add

 

			_playerOne.setIsInvul(true);
		_playerTwo.setIsInvul(true);

 

and then find this

protected boolean makeCompetitionStart()

 

and add

 

				_playerOne.setIsInvul(false);
			_playerTwo.setIsInvul(false);

 

 

with this they will be invulnerable until the match starts

  • 0
Posted

find this

protected boolean portPlayersToArena()

  and add

 

			_playerOne.setIsInvul(true);
		_playerTwo.setIsInvul(true);

 

and then find this

protected boolean makeCompetitionStart()

 

and add

 

				_playerOne.setIsInvul(false);
			_playerTwo.setIsInvul(false);

 

 

with this they will be invulnerable until the match starts

He don't need to know how to make opponent invulnerable, he want to know how can be invisible. Read Main topic Again!

  • 0
Posted

He don't need to know how to make opponent invulnerable, he want to know how can be invisible. Read Main topic Again!

why to make them invisible? whats the point?? 

 

anyway he can just add

 

_playerOne.getAppearance().setInvisible();

_playerTwo.getAppearance().setInvisible();

 

but invul is better :P

  • 0
Posted

why to make them invisible? whats the point?? 

 

anyway he can just add

 

_playerOne.getAppearance().setInvisible();

_playerTwo.getAppearance().setInvisible();

 

but invul is better :P

Maybe, but author request invisible not invulnerbale!

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..