If you ever have a chinees cq_itemtype, or not fully translated cq_itemtype, this script (of 1596 actions) will do it for you, WITH NO EDITS accept the name´s.
the following actions look like this:
Code:
update cq_itemtype set name= 'BlueCoronet' where id= 113400;
Code:
update cq_itemtype set name= 'NightmareHelmet' where id>= '111090' and id <= 111094;
Looks like this:
Code:
UPDATE cq_monstertype SET name = 'MadBull' where id = 1000;

All Credits go to myself.
I hope it will be usefull
Code:
Don`t forget to hit Thanks :D
Download 95% translated cq-itemtype script:








