Jump to content
  • 0

How To Read This?


Opeth

Question

    <skill id="5577" levels="1" name="Healer Ability - Heal">
        <!-- CT2.5 retail confirmed -->
        <set name="icon" val="icon.skill1011" />
        <set name="isTriggeredSkill" val="true" />
        <set name="magicLvl" val="80" />
        <set name="operateType" val="A1" />
        <set name="reuseDelay" val="10000" />
        <set name="rideState" val="NONE" />
        <set name="targetType" val="SELF" />
        <for>
            <effect name="Heal">
                <param power="150" />
            </effect>

        </for>
    </skill>

 

Far as i known: You have 2% chance for +150 HP when you under attacking, time for reactive is 10.000 msec (1.000s). I Am correct? And enlightenment me about these red words plz. What is it "param power, operateType, rideState"?

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
  • rideState means you can't be mounted (wyvern/strider) and probably transformed (!? I can't say).
  • effect reports you to effecthandler "Heal" (or EffectHeal dunno how it's managed into your pack). Power is obviously used by the effect, inside the effecthandler (for heal cases, it's generally the raw HPs points you receive).
  • operateType is the type of skill : previously named active, passive, toggle. Maybe others, retail types have been added meanwhile, I can't say.

There is nothing about a 2% luck btw, so it's probably handled by item itself.

Edited by Tryskell
Link to comment
Share on other sites

  • 0

 

  • rideState means you can't be mounted (wyvern/strider) and probably transformed (!? I can't say).
  • effect reports you to effecthandler "Heal" (or EffectHeal dunno how it's managed into your pack). Power is obviously used by the effect, inside the effecthandler (for heal cases, it's generally the raw HPs points you receive).
  • operateType is the type of skill : previously named active, passive, toggle. Maybe others, retail types have been added meanwhile, I can't say.

There is nothing about a 2% luck btw, so it's probably handled by item itself.

 

Ah, i'm player and i used l2jserver original just for checking, not real dev, that 2% chance come from abother skill tab.

I'm curious about this <effect name="Heal">                <param power="150" />            </effect> is +150 hp only, nothing-else effecting it?

 

And btw, where is the file store and explain all these descriptions "set name ="?

Edited by Opeth
Link to comment
Share on other sites

  • 0

It's the base power, there is often parameters influencing it : heal effect debuff, matk. In case of debuff or bad skills type, you can have mdef of the target, resistances/vulnerabilities if it's an element or abnormal state type (root, para, stun..), etc.

 

Regarding items/skills parsers, there are under gameserver.engines for latest L2J.

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...