HELLO GUYS GOOD DAY !
Can someone help me here about in Monster Notice
How i can make my monster notice to send Annouce in chat or in Caption
Monster notice :https://prnt.sc/10c3zipI
I want to show my monster notice in CHAT or CAPTION
i want to show like this : https://prnt.sc/10c42pi
or show in chat : https://prnt.sc/10c445j
Code : Screenshot by Lightshot (prnt.sc)
Last edited by RookieDev; 03-03-21 at 12:44 PM. Reason: adding code
g_DPCoreClient.SendSystem = also visible in chat
![]()
Last edited by Groxy101; 05-03-21 at 08:39 PM.
In the release its SendSystem i tried to change it to SendCaption but its not working .
For anyone that want it:
CAttackArbiter::OnDied
defineText.h (source + resource)Code:#ifdef __MONSTER_NOTICE if (m_pDefender->GetProp()->dwClass == RANK_SUPER) { CString BossNotice; BossNotice.Format(prj.GetText(TID_BOSSNOTICE), m_pAttacker->GetName(), m_pDefender->GetName()); ((CUser*)m_pAttacker)->AddText(BossNotice); } #endif
textClient.incCode:#define TID_BOSSNOTICE 6066
textClient.txt.txtCode:TID_BOSSNOTICE 0xffffffff { IDS_TEXTCLIENT_INC_005617 }
Image:Code:IDS_TEXTCLIENT_INC_005617 %s has killed %s
Spoiler:
Last edited by Groxy101; 07-03-21 at 02:10 PM.