Sir look at your view Ids....
Your traveler hat has the view id 400 which is
ACCESSORY_SCUVER_MASK = 400,
You need to change the view ids in your item db.
865,Traveler_Hat,Traveler_Hat,5,100000,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,400,{ bonus bAllStats,+10; },{},{}
to
865,Traveler_Hat,Traveler_Hat,5,100000,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,865,{ bonus bAllStats,+10; },{},{}
and so on
edit: aw im to late >_>