K,i figured it out.
If i kill the boss,i get 2,5k CPs,but the MSG dont work.
Here's my code.
If i kill the boss,i get 2,5k CPs,but the MSG dont work.
Here's my code.
Code:
if (MyMath.ChanceSuccess(100))
{
if (MobID == 100)
{
Char.CPs += 2500;
SendMsgToAll("SYSTEM", Name + " has killed a CopperTiger and recieved 2,5k CPs!", 2000, 0);
return;