- 0
[Help]Defining a skill
-
Posts
-
🌟 Need fast setup and guaranteed warranty? All products are fully tested and delivered instantly 24/7.
-
By L2Warfront · Posted
7 DAYS TO CLOSED BETA! WARFRONT Closed Beta begins in just 7 days! If you're planning to participate and haven't registered yet, please make sure you [b]register now[/b]. If you're coming with friends or your clan, please make sure they register too — registration only takes a few seconds. https://l2warfront.com/ Over the next couple of days I will begin sending emails to registered players containing: Account registration/access link WARFRONT Game Client WARFRONT Launcher Final Closed Beta instructions Important: Special Closed Beta participant rewards will also be distributed using the email address you registered with, so please make sure you've registered with a valid email you can access. Closed Beta: 3 October 2026 — 19:00 GMT+0 We're almost there. 7 days. Angels vs Demons. See you on the battlefield. -
By Darafamboos · Posted
No problem — it will decrypt AA (any chronicles). Text telegram -
As the title says, we are an International group of players that currently play on Exiliumworld for arround 5 years now and we plan to keep on playing here long term now on. Exiliumworld its a server created on Fafurion client, with new skills added for each class and a completely different gameplay. All classes are good and do great damage, there are new exciting features and party compositions that are incredibly great to be played. While most of us are Romanians, we also have people from different countrys so English is the main language we use on PvP/TW/Sieges or whenever objective pops on. Our community runs on Discord, we try to keep it very simple in terms of rules : We dont flame each other, we try to respect each member of this group and overall we mentain a good atmosphere inside the group by always laughing, being positive in any situation and helping each other out with whatever it's needed. If you also wish to be a part of our community and play on a server that is opened for over a decade and continues running smooth, always gets updates and fixes, contact me in private on Discord because i won't be active in here. About what classes you can play, we will discuss more details like that when we get in contact. Have a great day, guys and remember : Having a good, stable server and a group of players that respect you and help you whenever you are in need might be the perfect environment for you to grow as a player and also as human being! CONTACT DISCORD : pqtestpq_97112 (Me) ash3s8354 (Leader) xmariusx (Subleader) Whoever you choose to talk to, you will meet a friendly person ready to answer your all questions about our group, server features or explain you all the insights of the server. P.S. : Don't hesitate to contact us. We also recruit CPs or group of players, not only single players. Have a nice day! #SABOTAGEclan
-
Everyone offline so how can I buy it? Can it Decript newest chronicles such as Samurai Crow or Essence??
-
-
Topics

Question
Syntax
So, I want to add for a wings one skill. With 5% pdef, 5% mdef and 4 Speed. I entered the lines bellow... but the problem is that in game i didnt obtain fixed values. Without buffs for example i get +6 speed instead of +4. When im buffed, its all ok. Also when im on a mage char, the pdef, is +5% indeed but the mdef its a little smaller. When im on fighter class, the mdef is 5% and the pdef is a little smaller then normal. There are apropiate values. But i dont get it. Why the fk is happening? It should be fixed numbers. Easy to calculate. Anyone has any idea whats wrong here?
<skill id="75912" levels="1" name="Legendary Wings Speed">
<set name="power" val="0.0"/>
<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 order="0x30" stat="pDef" val="1.05"/> <!-- P Def. +5% -->
<mul order="0x30" stat="mDef" val="1.05"/> <!-- M Def. +5% -->
<add order="0x40" stat="runSpd" val="4"/> <!-- Movement Speed +4 -->
</for>
</skill>
So basicly, this is what happens in game:
On figher:
Pdef 5% (the bonus is a little smaller then 5%. Why?)
Mdef 5% (the bonus is exactly 5% so its ok)
Run speed +4 (if im not buffed it gives me 6 speed bonus. Why? If im buffed is ok)
On mage:
Mdef 5% (the bonus is a little smaller then 5%. Why?)
Pdef 5% (the bonus is exactly 5% so its ok)
Run speed +4 (if im not buffed it gives me 6 speed bonus. Why? If im buffed is ok)
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now