EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Clearing a zone (https://www.eqemulator.org/forums/showthread.php?t=40301)

Excuses 12-30-2015 07:05 AM

Clearing a zone
 
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.

Code:

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!


All times are GMT -4. The time now is 12:41 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.