Making message go to battle log

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
So I currently have this clif->message which displays in your chat when you cast a certain skill. It only goes to the public log and I want it to go to 'Battle Message' (using 20141022 client).

I noticed in msgstring it has these lines:

[%s] deal '%d' damage on you.#
[%s] received damage from [%s] with '%d' damage.#
[%s] received '%d' damage.#
[%s] deal damage to [%s] with '%d' damage.#
Where can I find it in the source to send a message like this? Because I want the message to only appear as a Battle Message.
To reiterate, I want to display my custom message so it appears as a battle message like this:

Tk705nU.png


Thanks

 
Back
Top