Matrix I believe I already put info about similar problem lastly ... its all officialtype.ini and cq_official_type...
I am pretty sure someone some time ago described how exactly use this officialtype ....
anyway here is a small help that can explain some stuff to make all this easier:
If you want for example to give possibility of chosen pet to be put as a Lancelot Knight ... just find this pet and put in his itemtype - in official11 number 110
And why I writing this... This is as well representing info inside officialtype.ini
basing on this example you can edit all other knights and specification at your will
Code:
INSERT INTO `cq_official_type` (`id`, `type`, `req_lev`, `data0`, `data1`, `data2`, `data3`) VALUES
(230, 41, 1000, 1, 0, 0, 0),
(231, 41, 2000, 2, 0, 0, 0),
(232, 41, 3000, 3, 0, 0, 0),
(1100, 41, 4000, 4, 0, 0, 0),
(1101, 41, 5000, 5, 0, 0, 0),
(1102, 41, 6000, 6, 0, 0, 0),
(1103, 41, 7000, 7, 0, 0, 0),
(1104, 41, 8000, 8, 0, 0, 0),
(1105, 41, 9000, 9, 0, 0, 0),
(1106, 41, 10000, 10, 0, 0, 0),
(1107, 41, 11000, 11, 0, 0, 0),
(1108, 41, 12000, 12, 0, 0, 0),
(1109, 41, 13000, 13, 0, 0, 0),
(1110, 41, 14000, 14, 0, 0, 0),
(1111, 41, 15000, 15, 0, 0, 0),
(1112, 41, 16000, 16, 0, 0, 0),
(1113, 41, 17000, 17, 0, 0, 0),
(1114, 41, 18000, 18, 0, 0, 0),
(1115, 41, 19000, 19, 0, 0, 0),
(1116, 41, 20000, 20, 0, 0, 0),
(1117, 41, 21000, 21, 0, 0, 0),
(1118, 41, 22000, 22, 0, 0, 0),
(1119, 41, 23000, 23, 0, 0, 0),
(1120, 41, 24000, 24, 0, 0, 0),
(1121, 41, 25000, 25, 0, 0, 0);