ok so i know funhacker posted the query to translate the db cq files on here ive looked forr over a hour and cant seem to find them any1 post it again plz
update cq_action,cq_action2 set cq_action.param = cq_action2.param where cq_action.id = cq_action2.id and cq_action.type = cq_action2.type and cq_action.type = 126;
update cq_action,cq_action2 set cq_action.param = cq_action2.param where cq_action.id = cq_action2.id and cq_action.type = cq_action2.type and cq_action.type = 101;
update cq_action,cq_action2 set cq_action.param = cq_action2.param where cq_action.id = cq_action2.id and cq_action.type = cq_action2.type and cq_action.type = 102;
update cq_itemtype,cq_itemtype2 set cq_itemtype.name = cq_itemtype2.name where cq_itemtype.id = cq_itemtype2.id;
update cq_monstertype,cq_monstertype2 set cq_monstertype.name = cq_monstertype2.name where cq_monstertype.id = cq_monstertype2.id;
Quote:
Umm. Look below, I think these are the ones that you're looking for lol.
Code:update cq_action,cq_action2 set cq_action.param = cq_action2.param where cq_action.id = cq_action2.id and cq_action.type = cq_action2.type and cq_action.type = 126;Code:update cq_action,cq_action2 set cq_action.param = cq_action2.param where cq_action.id = cq_action2.id and cq_action.type = cq_action2.type and cq_action.type = 101;Code:update cq_action,cq_action2 set cq_action.param = cq_action2.param where cq_action.id = cq_action2.id and cq_action.type = cq_action2.type and cq_action.type = 102;Code:update cq_itemtype,cq_itemtype2 set cq_itemtype.name = cq_itemtype2.name where cq_itemtype.id = cq_itemtype2.id;Code:update cq_monstertype,cq_monstertype2 set cq_monstertype.name = cq_monstertype2.name where cq_monstertype.id = cq_monstertype2.id;
that will do most the translation for you
cq_[tablename]2 = english table (already translated one)
cq_[tablename] = chinese table (non-translated type)