Mixed: How to Revert the New Shaman Dragon Roar

If you want to revert the changes done in the Shaman Dragon Roar, you have to follow 3 steps:

  1. Use the old Dragon Roar .msa files by creating a new m2 pack called special_patch_old_paeryong.

    You can find the relative files in my github here.

    Add special_patch_old_paeryong at the top of pack/Index.

  2. Remove the |NEED_TARGET tag from locale/XX/skilldesc.txt only for the skill id 93.

    Find ATTACK_SKILL|NEED_TARGET|IGNORE_BLOCK

    Change it to ATTACK_SKILL|IGNORE_BLOCK

  3. Re-add the ,SELFONLY tag from locale/XX/skilltable.txt or root/skilltable.txt only for the skill id 93.

    Find ATTACK,SPLASH,ATTACK_FIRE_CONT

    Change it to ATTACK,SPLASH,ATTACK_FIRE_CONT,SELFONLY

  4. Re-add the ,SELFONLY tag in player skill_proto table for the skill 93.

    e.g. UPDATE `skill_proto` SET `setFlag` = 'ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT' WHERE `dwVnum` = 93;