Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: MiraTaria on May 24, 2015, 07:17:55 am

Title: [QUESTION] Custom Item Stats Problem
Post by: MiraTaria on May 24, 2015, 07:17:55 am
Hey Everybody

At First i'm so sorry for my bad English.
I have made some Custom Item, i execute the SQL Files and change the Item.dbc an Added it to the Sever and my own MPQ.

But wenn i added the Item InGame i have no Stats.
So i add the stat_type and the stat_value but ingame i can't see it.
Also there is no change of the Charakter Stats.

I think now the Stats dont work, but i dont know why?

I hope Someone can Understand what i mean.

German:
Für die jenigen die Deutsch verstehen ;)

Ich hab einige Custom Item erstellt aber die Werte werden mir nicht Anzeigt.
Ich habe natürlich die stat_type und stat_value angegeben (zb. Int, Will, Zm) aber InGame wird mir das nicht angezeigt, auch beim Anlegen werden die Werte nicht berechnet.

dbc wurde geändert, MPQ Erstellt und Cache gelöscht.

Core: Trinity 335a latest Release (No Repack)
Title: Re: [QUESTION] Custom Item Stats Problem
Post by: Ascathos on May 24, 2015, 06:27:10 pm
Updated `world`.`item_template`.`StatsCount` of that item ?


`world`.`item_template`.`StatsCount` vom Gegenstand geupdatet ?
Title: Re: [QUESTION] Custom Item Stats Problem
Post by: The0dark0one on May 24, 2015, 07:27:22 pm
Perhaps you need to delete your cache?
Title: Re: [QUESTION] Custom Item Stats Problem
Post by: Ascathos on May 24, 2015, 07:31:15 pm
Also, moved to Serverside Modding.
Title: Re: [QUESTION] Custom Item Stats Problem
Post by: MiraTaria on May 25, 2015, 03:30:57 am
@The0dark0one  I have delete the Cache ;)

@Ascathos Yes thats it! Thanks ... i had made a fault in the StatsCount! Now it Works ;)