Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: wjrk on October 19, 2013, 02:47:33 pm
-
Hello there, my first post in this community here. I've recently started editing WoW related stuff and have already managed to add/edit stuff like new npcs, Noggit edits and other minor edits.
However, in my recent little project I wanted to create a new non-combat pet. I've already created the new NPC, but now I want to add the spell to "learn" the pet as well, I thought it would be as simple as copying another pet's spell, editing some ID's and descriptions, but I ran into a problem:
When I open the spell_dbc in my SQL program (I use SQLyog, as recommended by a friend) the majority of spells seems to be missing, in fact there's only like 100+ in there.
Did I do something wrong? I use Jeutie's Blizzlike Repack 9.8.2. How do I get my spells in here so I can properly copy them?
-
Use the spell.dbc itself, not the spell_dbc in SQL. If you're using Jeutie's, then look for the spell.dbc in the DBC folder.
-
Figured it out already. Thanks anyway, you are right.