Jump to content
TrinityCore

how to get the data for creature_template?


chili
 Share

Recommended Posts

how to get the data for creature_template?

Used sniffer + parser , but there is no data for this table.
Also I tried to get them from a WDB , but the structure creaturecache.wdb is not known .
Please tell me where to get the actual structure of the WDB or how to get the data for this table using our sniffer?

Link to comment
Share on other sites

in WPP its disabled in code  (commented)

 

 // Non-WDB data but nevertheless data that should be saved to creature_template
        /*[BuilderMethod(Units = true)]
        public static string NpcTemplateNonWDB(Dictionary<WowGuid, Unit> units)
        {

 

I've uncomment it, but a lot of errors exist

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...