HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.

Home Page:http://herc.ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the MD_BOSS have the flag that boss_monster have

Vaans opened this issue · comments

commented

Is your feature request related to a problem? Please describe.

Currently the IA MD_BOSS is a special flag which makes mobs immune to certain status changes and skills. The problem is, that isn't activated the flag that have boss_monster, I think is this flag "BTYPE_MVP". So, the only way that a client can retrieve boss information, like HP BAR or the MVP ICON is via boss_monster, limited to only use via script, and limited to use with monster script or bloody branches.

Describe the solution you'd like
When a monster have the IA MD_BOSS make the flag that have boss_monster to make the client read this type of flags.

Describe alternatives you've considered
N/A

Additional context
N/A

commented

.