Jump to content
  • 0

How Make Some Skills and Weapon Effects work only in olympiads? [High Five]


Question

Posted

Hello... well... we all know that in that chronicles like freya, high five, etc... have a LOT of cancels and buff steal... kamaels have cancel, buff steal. dark avenger have cancel. dual dagger with PvP have cancel, etc...

 

so i want know how make all those effects (skills cancel, skills buff steal, pvp weapons cancel) to only work in olympiads... coz in pvp is so much annoying...

 

Thanks & Regards :D

5 answers to this question

Recommended Posts

  • 0
Posted
seek the xml of what you want to change and

<cond>

<player olympiad ="true" />

</cond>

 

It only works for skill that you don't want to work in Olympiad mode. He wants opposite. Skills that only works on Olympiad.

 

 

Cancel type skills is a part of Lineage II, but anyway...

 

Find the handler skills (Cancel, StealBuffs) and write a condition for only use in OlympiadState:

 

                        player.setIsInOlympiadMode(true);

 

 

  • 0
Posted

no, you need to have the cond to use the skill, so if you are in olympiad then cond is true and you can use the skill, and if im wrong just set the player olympiad to false

 

btw

player.setIsInOlympiadMode(true); set the cond that he is in oly, so whereever you are if you use cancel you will set yourself in oly mode and use the skill

 

player.IsInOlympiadMode() return if hes in oly so you can check this condition

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