L2JMobius

Free Users => General Discussion => Topic started by: gigilo1968 on June 24, 2022, 01:37:29 PM

Title: Skill effect
Post by: gigilo1968 on June 24, 2022, 01:37:29 PM
Many skills have an effect (PTS)

effect={{i_p_percent_attack;100;5;0;0}}

What is that:

1. powerPercent - physical attack % on creature  (in this example 100%)
2. prob - Critical chance % (in this example 5%)
3. ignoreDefence - ignore defence mode
4. physicalprob - how many defence to ignore

How to implement this skill effect, any idea?