I am using the mvp announce which i found on eathena.
- script Announce -1,{
OnNPCKillEvent:
setarray .MVPID[0],1511,1647,1785,1630,1399,1039,1874,2068,1272,1719,1046,1389,1112,1115,1957,1418,1871,1252,1768,1086,1688,1646,1373,1147,1059,1150,1956,2022,1087,1190,1038,1157,1159,1502,1623,1650,1583,1708,1312,1751,1685,1648,1917,1658,1734;
for (set .@c, 0; .@c < getarraysize(.MVPID); set .@c, .@c + 1)
if (killedrid == .MVPID[.@c])
set .@s, 1;
if (!.@s) end;
announce "[ " +strcharinfo(0) +" ] has pawned the Legendary [ " +getmonsterinfo(killedrid,0) +" ]. Reward: [ Event Ticket x2 ].",0,0xDA70D6;
getitem 7711,2;
end;
}
Now the problem is how can i add a reward to your script and change the colors of the broadcast? Thanks
up
How can i make that announce to broadcast it only to your self. It means only you can see the broadcast.