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.
hello everyone !
I need help with a l2script Rev H5-Salvation/Classic build. I compiled the project, installed everything but I can't log in to the server, it won't log me in. I tried a thousand ways without good results. I leave you the error when logging in either with the H5-Salvation Client.
ERROR ---> WARN: IPBANMANAGER ---> IP !!!!
I'm waiting for help! Thank you!
Hello !
I have a problem when connecting to the pack with the Salvation client, it blocks my IP, I see that the account is created in the database but it remains logged in.
Any idea what it could be? ALso with H5 CLient !
Thank you !
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.