Quote Originally Posted by 'Los',index.php?page=Thread&postID=54166#post54166
doesnt the next line express the availability of a dmg filter minimum? (like sctd used to have for mana/health, not at home right now so i cant check)
if (amount < db["SCTD_DMGFILTER"]) then return end
SCTD does have a filter IIRC... you can set it to NOT show damage under a certain amount. This line of code obviously compares the value of "amount" with that number set in the options. If it is lower it does not return anything.