🚨 Only 2 Days Left Until Our Beta Launch! 🚨
The wait is almost over! In just two days, we'll be opening up our beta, and there's so much for you to explore and experience. We can't wait for you to dive in, test things out, and share your thoughts with us.
Your feedback will help shape the future, and we're excited to have you on this journey with us! 🌟
ADD YOUR SERVERS AND PROMOTE YOUR SERVER FOR FREE.
For owners, our team offers quality advertising services!
Website: https://top.4teambr.com
Premium account free for 7 days
VoteSystem/Callback/API
Question
nolimmit
Hello guys,
I'm beginner in compile Java so i want to ask you few things about :
1) I want to know where I can find Classes Passive Skills in source and how I can add/delete skill or nerf a class.
I have other server who had this but i don't know how to compile to do a skill.xml same like this to can change all this staff more easy :
Passive Skills for Balanced Class [sTART]
-->
<skill id="8100" levels="1" name="Gladiator">
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<for>
<mul val='0.95' order='0x30' stat='pAtkSpd'/>
<mul val='0.7' order='0x30' stat='cAtk'/>
<add val='100' order='0x40' stat='maxHp'/>
<mul val='0.8' order='0x30' stat='maxHp'/>
<mul val='0.8' order='0x30' stat='maxCp'/>
<mul val='0.9' order='0x30' stat='pDef'/>
<mul val='0.0' order='0x30' stat='reflectDam'/>
</for>
</skill>
<skill id="8101" levels="1" name="Warlord">
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<for>
<add val='7' order='0x40' stat='accCombat'/>
<mul val='1.05' order='0x30' stat='pAtkSpd'/>
<add val='1000' order='0x40' stat='maxHp'/>
<mul val='0.0' order='0x30' stat='reflectDam'/>
</for>
If anyone know please don't hesitate to answer. Thank you so much guys
Link to comment
Share on other sites
8 answers to this question
Recommended Posts