This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] WMV character to mysql database?  (Read 1892 times)

Devwaza

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 21
    • View Profile
[QUESTION] WMV character to mysql database?
« on: January 08, 2013, 10:47:13 pm »
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] WMV character to mysql database?
« Reply #1 on: January 08, 2013, 10:53:57 pm »
You don't add character displayinformation (As in: what defines it) into your mysql database.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [QUESTION] WMV character to mysql database?
« Reply #2 on: January 09, 2013, 12:56:03 am »
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] WMV character to mysql database?
« Reply #3 on: January 09, 2013, 11:01:28 am »
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
Quote from: "Devwaza"
[...] equip it with weapons and gear, and then somehow make the character design become a "entry id"[...]
He talks about DBC work, which is not related to the SQL (editing wise).
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [QUESTION] WMV character to mysql database?
« Reply #4 on: January 09, 2013, 12:58:26 pm »
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 ;)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Devwaza

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 21
    • View Profile
Re: [QUESTION] WMV character to mysql database?
« Reply #5 on: January 09, 2013, 01:58:58 pm »
Quote from: "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 ;)

Well, actually I did not even know that there was any dbc editing necessary. For a long time ago when i used a repack called "ac web ultimate repack", I only used a db editor. So, i guess creating a character and exporting it in some format or something like that cannot result in a custom npc with any tool there is yet?

Would be one hell of a way to create npcs though, like designing the npc in modelviewer -> export to object file, load in a tool, and fill in the npc properties -> done  ;)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [QUESTION] WMV character to mysql database?
« Reply #6 on: January 10, 2013, 12:23:20 am »
Yes it is.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954