This script is For the cq_itemtype.
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:
and this:
also for the basic monsters I`ve translated the cq_monstertype (released before) but I`ll shall add it in here also.
Looks like this:
[Only registered and activated users can see links. Click Here To Register...]
All Credits go to myself.
I hope it will be usefull
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:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]