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.
L2jMobius has a variety of servers, that all are actively developed.
https://gitlab.com/MobiusDevelopment/L2J_Mobius
Better version if you donate 200 euros to the project? Yes.
https://l2jmobius.org
A tutorial is provided.
https://l2jmobius.org/forum/index.php?topic=3231.0
Please do not come if you cannot compile and test on your own.
MidnightSell team WTB/WTS GOLD TWW EU/US all servers
Cataclysm all servers
Payment Visa/Master/Btc/Eth/Trc-20/Erc-20 (all payments within 10 min)
For all question pls dm
Discord https://discord.gg/h8AN57qJjK
Or Telegram @MidnightSell
Looking for gracia final or gracia epilogue java server. The seller must include full source files
test server is a must,please dont come with shared files. PM ME
Question
ncg667
Hi i want to set all magic skills can Absorbs 30% of damage .
And i add this "<set name="absorbPart" val="0.3" /> <!-- absorbs 30% of damage -->"
To other magic skills (such as Skills number :1220 Blaze for Human)
but its not work.
any one can help me?
<skill id="1220" levels="8" name="Blaze">
<table name="#mpInitialConsume"> 4 4 5 5 5 6 6 6 </table>
<table name="#mpConsume"> 14 16 17 18 20 21 23 24 </table>
<table name="#magicLvl"> 17 20 23 25 28 30 33 35 </table>
<table name="#power"> 23 26 29 32 35 38 42 44 </table>
<set name="mpInitialConsume" val="#mpInitialConsume" />
<set name="mpConsume" val="#mpConsume" />
<set name="magicLvl" val="#magicLvl" />
<set name="power" val="#power" />
<set name="target" val="TARGET_ONE" />
<set name="element" val="0" /> <!-- Fire -->
<set name="elementPower" val="20" />
<set name="reuseDelay" val="1000" />
<set name="hitTime" val="4000" />
<set name="skillType" val="MDAM" />
<set name="isMagic" val="1" /> <!-- Magic Skill -->
<set name="operateType" val="A1" />
<set name="castRange" val="750" />
<set name="effectRange" val="1250" />
<set name="absorbPart" val="0.3" />
</skill>
Its use L2JTW Tauti Version
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.