Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Ghaster on July 04, 2014, 12:14:56 am

Title: [Trinity] Convert stat values?
Post by: Ghaster on July 04, 2014, 12:14:56 am
Hi

I have a old database with alot of npcs i want to convert to the current Trinitycore. I have converted almost everything but mana, armor and hea1th values.
In my old database they are just numbers but in the current trinity they are diffrent. I found a sql script that converted the values, but it only works one by one, and i have alot of npcs.

So my question: Is there anyway to convert them faster? or do i have to convert the values one by one?
Title: Re: [Trinity] Convert stat values?
Post by: Steff on July 04, 2014, 07:12:25 am
If you have a statement,  why notnjust write a script doimg this for all entrys?

Also perhpas Posting it here could help us to help you.
Title: Re: [Trinity] Convert stat values?
Post by: Ghaster on July 04, 2014, 08:27:04 am
Quote from: "Steff"
If you have a statement,  why notnjust write a script doimg this for all entrys?

Also perhpas Posting it here could help us to help you.

The script is located here: "sickindnet/topic/21738-guide-how-to-trinity-npc-creation-with-wow-v-tools/" (add a dot between sickind and net) in the Changing stats section.