
Originally Posted by
AaronzitoBr
Do you know where can I change the System message that broadcast in chat like "Has earned the achievement <>...."? I can't find the line in configs.pck or interfaces.pck
interfaces.pck/script/achievementcfg.lua - Example
Code:
[48]=
{
name = "^00ff00Bog_Stalker^00ff00",
desc = "Kill 999 Celestial Vanguards in Doom Bog.",
preCondDesc = "空",
mainClass = 2,
subClass = 1,
awardScore = 10,
awardItem = 0,
awardMoney = 0,
msg = "^ffff00 ^ff0000%s^ffff00 earned the ^00ff00 %c<6><%s><> achievement! Congratulations!",
conds=
{
{
id=1001,
params={18828,999,},
-- descFormat="18828,999,",
-- infoFormat = "Kill %s (%d/%d) times",
},
},
},