Daubas Posted March 30, 2012 Posted March 30, 2012 How to make , then you teleported in oly you dont see your opponent ? Quote
0 vampir Posted March 30, 2012 Posted March 30, 2012 check how the skill Hide is working or //invis, then easy u can make it for olympiad opponent :) Quote
0 UnixCode Posted March 31, 2012 Posted March 31, 2012 use the getAppearance().setInvisible(boolean x); method of L2PcInstance class Quote
0 AbsolutePower Posted March 31, 2012 Posted March 31, 2012 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 Quote
0 KruMix Posted March 31, 2012 Posted March 31, 2012 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! Quote
0 AbsolutePower Posted March 31, 2012 Posted March 31, 2012 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 Quote
0 KruMix Posted March 31, 2012 Posted March 31, 2012 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! Quote
0 AbsolutePower Posted March 31, 2012 Posted March 31, 2012 Maybe, but author request invisible not invulnerbale! xaxa :P Quote
Question
Daubas
How to make , then you teleported in oly you dont see your opponent ?
7 answers to this question
Recommended Posts
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.