creature.h
look for:
LUA:
static constexpr int32_t EVENT_CREATURE_THINK_INTERVAL
change tha value (default 500, I guess) to whatever you want. I recommend not letting below 200
player.h
look for:
LUA:
uint32_t getAttackSpeed() const
change the return to your formula.
Example:
LUA:
return (vocation->getAttackSpeed() * (1 - getSkillLevel(SKILL_FIST) * 0.00375));
In this type, the attack speed will vary according to the fist skill