[REQUEST] A "simple" code

04/16/2010 17:52 nookie <3#1
hello im actually working on a zone like land of titans and i added a boss mob, and i want that if anyone killed this mob then there should appear a message like: "playername" killed the land of Titans Boss the "1" time.

hope u can tell me this code :D
04/16/2010 18:02 zTREME#2
Would you mind to tell wich source u use?
04/16/2010 18:04 nookie <3#3
PowerSourceCo 5017
04/16/2010 18:18 zTREME#4
Go to character.cs
and search for:
Quote:
if (MobTarget.GetDamage((uint)AttackDMG))
then put in a check for if the mob dies.
(not sure if you can do it at that way)
And then put ex.
Code:
World.SendMsgToAll(Name + " has killed the boss mob.", "SYSTEM", 2011);
I will look on it later :)