Forum > Level Design

New World

(1/1)

raizen:
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:

Skarn:
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

Amaroth:
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.

Navigation

[0] Message Index

Go to full version