Log in

View Full Version : Clearing a zone


Excuses
12-30-2015, 07:05 AM
Hey guys,

just a question, i have researched and found nothing as of yet.

Is there a way to clear a zone of all spawning creatures? besides going through the database and deleting manually?

Cheers!

NatedogEZ
12-30-2015, 09:05 AM
I just update the spawn2 of the zone and set all the mobs in that zone to a different version of the zone.


I usually just move all unwanted mobs to version 15 just to be consistent with how I handled the original spawns.


UPDATE spawn2 SET version = 15 WHERE zone = 'zoneshortname' AND version = 0;

N0ctrnl
12-30-2015, 11:25 AM
You can use EoC2 (http://eoc.akkadius.com/EOC2/login.php) to copy/delete zone versions also. That'll wipe out everything.

Excuses
12-30-2015, 04:27 PM
Ok thanks alot to both of you!