karolbelski
Member
I got problem with overheadmessage i try to call on another head player. For example i try this with heal spell when i cast and i heal another player i want to show on the another player head how many i heal him.
These method works but i see this at head caster
I try NonLocalOverheadMessage, PrivateOverheadMessage, LocalOverheadMessage. Also i try to.LocalOverheadMessage etc etc etc. Somebody know how to send overheadmessage to target ?
These method works but i see this at head caster
Code:
PublicOverheadMessage(MessageType.Regular, 0x559, true, Convert.ToString((int)(toHeal)));
I try NonLocalOverheadMessage, PrivateOverheadMessage, LocalOverheadMessage. Also i try to.LocalOverheadMessage etc etc etc. Somebody know how to send overheadmessage to target ?