rathena/rathena

Monsters should use AL_HEAL level 11 + Silver Sniper / Magic Decoy

Closed this issue · 0 comments

rAthena Hash

fd36fc0

Client Date

2021-11-03

Server Mode

Pre-Renewal

Result

There are some entries in mob_skill_db with AL_HEAL and level 10.

Relevant Log Output

No response

Expected Result

There should be no AL_HEAL level 10 entries in the mob_skill_db as monsters are unable to cast regular level 10 heal. They would instead heal 9999 HP, which we represent as level 11 in rAthena.
Silver Sniper and Magic Decoy should not have the heal skill at all and should use their skills on "Idle". Magic Decoys should also be Mode "06" like plants (no normal attacks).

There might be more powerskill levels that are incorrect.

How to Reproduce

Check mob_skill_db files.

Official Information

Please check the following file to see which level to put for each monster skill that is level 10 on Aegis: https://github.com/rathena/rathena/blob/master/doc/mob_skill_db_powerskill.txt

kRO Magic Decoy: https://www.youtube.com/watch?v=5sGugQYlUQE

Divine Pride:
https://www.divine-pride.net/database/monster/2042
https://www.divine-pride.net/database/monster/2043
https://www.divine-pride.net/database/monster/2044
https://www.divine-pride.net/database/monster/2045
https://www.divine-pride.net/database/monster/2046

Modifications that may affect results

No response