Merge pull request #56 from rfdomingues98/feat/add-bravery-cape-effect

Added new effect for Bravery Cape
This commit is contained in:
rtw1x1
2026-01-04 09:34:37 +00:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -655,6 +655,8 @@ enum SPECIAL_EFFECT
SE_EQUIP_HALLOWEEN_CANDY, // 할로윈 사탕을 착용(-_-;)한 순간에 발동하는 이펙트
SE_EQUIP_HAPPINESS_RING, // 크리스마스 행복의 반지(71143) 착용할 때 이펙트 (발동이펙트임, 지속이펙트 아님)
SE_EQUIP_LOVE_PENDANT, // 발렌타인 사랑의 팬던트(71145) 착용할 때 이펙트 (발동이펙트임, 지속이펙트 아님)
SE_AGGREGATE_MONSTER
} ;
#include "item_length.h"

View File

@@ -3468,6 +3468,7 @@ struct FuncAggregateMonster
FuncAggregateMonster(LPCHARACTER ch)
{
m_ch = ch;
m_ch->EffectPacket(SE_AGGREGATE_MONSTER);
}
void operator()(LPENTITY ent)
{