MONSTER NOTICE

03/03/2021 17:41 bhengot#1
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 :[Only registered and activated users can see links. Click Here To Register...]

I want to show my monster notice in CHAT or CAPTION
i want to show like this : [Only registered and activated users can see links. Click Here To Register...]
or show in chat : [Only registered and activated users can see links. Click Here To Register...]

Code : [Only registered and activated users can see links. Click Here To Register...]
03/04/2021 19:21 Drabur#2
To change it to the green text just change
Code:
g_DPCoreClient.SendCaption( BossNotice );
to
Code:
((CUser*)m_pAttacker->AddText( BossNotice );
03/06/2021 08:33 bhengot#3
Quote:
Originally Posted by Drabur View Post
To change it to the green text just change
Code:
g_DPCoreClient.SendCaption( BossNotice );
to
Code:
((CUser*)m_pAttacker->AddText( BossNotice );
its not working
03/06/2021 23:32 Drabur#4
is there an error?
Code:
(CUser*)m_pAttacker->AddText( BossNotice );
03/07/2021 14:55 Groxy101#5
Quote:
Originally Posted by Drabur View Post
is there an error?
Code:
(CUser*)m_pAttacker->AddText( BossNotice );
You forgot a small thing.

Code:
((CUser*)m_pAttacker)->AddText(BossNotice);
03/08/2021 01:36 Tamus#6
recode this in DPClient.cpp
03/09/2021 06:45 Nιgнтмαяε#7
Quote:
Originally Posted by Tamus View Post
recode this in DPClient.cpp
Killing monsters is server sided not client sided.

Perhaps you should check first or brush up on the source before giving people such useless advice.
03/09/2021 20:09 Wanetrain#8
Okay guys..

Lets do this right:

Quote:
CMover class don't have an "AddText" Function. Just remind that.
Next ist how do you wanna post the message?

Quote:
1. Cluster (Every channel get a global message)
2. Channel (only the current channel get a global)
3. Player only (attacker)
4. Party only
5. Range message (everyone who is near)
Pick one, i help you.
03/20/2021 15:02 bhengot#9
Quote:
((CUser*)m_pAttacker)->AddText(BossNotice);
Still bug . Other client cant see the notice . only the attacker .
03/21/2021 16:25 bhengot#10
who can help me to fix it i willing to pay please add me in discord Hayley#4302

thankyou so much !
03/24/2021 07:57 B1ackSnow#11
Quote:
Originally Posted by bhengot View Post
who can help me to fix it i willing to pay please add me in discord Hayley#4302

thankyou so much !
In this topic guys explained you enough for code it and even gave you a code :O
If you cannot implement it properly, you haven't waste your money and time at all.

And why would you pay for text, isn't it silly?
03/24/2021 17:16 bhengot#12
Quote:
In this topic guys explained you enough for code it and even gave you a code :O
If you cannot implement it properly, you haven't waste your money and time at all.

And why would you pay for text, isn't it silly?
Already added it but i need some fix of this features

its have a problem.

When the Attacker kill the boss . The notice is only show in the Attacker

In other client or players dont see the notice .

i want to make it the whole world can see the notice .
with that text format not like /system format