Jump to content
  • 0

A Good Explanation About It!


Question

Posted (edited)

skill_begin skill_name=[tatto_mdef] skill_id=10520 level=1 operate_type=P effect={{p_magical_defence;{all};10;per}} skill_end

skill_begin skill_name=[tatto_evas] skill_id=10521 level=1 operate_type=P effect={{p_avoid;{all};10;diff}} skill_end
skill_begin skill_name=[tatto_hp] skill_id=10522 level=1 operate_type=P effect={{p_max_hp;755;diff}} skill_end
skill_begin skill_name=[tatto_pdef] skill_id=10520 level=1 operate_type=P effect={{p_physical_defence;{all};10;per}} skill_end
skill_begin skill_name=[tatto_speed] skill_id=10520 level=1 operate_type=P effect={{p_speed;{all};10;per}} skill_end
skill_begin skill_name=[tatto_casting] skill_id=10522 level=1 operate_type=P effect={{p_magic_speed;20;diff}} skill_end
skill_begin skill_name=[tatto_m_atack] skill_id=10522 level=1 operate_type=P effect={{p_magical_attack;20;diff}} skill_end
skill_begin skill_name=[tatto_p_atack] skill_id=10522 level=1 operate_type=P effect={{p_physical_attack;20;diff}} skill_end
skill_begin skill_name=[tatto_attack_speed] skill_id=10522 level=1 operate_type=P effect={{p_attack_speed;20;diff}} skill_end
skill_begin skill_name=[tatto_critical_rate] skill_id=10522 level=1 operate_type=P effect={{p_magic_critical_rate;10;diff}} skill_end
skill_begin skill_name=[tatto_acuracy] skill_id=10522 level=1 operate_type=P effect={{p_hit;10;diff}} skill_end
 
 

{all};10;diff}}

all};10;per}}

 

all,diff and per ?

 

What a result ?

 
I'm riding tattoo
as it should be ?
Edited by NaelsonMT

1 answer to this question

Recommended Posts

  • 0
Posted

Effect of type 'p_magical_defence' has three parameters:

1. Types of armor required (all = heavy, light, robe)

2. Modifier value

3. Modifier type (per = skillMDefendPer, diff = skillMDefendDiff). In this case, 'per' will multiply the base MDefend value by 1 + (modifier value / 100), while 'diff' would add the modifier value after all calculations have been performed.

 

You must always know the parameters an effect type expects, otherwise L2Server will simply fail to load skilldata once it encounters the first invalid entry, which in your case should be tatto_hp (at least on a clean GF server).

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..