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.
because you're not encrypting your files with l2encdec.
either encrypt the file or rename it, change it's extension to '.u' and put it in the system folder
Hello MxC community. have issue with Unreal trying to make add some stuff in to my communityboard but having problem with unreal, allways getting error: "Files are coruppted.." Maybe someone could help me to solve why it's like that?
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.