), habe ihn dann per Navicat (Console) eingefügt. Dann habe ich mir eine Wache (Kreatur) erstellt und wollte sie wieder per Navicat -> World -> Console einfügen. Diesmal aber mit der oben genannten Fehlermeldung. So sieht das ganze aus:mysql> INSERT INTO `creature_template` (`entry`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `minlevel`, `maxlevel`, `faction_A`, `faction_H`, `npcflag`, `speed_walk`, `scale`, `rank`, `mindmg`, `maxdmg`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `type`, `mingold`, `maxgold`, `InhabitType`, `health_mod`, `mana_mod`, `armor_mod`, `equipment_id`, `ScriptName`, `WDBVerified`) VALUES ('65000', '26067', 0, '26067', 0, 'LandWache', 'Rebellen', '78', '78', '29', '29', '4096', 1, 1, 0, '1500', '1500', '1500', 1, 1500, 7, 10000, 10000, 3, '14359', '17002', '16000', 1, '', '12340');
1054 - Unknown column 'mana_mod' in 'field list'
Nun habe ich mir gedacht versuche ich es einfach mal bei wow-v doch auch da muss etwas schief gelaufen sein (Diesmal per Navicat -> World -> Execute SQL File... So sieht das ganze diesmal aus:
[Err] 1054 - Unknown column 'modelid_1' in 'field list'
[Err] insert into `creature_template` (`entry`, `modelid_1`, `modelid_2`, `modelid_3`, `modelid_4`, `name`, `subname`, `minlevel`, `maxlevel`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `armor`, `faction_A`, `faction_H`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `mindmg`, `maxdmg`, `baseattacktime`, `family`, `type`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `mingold`, `maxgold`)
values ('65000', '26067', '0', '0', '0', "Wache", "Rebellen", '76', '78', '15000', '15000', '23000', '23000', '21000', '694', '694', '1', '2.50', '8.00', '1', '0', '800', '1500', '3000', '0', '8', '200', '200', '200', '200', '200', '200', '172387', '172387');
[Msg] Finished - Unsuccessfully
-------------------------------------------
Tja, nun weis ich aber das man hier irgendetwas mit "modelid" verändern muss (`modelid_A`, `modelid_A2`, `modelid_H`, `modelid_H2`) aber dann muss man ja auch noch irgendwas anderes verändern, aber was?? .
Bitte um Hilfe. MFG knallero!






