Nitzamc Posted November 21, 2013 Posted November 21, 2013 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 Quote
0 freedy Posted November 21, 2013 Posted November 21, 2013 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. Quote
0 Nitzamc Posted November 21, 2013 Author Posted November 21, 2013 @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 Quote
0 freedy Posted November 21, 2013 Posted November 21, 2013 then I believe there is also function in core that checks skill conditions and you can hardcode there that you cant use skill on party members... Quote
0 Nitzamc Posted November 22, 2013 Author Posted November 22, 2013 yeah i know that but i'm still asking for xml conditions list ! Quote
0 Machinist Posted November 22, 2013 Posted November 22, 2013 (edited) 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 November 22, 2013 by Machinist Quote
0 Nitzamc Posted November 25, 2013 Author Posted November 25, 2013 i think there has to be a condition!!!! Quote
0 Stewie Posted November 25, 2013 Posted November 25, 2013 (edited) 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 November 25, 2013 by Stewie Quote
Question
Nitzamc
hi. i want to add a condition on a skill for example lets say ( fire vortex ) in .xml file
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
but nothing hahaha :D so give me help please
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.