Bluffwatcher NPCs in TB are also affected by this issue. All are at scale 1.35, no matter the gender. Creature_template table Entry: 3084 Name: Bluffwatcher ------------------------------------- I think there may be an issue with the way the modelid's are used/assigned/associated. There are 2 model IDs per race, as far as Horde Guard is concerned (not checked Bluffwatcher, yet). I reckon they should be associated with gender, but right now both genders use both model IDs. 2 model IDs, 2 genders, makes sense that have a 1 to 1 association, but I could be wrong. e.g. I noticed that with the modelid (in the creature table) set to 4262 (Tauren model) for one of the Horde Guard, would sometimes be male and sometimes female (very 21st century). It looks like the modelid1 and modelid2 fields in the creature_template table has no baring on what model is actually put into the world. This table's records do have the scale field that is in use when placing the NPCs in the world. So, so far, as far as I can see, we need: 2 more records for the Horde Guard, one for male Tauren, and one for female Tauren, thus giving us 3 Horde Guard records in the creature_template table. - the original table can be used for all other races, as all others are of the same scale 1 more record for the Bluffwatcher, that being for the female Tauren. The original would be used for the male Tauren. Then, of course, update the records in the creature table to reflect this change, so that the Taurens are correctly scaled. ------------- So far I have create and tested SQL scripts to generate the required tables for the Horde Guard issue, so will continue with that. I'll post them here once I have done and tested everything that will be required to fix this issue. Not sure about the [B]gender thing[/B], though. That [B]could be the difference between requiring extra table entries or not[/B]. I probably ought to check the program code that is involved in placing these NPCs into the world. -------------- [B]EDIT:[/B] Eek! the system picks at random the gender of the model to display, so the previous idea for a fix would not work (on its own). I need to find out how the gender choice is occurring... searchy, searchy, searchy ... learny, learny, learny :D - or go insane :P