1) how to make lower chance to mage mcrit, this command is only for damage.. so its dont work
formulas.java
else if (mcrit)
damage *= 2;
2) How to make bigger chance from hero weapons skills, example : Infinity Stinger have Silence skill, to mobs its 80% change to ppl is 5% how to increace chance to ppl?
i tryed no buffs no juvels no armor, still chance around 5%...
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.
Lineage II Classic Einhovant new project is looking for a skilled Java Developer to join our team!
If you're passionate about game development and eager to contribute to this project, we'd love to hear from you.
For more details, feel free to send us a message. Let’s create something amazing together!
Question
remigas
Hi, i have few questions
1) how to make lower chance to mage mcrit, this command is only for damage.. so its dont work
formulas.java
else if (mcrit)
damage *= 2;
2) How to make bigger chance from hero weapons skills, example : Infinity Stinger have Silence skill, to mobs its 80% change to ppl is 5% how to increace chance to ppl?
i tryed no buffs no juvels no armor, still chance around 5%...
Skill :
<skill id="3590" levels="1" name="Silence">
<!-- Infinity Stinger Skill -->
<set name="target" val="TARGET_ONE" />
<set name="skillType" val="MUTE" />
<set name="operateType" val="OP_ACTIVE" />
<set name="magicLvl" val="80" />
<set name="power" val="80" />
<set name="isDebuff" val="true" />
<set name="lvlDepend" val="1" />
<for>
<effect count="1" name="Mute" time="30" val="0" stackOrder="1" stackType="silence"/>
</for>
</skill>
6 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.