Jump to content
  • 0

L2J - Skill Condition Required To Use


Nitzamc

Question

hi. i want to add a condition on a skill for example lets say ( fire vortex ) in .xml file

[cond]

[cond]

i found documentation on l2jserver site

there are plenty of useful conditions but there aren't all of them 

i wanna find all of the conditions please help me because i want to add on a specific skill not to be able to cast if the target is in your party 

so i tried like 

[cond]
<target party="true">
<target PARTY="true">
[cond]

but nothing hahaha :D so give me help please

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

thats not how it works, the skill works on target thats set in <name target="party" (clan/self/one/area...)> you cant simply do that, but you can change the dmg formulas for that if target is in your party you return 0 dmg.

Link to comment
Share on other sites

  • 0

@freddy  if a player is in my party and i press on the skill ex(vortex) i want it to be unable to use it on party member. i dont want it to use and return 0 dmg...

and something ells where can i find all the conditions? because l2jserver wiki hasn't all the conditions list

Link to comment
Share on other sites

  • 0

Why don't you add a condition inside java, will be more easy, also your conditions for XML you should found them inside java too. A search inside will always help you, make a search for an already known condition

Edited by Machinist
Link to comment
Share on other sites

  • 0

I don't know where exacly you've read about conditions in L2J site but i believe that every condition included in official L2J files are written here:

http://www.l2jserver.com/wiki/Skills

 

If not you should probably request information about conditions that aren't added in it from L2J community.

http://www.l2jserver.com/forum/

Edited by Stewie
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...