if creature part fails, use this for making the trainers:
GLOBAL SPELL TRAINER FOR WARL, MAGE, PRIES & DRUID + all customs pells
Code:
INSERT INTO creature_names (entry, name, subname, info_str, Flags1, type, family, rank, male_displayid, female_displayid, male_displayid2, female_displayid2, civilian, leader) VALUES ('30030','Global Spell Caster Trainer','Mage, Priest, Warlock & Druid Trainer','','16','4','0','3','21633','21633','0','0','0','0')
INSERT INTO creature_proto (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipmodel2, equipmodel3, respawntime, armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, auras, boss, money, invisibility_type, death_state, walk_speed, run_speed, fly_speed) VALUES ('30030','100','100','1741','1000000','1000000','1000000','16','1000','1000','1000','0','0','0','0','0','0','0','360000','5','5','5','5','5','5','5','1','0','0','0','0','0','2.5','8','14')
MELEE TRAINER FOR WARR. PALA, ROGUE, SHAM, HUNT + all custom spells
Code:
INSERT INTO creature_names (entry, name, subname, info_str, Flags1, type, family, rank, male_displayid, female_displayid, male_displayid2, female_displayid2, civilian, leader) VALUES ('30040','Global Melee Trainer','Hunter, Paladin, Rogue, Shaman & Warrior Trainers','','16','4','0','3','21632','21632','0','0','0','0')
INSERT INTO creature_proto (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipmodel2, equipmodel3, respawntime, armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, auras, boss, money, invisibility_type, death_state, walk_speed, run_speed, fly_speed) VALUES ('30040','100','100','1741','1000000','1000000','1000000','16','1000','1000','1000','0','0','0','0','0','0','0','360000','5','5','5','5','5','5','5','1','0','0','0','0','0','2.5','8','14')