L2JMobius

C6 Prophecy of Wind (1357)

ReynalDev · 7 · 4097

Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
Hello, i think this commit is not part of Interlude Chronicle: https://bitbucket.org/MobiusDev/l2j_mobius/commits/fa7897290f18ed0b17fe3c24eae8fbf1af4cc286

I found in internet this: http://lineageblueclan.blogspot.com/2009/03/pof-pow-pow-cov-and-their-changes.html

Quote
Prophecy of Wind
Accuracy +4
Atk Speed +20%
Recover 5% of melee physical damage as HP
Critical +20% from behind,
Critical Damage from behind +20%
(no decrease in speed!)
Debuff Resistance +10%

And comparing with L2OFF datapack (Vanganth) looks like should be like that, here is the skill in L2OFF datapack:
Code: [Select]
skill_begin skill_name=[s_prophecy_of_wind1] /* [퀄끜퀼샜 쀤뀌 쀈냜] */ skill_id=1357 level=1 operate_type=A2 magic_level=78 effect={{p_hit;{all};4;diff};{p_avoid;{all};4;diff};{p_attack_speed;{all};20;per};{p_vampiric_attack;5};{p_critical_rate_position_bonus;back;20;per};{p_critical_damage_position;back;20;per};{p_resist_abnormal_by_category;slot_debuff;-10;per}} is_magic=1 mp_consume1=14 mp_consume2=58 item_consume={[spirit_ore];5} cast_range=400 effective_range=600 skill_hit_time=4 skill_cool_time=0 skill_hit_cancel_time=0.5 reuse_delay=120 activate_rate=-1 lv_bonus_rate=0 basic_property=none abnormal_time=300 abnormal_lv=1 abnormal_type=multi_buff attribute=attr_none effect_point=669 target_type=target affect_scope=single affect_limit={0;0} next_action=none debuff=0 ride_state={@ride_none;@ride_wind;@ride_star;@ride_twilight} skill_end

Specifically this part:
Code: [Select]
effect={{p_hit;{all};4;diff};{p_avoid;{all};4;diff};{p_attack_speed;{all};20;per};{p_vampiric_attack;5};{p_critical_rate_position_bonus;back;20;per};{p_critical_damage_position;back;20;per};{p_resist_abnormal_by_category;slot_debuff;-10;per}}




Online Mobius

  • Distinguished King
  • *****
    • Posts: 16135
Vanganth cannot be valued as OFF data, since it is a C4 extender.
This was reported by others that said this way was retail on Interlude.


Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
Vanganth cannot be valued as OFF data, since it is a C4 extender.

Did not know that, thanks.
What about DeepMax64? http://depmax64.com/en/pages/main

Code: [Select]
skill_begin skill_name=[s_prophecy_of_wind1] skill_id=1357 level=1 operate_type=A2 magic_level=78 effect={{p_hit;{all};4;diff};{p_avoid;{all};4;diff};{p_attack_speed;{all};20;per};{p_vampiric_attack;5};{p_critical_rate_position_bonus;back;20;per};{p_critical_damage_position;back;20;per};{p_resist_abnormal_by_category;slot_debuff;-10;per}} is_magic=1 mp_consume1=14 mp_consume2=58 item_consume={[spirit_ore];5} cast_range=400 effective_range=600 skill_hit_time=4 skill_cool_time=0 skill_hit_cancel_time=0.5 reuse_delay=120 activate_rate=-1 lv_bonus_rate=0 basic_property=none abnormal_time=300 abnormal_lv=1 abnormal_type=multi_buff abnormal_instant=0 attribute={attr_none;0} trait={trait_none} effect_point=669 target_type=target affect_scope=single affect_limit={0;0} next_action=none ride_state={@ride_none;@ride_strider;@ride_wyvern;@ride_wolf} multi_class=0 olympiad_use=1 skill_end


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16135
Still an extender, not familiar with their Interlude version, but I have seen their Epilogue version and had some obvious flaws that Java servers do not have.
Extenders do have a good base to begin with, but what is added is no better that what L2-Scripts or any other Java project do.
In general I do not know what to believe, unless tested on real retail servers or seen in some video that seems to be from a retail server.
At the end it is up to you to decide, just do some research on old lineage 2 forums, wayback machine,
...or even the retail files you have. :)

Back to this skill...
From client description.
Code: [Select]
The spirit of an ancient assassin temporarily possesses the user.Nothing to point to a proper direction.


Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
I think that description is from another chronicle, cause i see this from skillname-e.dat file.

Code: [Select]
1357 1 a,Prophecy of Wind\0 a,The spirit of an ancient assassin temporarily possesses the user. Consumes 5 spirit ores.\0 a,none\0 a,none\0

I don't want to be annoying,i like this kind of discussion cause you learn new things  ;D

Thanks for reply.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16135
If you find some solid information share with he rest of us.


Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev