- script Treasure Box Summoner -1,{
OnClock2100:
announce "A rare Treasure Box has been spawned somewhere in Prontera.",0;
monster "prontera",0,0,"Treasure Box",1955,1,"Treasure Box Summoner::OnTBoxKilled";
OnTBoxKilled:
announce "The rare Treasure Box has been destroyed by "+strcharinfo(0)+"!", bc_all;
end;
}
this script is hidden npc
announce every hour and drop 1 TCG only.
change OnClock2100 to
OnMinute00:
//Things to do ,which will happen every Hour at Minute 00
To drop 1 tcg edit the mob id 1995 add 7227 on drop list or can use this command automatic get the 7227 when the players killed
getitem 7227,1; add this code below on announce