Modcraft - The community dedicated to quality WoW modding!
Content creation => Level Design => Topic started by: raizen on September 18, 2015, 05:47:54 am
-
Hey guys, this is my first topic, actually i'm working in a project and i need to DELETE :twisted: all wow world.
I want to delete the data (zones, quests, npcs, achievements) of the client to lighten it and begin in a blank world than after i edit in noggit. Can anyone help me? :roll:
-
You will need to repack the client into something lighter. I can help you with that cuz I"ve done this before. You can add me on skype live:skarnproject
-
Truncate world.creature, world.gameobject and related tables in world database (for example creature_addon, but NOT creature_template and gameobejct_template and whatever else with "template" in name). You might also want to delete quests (here you can truncate all quest tables).
I recommend you to open documentation about every table before truncating it, just to make sure that you know what are you deleting and if you actually want to delete it.