Forum > Serverside Modding

[QUESTION] WMV character to mysql database?

(1/2) > >>

Devwaza:
Well, I was wondering if there is a way to select a character in Modelviewer, equip it with weapons and gear, and then somehow make the character design become a "entry id" for me to use in TrinityCore Manager's database editor?

Since I'm pretty new to all of this, I can't really elaborate but hopefully someone understands what it is that I'm trying to acomplish here.

Best regards

Ascathos:
You don't add character displayinformation (As in: what defines it) into your mysql database.

Steff:
For Trinity you need 2 DBCs and 4 MySQL Entrys

DBCs
CreatureDisplayInfo.dbc
CreatureDisplayInfoExtra.dbc
 
MySQL
creature_template
creature
creature_model_info
creature_equip_template

I write in the moment a tool doing it. It is integrated in the Maruum web Interface.

viewtopic.php?f=61&t=3220

Ascathos:

--- Quote from: "Steff" ---For Trinity you need 2 DBCs and 4 MySQL Entrys

DBCs
CreatureDisplayInfo.dbc
CreatureDisplayInfoExtra.dbc
 
MySQL
creature_template
creature
creature_model_info
creature_equip_template

I write in the moment a tool doing it. It is integrated in the Maruum web Interface.

viewtopic.php?f=61&t=3220
--- End quote ---

--- Quote from: "Devwaza" ---[...] equip it with weapons and gear, and then somehow make the character design become a "entry id"[...]
--- End quote ---
He talks about DBC work, which is not related to the SQL (editing wise).

Steff:
Yes and I simple gave overview what he msut do all to get it work :) Even if he will use an DB editor for MySQL ;)

Navigation

[0] Message Index

[#] Next page

Go to full version