Yes i know that conf if i use that conf all 0.01% are included to announce. Im trying to make script OnPCPickupEvent with my customize broadcasting item.
I found this script from EA old but this is not working on me.
OnPCPickUpEvent:
if ( @lootitemtype & pow(2,0) && @lootitemid == 512 ) // pick up item from floor and from @autoloot
announce strcharinfo(0) +" has obtained "+ getitemname(@lootitemid), 0;
end;