-
Contributor
Change the Troll Druid Forms models in the DB
00000000000000000000000000000000000000000000000000000000000000
Last edited by inico; 01-17-2017 at 11:13 AM.
-
Contributor
Its not in the database so i think the only way would be a model edit. There might be something to do with it in the dbc files, but i wouldn't know. All i know is it isn't the DB.
-
...But it is in the database Kiev, at least what model you turn into is.
You simple find in creature_names where the (druid) bear form npc is or whatever the name is set to and change the displayid, it's the same with mounts.
-
Contributor
Is that how it works ;o? Wow. I learnt something new
-
Contributor
00000000000000000000000000000000000000000000000000000000000000
Last edited by inico; 01-17-2017 at 11:13 AM.
-
Active Member
Originally Posted by
inico
but you don't told me yet how to change the model of the Troll druid forms XDDDDDDD
as harry said, change the displayid in the creature_names table.
-
Contributor
00000000000000000000000000000000000000000000000000000000000000
Last edited by inico; 01-17-2017 at 11:13 AM.
-
I'm not sure how the druid form system works now, since theres about 5 different display's for bear and cat each. Is it depending on race or colour of your character etc? Either way you simple need to find the correct one in your creature_names and change the displayid, reload creature_names table once changed and saved then quit WoW, delete cache, start WoW and it should have taken effect. If not you either changed the wrong creature_names entry or something like that. Anyway you need to mess around and figure it out, don't expect us to do it for you, we just help you when you get stuck and give you advice. 
-
Contributor
There is only a tauren druid cat form NPC...
-
Originally Posted by
inico
There is only a tauren druid cat form NPC...

There will be one for alliance and others as well (unless your using an old database) and I can prove this.
I will show you how.
First I go to thottbot and find the shapeshift ability:
Dire Bear Form - Thottbot: World of Warcraft
The full spell name is: Dire Bear Form (Shapeshift)
Now I think that in the creature_names table there is npc called this or something very similar such as Dire Bear Form. I will run this query to find out:
SELECT *FROM `creature_names` WHERE `name` = "Dire Bear Form (Shapeshift)";
If data is found hurray, if not, bah lets try some varients. If you still can not find anything after trying several names, then you can use the spell in game and go into your character database, find your character (SELECT *FROM `characters` WHERE `name` = "Harry"
and look at the displayid. Is that the bear form? If so SELECT *FROM `creature_names` WHERE `maledisplay1` = 'the id you got'; or whatever the columb name is.
If this still does not work, creature_names, scroll by name, show all data. Go through looking at tags such as (shapeshift) till you find something promising, thats all the help I can give with no data currently on my computer.
-
Post Thanks / Like - 1 Thanks
6thsense (1 members gave Thanks to stoneharry for this useful post)
-
Contributor
00000000000000000000000000000000000000000000000000000000000000
Last edited by inico; 01-17-2017 at 11:13 AM.
-
Originally Posted by
inico
nooooo!!!!!!!! i don't want to change the tauren or night elf forms...
I want TO MAKE A NEW FORM for the Troll druid... not modify an existing one...xD
Because if i modify the tauren form display id, the tauren will have the troll druid form...and i want to make that every race has an unique cat form model...
You said you only found the tauren druid cat form, if you can find the rest of the cat forms (theres way more models since 3.2, about 5 for cat and 5 for bear) then you might be able to see if there race specific or feature specific, if there race specific there is your solution.
-
Contributor
00000000000000000000000000000000000000000000000000000000000000
Last edited by inico; 01-17-2017 at 11:13 AM.
-
Originally Posted by
inico
No, there is only 1...the druid colors are bugged, so there is only 1 model. Where can i modify the script for the Druid Cat spell?
I think it's handled in the DBC files, if not it will be in the spell.cpp / druid scripts in the arcscripts.