Originally Posted by
Wisher
umm im getting this error when trying to execute the world_bots.sql :
[Err] 1054 - Unknown column 'modelid_A' in 'field list'
[Err] insert into `creature_template` (`entry`, `heroic_entry`, `modelid_A`, `modelid_A2`, `modelid_H`, `modelid_H2`, `name`, `subname`, `IconName`, `minlevel`, `maxlevel`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `armor`, `faction_A`, `faction_H`, `npcflag`, `speed`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `unk16`, `unk17`, `RacialLeader`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`) values('60000','0','169','0','169','0','Recruitment Officer','','','80','80','4800','9100','3460','3460','9200','35','35','1','1.4', '1','0','228','298','0','1837','1','2000','0','0','0','0','0','0','0','0','0','0 ','0','0','4','0','0','0','0','0','0','300','0','0','0','0','0','0','0','0','0', '0','0','0','0','0','0','','0','3','1','1','0','1','0','0','0','script_bot_giver ');
[Msg] Finished - Unsuccessfully
--------------------------------------------------
ill try changing modelid_A,modelid_A2, modelid_H, modelid_H2 to 1,2,3,4 like it is in the world db,and see if it works...